Blog by Naveen Bhalla

Welcome to the Blog Section. Im excited about this new blog and this redo of my website which Im hoping will definitely help me share my thoughts, knowledge and ideas with all of you. I hope this will have some positive results somewhere in future. As you might know, if you are an existing client visiting this page, that I am in India and run this business from our office in Faridabad. So some of the “Thoughts” can be more related to India then the rest of the world.

But, anyways, please feel free to comment on anything you like or anything you dont like also. Happy Reading!!

Local 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 much googling. I hope you find this useful and if there is a better way, Please let me know and I will update this post. I know there is a better way with PHP 5.3+ but this had to work on a lower version. <?php /* * Function to turn a mysql datetime (YYYY-MM-DD HH:MM:SS) into a unix timestamp * @param str *  The string to be formatted */ function convert_datetime($str) { list($date, $time) = ...

» continue reading

Display 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 built. This small snippet explains how to get Indian Time in PHP without changing the server times and timezones. So irrespective of whether your server is in PST or GMT, you can still display IST when displaying this with PHP. <?php $timezone = new DateTimeZone("Asia/Kolkata" ); $date = new DateTime(); $date->setTimezone($timezone ); echo  $date->format( 'H:i:s A  /  D, M jS, Y' ); ?> Here is a list of supported timezones for ...

» continue reading

Hire Dedicated Programmers

Dedicated Web Designers and Developers in India You can setup your own offshore development center in India with us. You can start with 1 or 2 employees to start with and expand as needed. This way you can save costs on office rentals, office setup and administrative expenses, maintenance of computers and network, internet charges, software licenses (as we buy them and own them), costs involved with hiring talented web designers and developers. Communication You are the boss!! and you direct your team. You need only a few hours to communicate with them and direct them about the assignment that they are working ...

» continue reading

No Audio in TV from HDMI Output

Missing Audio in TV from Laptop HDMI output I recently bought an HDMI Cable as I was irritated of connecting and VGA Cable and Audio cables to my TV from my Dell Studio when I need to watch TV. Im using Windows Seven with VLC PLayer and the video worked perfect and the quality improvement as expected from High Definition Video was really VERY SIGNIFICANT. I admit that I really loved the video quality improvement but the audio was missing and that was disappointing. On first thought, I wanted to blame it on the cable as I bought the cheapest gold plated ...

» continue reading

First Page on Google Email Marketing??

First Page on Google by Email Marketing Many SEO Experts who are filling in your contact forms.... what can they really do? I get one or more email everyday from so called SEO Experts who claim that they can get me more clients and customers by getting me on First Page of Google. They claim that they can help our clients find us on all search engines within days. Now considering that I have captcha on my contact forms, I am assuming that there is a human filling up this form which means that the business that is trying to help my website ...

» continue reading