/**
*    @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 : 338017
Bookmark and Share
Arash Karimzadeh Official Website
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...
 
Surfash [Organize Your Surves] PDF Print
Written by Arash Karimzadeh   
Saturday, 31 October 2009 15:22

Currently I am team member in a project called surfash.com. Surfash is a surf organizer which store your daily internet surves and organize them automatically. Surfash use human intelligence to prioritise them and find relation between web pages.

Project is in its pre-launched state and we guess it will be launched by February 1st.  You can join us at www.surfash.com for waiting for the launch date . Also you can find more about Surfash there. The team is working hard to produce more infromation for end users.

 

Last Updated on Sunday, 01 November 2009 13:00
 
SQLite API for xul application (using JavaScript) PDF Print
Written by Arash Karimzadeh   
Monday, 29 June 2009 05:13

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 Firefox Add-ons or XUL applications. It uses Components.interfaces.mozIStorageService internally to provide these functionalities.

You can download the SQLite API from here.
Current version is 1.0.0.

Tags: Chrome | JavaScript | SQLite | xul

Last Updated on Monday, 29 June 2009 07:19
Read more...
 
Accessing Directories and Location in XUL (by JavaScript) PDF Print
Written by Arash Karimzadeh   
Sunday, 28 June 2009 06:01

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 can access the location of Profile Directory of your computer:

Tags: Chrome | JavaScript | xul

Last Updated on Sunday, 28 June 2009 09:18
Read more...
 
How to Install Ruby on Rails on Windows PDF Print
Written by Arash Karimzadeh   
Saturday, 16 May 2009 15:05

This article shows how easily you can install RoR on windows xp. Using RubyInstaller. I am using windows xp and I installed MySQL previously which I wont talk about right now. Lets start.

1.Get the RubyInstaller

The latest version at this moment is 1.8.6-26 Final (2007-12-14) . Download it and run t. it is going to extract some files by default in c:\ruby which is ok for me. This Installer is going to copy some stuff:

  1. ruby
  2. a ruby book ProgrammingRuby.chm in your c:\ruby\doc folder
  3. gem ruby plugin manager
  4. scite an opensource IDE for ruby

Tags: RubyOnRails

Last Updated on Saturday, 16 May 2009 15:24
Read more...
 
Create xul Application on windows (hello world) PDF Print
Written by Arash Karimzadeh   
Tuesday, 23 June 2009 15:21

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 download lastest version of xul runner from here or directly from here. At this moment the lastest version is xulrunner-1.9.0.10.en-US.win32.zip. Its important to download the win32 file from runtimes folder not the SDK!

Tags: JavaScript | xul

Last Updated on Sunday, 28 June 2009 09:07
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...
 
<< Start < Prev 1 2 3 Next > End >>

Page 1 of 3