Display Current Year
Its really easy code and nothing complicated here. All of us add a copyright information to the footers of the websites that we do and also add current year. Later on our clients call up and ask us to...
View ArticleUnescape in PHP
I have seen many programmers searching for unescape in PHP and there is no such function by this name in PHP. There is a function that does the same job in php and its called stripslashes which...
View ArticleHOWTO: Round Off Numbers to Required Decimal Places with JavaScript
This is something easy but I see you are here because you need to know how to do this. So here is the code that can help you with Rounding Off Numbers using Javascript. Nice and Easy!! <script...
View ArticleDisplay Indian Time in PHP
Code to Display Indian Time in PHP When you have clients in India, you definitely will need this at one time or another to display Indian Time on the pages published using the perfect CMS that you have...
View ArticleLocal Timestamp in PHP : Indian Sample Code
Local Timestamp in PHP Recently I was stuck with one of the assignments which required Local Indian Timestamp to be inserted into database and was not able to find anything better than this even after...
View ArticleCopy Table and Data Across SQL Server Tables
One of my recent projects needed some tables to be moved to a new database from another existing database. The only way I knew its possible is using the Import/Export wizard from the days of SQL Server...
View ArticleForce SSL (HTTPS) using mod_rewrite
This is a simple snippet that is often required and helpful for eCommerce Websites running off a linux server using mod_rewrite. If you have a client who wants the entire website to work with the SSL...
View ArticleMoving WordPress Across Domains
Easy way to Move WordPress based Website URL I did face this problem when I had to move a client website across three servers while development and then to the live server. I had to Google to find a...
View ArticleBlock Bots using robots.txt File
All of us come across a stage when we want to check the website but we do not want the Search Engines to crawl the website for one reason or another. Some times because we are using dummy content from...
View Article