Ashik rahman's Blog
Pages
(Move to ...)
Home
All About Me
Contact
▼
Wednesday, July 22, 2015
when you are going to crate relations with your's database tables plz keep in your mind:
›
The two tables must have the same engine i.e. ENGINE=InnoDB. (can be others: ENGINE=MyISAM works too) The two tables must have the same ...
Thursday, February 27, 2014
By .htaccess to redirect all traffic to root or holding page
›
Add the following to the file and save. RewriteEngine on RewriteCond %{REQUEST_URI} !/$ RewriteRule (.*) / [R=301,L] Now all traffic will...
Simple and standrad .htaccess file create
›
Options -Indexes Options +FollowSymLinks RewriteEngine On RewriteBase / {ROOT_FOLDER: (if it's htdocs then no need)}/ #Removes acces...
Friday, August 30, 2013
How to add aptana studio 3 in you eclipse IDE
›
Saturday, August 24, 2013
Add Sencha touch and Ex.js editor feature in your Aptana Studio 3 editor.
›
Into Aptana Studio go to Help -> Install New Software Click "Add" to add a repository Name: Spket IDE Location: http://ww...
Sunday, June 9, 2013
Use of .delegate() function in Jquery
›
when we need to play with html which is already manipulated with jquery we have to use .delegate() function in Jquery. suppose you have...
Sunday, March 24, 2013
There is an excellent Domain and Hosting service provider management webware PHPCOIN
›
Early in joining in may second job in my life, I had to work for creating a software to manage clients of my office who ware get domain and...
›
Home
View web version