/**
*    @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 : 338175
Bookmark and Share
Code
Ruby on Rails Jalali Date (Shamsi Date) PDF Print
Written by Arash Karimzadeh   
Monday, 09 November 2009 09:33

This is Jalali-Gregorian date converter and also Jalali Date tag creator. Also it extends rails FormBuilder.

If you need this converter for your rails application just copy the jalali_date.rb file to your /lib/ directory and add below line to end of your environment.rb.


                      
  1. require 'jalali_date'

                      
 

                      
                    

You can also add Jalali_date_helper.rb to your /lib/ directory and below line to end of your environment.rb.


                      
  1. require 'jalali_date_helper'

                      
 

                      
                    

Download JalaliDate + JalaliDate Helper

Current version is for JalaliDate is 1.0.1 and JalaliDate Helper is 1.0.1
You can get both from here.

Tags: rails | ror | RubyOnRails

Last Updated on Sunday, 15 November 2009 10:16
Read more...
 
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...
 
How to Extend jQuery Editable PDF Print
Written by Arash Karimzadeh   
Tuesday, 13 January 2009 16:26

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 the lastest version here and follow these steps to understand how we can extend it.
At this time jQuery Editable 1.1.0 is released and we are using it during our development. I am sure when you are reading this article newer versions of Editable are released and this sample must be compatible with those too.

Tags: JavaScript | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:45
Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2