<terminal>
/**
*    @Author: Arash Karimzadeh
*    @Email: me@arashkarimzadeh.com
*    @Desciption: Here, I post some of my recent
*    researches. Also you can see my code projects.
*/  
Ajax C # Chrome CMS dateNet Design Patterns includeMany JavaScript jBind Joomla jQuery Plugin rails ror RubyOnRails SQLite xul

+ All tags

Content View Hits : 178095
Bookmark and Share
Search
Search Only:

Search Keyword JavaScript

Total: 8 results found.

1. SQLite API for xul application (using JavaScript)
(Matching tags: SQLite,Chrome,xul,JavaScript)
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: JavaScript,xul,Chrome)
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 ...
3. Create xul Application on windows (hello world)
(Matching tags: JavaScript,xul)
Here we will create our first xul application on windows (it is the same in other OS). I expect you know nothing about xul but a bit familiar with javascript, css and xml or html tag format. first of all ...
4. Design patterns in JavaScript: Singleton
(Matching tags: JavaScript,Design Patterns)
... You can implement Singleton pattern in javascript in different ways. Here we try to design it the way you usually do in object oreinted language such as C#.  ...
You sure have seen many codes written in JavaScript using functions, new keyword, objects, assigning object to others, calling a function with new keyword, and adding property to functions. Wow, It is ...
6. How to Extend jQuery Editable
(Matching tags: jQuery,Plugin,JavaScript)
We can extended jQuery Editable plugin by extending its $.editableFactory. currently it supports text, password, textarea and drop-down. Let's see how we can extend it to support checkbox. You can download ...
7. Editable (jQuery Editable Plugin)
(Matching tags: jQuery,JavaScript,Plugin)
This is a real customizable jQuery editable plugin. Currently it can convert any tag (span, div, p and ...) to text input, password, textarea, drop-down list. You can easily extend it by adding your own ...
8. jQuery: Add variables to Ajax Callback
(Matching tags: jQuery,Ajax,JavaScript)
jQuery's Ajax methods are great. They are easy to use. You passed the data to server and in callback method you can use the data which server provided for you. This Asynchronous mechanism is great but ...
</terminal>