/**
*    @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 : 334723
Bookmark and Share
Arash Karimzadeh Official Website
Ruby On Rails with MySQL "Rails Hello World" PDF Print
Written by Arash Karimzadeh   
Thursday, 09 April 2009 07:14

If you do not have installed the RoR (Ruby on Rails) yet, read this article. Here we will create our first "hello world" application and gradually extend it to communicate with database.

Lets create our first project using MySQL configuration

Open the command prompt and find the destination you want to create your project. If you dont know how to use command prompt check . For example I want to create my project in drive D; so I use the following command.

rails --database mysql firstApp

Tags: RubyOnRails

Last Updated on Friday, 24 April 2009 05:27
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...
 
Install Ruby on Rails offline PDF Print
Written by Arash Karimzadeh   
Wednesday, 20 May 2009 07:36

This article shows how easily you can install RoR offline(locally). I have installed ruby and gems by using RubyInstaller and through this article we'll see what packages we need.

Tags: RubyOnRails

Last Updated on Wednesday, 20 May 2009 09:19
Read more...
 
Editable (jQuery Editable Plugin) PDF Print
Written by Arash Karimzadeh   
Friday, 09 January 2009 06:48

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 input type using its editableFactory object.


                          
  1. $('div.editable').editable()

                          
 

                          
                        

Above code will convert all div tags, which has .editable class, to editable.

click me!!!

Download Editable (jQuery In Place Editor)

Current version is 1.3.3
You can download it here.

Tags: JavaScript | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:46
Read more...
 
jQuery Fill (by data) PDF Print
Written by Arash Karimzadeh   
Friday, 30 January 2009 09:59

When you want to fill a part of your html once and show it. You can use $(selector).bind(data,{fill:true}); which require jBind plugin.

jBind will bind will first find the html content of matched selector and fill it's content with assigned data. You can find out more by downloading it's sample package or reading it's documentation.

This feature is added in version 1.5.3

Tags: jBind | jQuery | Plugin

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

Page 2 of 3