/**
* @Author: Arash Karimzadeh
* @Email:
* @Desciption: Here, I post some of my recent
* researches. Also you can see my code projects.
*/
Home
Codes
Search
Articles
Downloads
Ajax
C #
Chrome
CMS
dateNet
Design Patterns
includeMany
JavaScript
jBind
Joomla
jQuery
Plugin
rails
ror
RubyOnRails
SQLite
xul
+ All tags
Content View Hits
: 345232
Search
1.
SQLite API for xul application (using JavaScript)
(Matching tags: xul,JavaScript,Chrome,SQLite)
You can store your data in Database in your XUL applications. It supports transactions with SQLite. This Javascript class helps developers to communicate with SQLite very easily. It can be used to develop ...
2.
Accessing Directories and Location in XUL (by JavaScript)
(Matching tags: Chrome,JavaScript,xul)
Here we will see how we can access a specific directory in XUL application by javascript. There is a service provided by mozilla called "@mozilla.org/file/directory_service". by using following code you ...