/**
*    @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 : 336901
Bookmark and Share
Articles
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...
 
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...
 
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...
 
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...
 
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...
 
Design patterns in JavaScript: Singleton PDF Print
Written by Arash Karimzadeh   
Friday, 13 February 2009 07:22

Singleton pattern is a very popular pattern.It is used when you want a unique instance in your application to handle a functionality and it provides you with a common access point to that unique instance.

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#.

Tags: Design Patterns | JavaScript

Last Updated on Thursday, 19 February 2009 20:16
Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2