This is very simple to rename an sql table. just use the following command:
RENAME TABLE tablename TO tablename_renamed
How to rename db table?
April 10th, 2012
admin Automatically Detect Broswer Language
February 3rd, 2012
admin I got following javascript code in some discussion forum. The person who asked question showed his satisfaction on this answers. Therefore, i am going to add it in my blog for future use and of course for you too. Although, i have not tested it myself
yet, i keep it as a useful help.
Read more »
SEO For images
January 23rd, 2012
admin
This is quite simple to optimize your website images for search engines like google, bing, yahoo etc. As Search engines cannot read images but they can read text. So, by doing the following things, you can make SEO of your images. |
Do you really want to leave this site? – javascript warning alert
January 13th, 2012
admin Javascript is something really great. It indeed gives life to your website through increasing user experience and involvement. Here i am going to share a javascript snippet of code, which gives an alert when user goes out of your website.
Below is the code with required explanation: Read more »
Learn which Operating System is Browsing Your Website
January 10th, 2012
admin For some reasons, if you want to know, on which Operating System (Platform) your website is running. You can learn it quite conveniently using javascript. You can further manage it as per your requirments. The code and its explanation is as follows:
Making Youtube Video Transparent
January 5th, 2012
admin We use to add youtube videos in our website(s) using embedded code. Sometimes, it happens that the video comes above some other content e.g. if you are using a lightbox to popup some of the contents of your page. The youtube video appears on the lightbox. As it is said, a picture worths thousand words, so a pictorial depiction is given below:
jQuery preload image
January 4th, 2012
admin Following is the jQuery code for jQuery Preload image / jQuery Load images before web page loads. Its is quite simple and useful code that i got from some coding forum. Read more »
Magento check if current page is the Homepage
January 4th, 2012
admin There is actually no specific function in magento to check if current page is the home page. Although following code will help you detect the status of current page. Read more »
Download Live Website Database Using PHP Script
January 4th, 2012
admin Today one of our respected client asked to develop a wordpress theme for his already developed wordpress website. But due to some reasons he was not able to provide control panel or even database details.
Though developing a wordpress theme does not require database yet, the developed site was quite bulky. Therefore, i needed to download the site for integration at local machine, so that, everything could go just fine. Read more »




sending...