/**
*    @Author: Arash Karimzadeh
*    @Email:
*    @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 : 344021
Bookmark and Share
jQuery
dateNet (jQuery, Date and .Net) PDF Print
Written by Arash Karimzadeh   
Friday, 15 May 2009 16:17

dateNet is a jQuery function which is two-way time converter.Can convert javascript Date object to .Net date format which can be passed to dotNet services (.svc files). It also can convert back the date parameters which are send from server in json object to javascript Date object.

Download dateNet

Current version is 1.0.0
You can get it here.

Tags: C # | dateNet | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:39
Read more...
 
Chainclude (jQuery pluign for including js and css in a sequence) PDF Print
Written by Arash Karimzadeh   
Sunday, 15 March 2009 12:03

Include JS and CSS in a sequence. This plugin let you to include files as chain and is now merged with $.includeMany which you can find out more about it by reading this article or just reading the chainclude functionality in this article. IncludeMany plugin version 1.2.0 and upper now support this functionality.

The syntax is easy:
$.chainclude(files,[finalCallback]);

Download includeMany (+chainclude)

You can get it here or check this article for the latest version.

Tags: includeMany | jQuery

Last Updated on Sunday, 26 September 2010 10:54
Read more...
 
includeMany (jQuery Include CSS, JS, HTML Plugin) PDF Print
Written by Arash Karimzadeh   
Wednesday, 18 February 2009 16:19

includeMany is jQuery plugin for including many external JavaScript, CSS and HTML files simultaneously in runtime. This plugin provides callback for each of the files and in addition there is finallyCallback which will be raised after all files are loaded and all callbacks are done.
This extra callback guarantee that every files are loaded and available to use.

By this plugin you can use JavaScript to include other js and css files. You can also load other files such as html or a remote page using an HTTP GET request.

Tags: includeMany | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:42
Read more...
 
jBind (jQuery Template) Latest Version PDF Print
Written by Arash Karimzadeh   
Sunday, 25 January 2009 00:00

jBind is jQuery templating engine for binding any complex data to templates in an easy way. By using $(template).bindTo(data) you can bind your data to the template.

In version 1.5.3 actions are enabled which means you can also treat special item in your data differently by extending $.fn.bindTo of this templating engine with your own functionality and apply it during binding.

Download jBind (jQuery Bind Template)

Current version is 1.5.8
You can get it here.

Tags: jBind | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:43
Read more...
 
jBind (jQuery Bind Template) 1.0.0-beta PDF Print
Written by Arash Karimzadeh   
Saturday, 17 January 2009 17:57

jBind is jQuery plugin for binding any complex data to templates in an easy way. By using $(template).bind(data) you can bind your data to the template.

This Plugin is Updated, please check here.

Download jBind (jQuery Bind Template)

This is jBind 1.0.0 beta
You can get it here.

Or download the latest version here.

Tags: jBind | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:44
Read more...