Search Results for howto
mysql.sock path in Mac OS X
In my last post I discuss how to enable PHP over Apache in Mac OS X lion and today I bumped into a new problem. The problem is that when you install MySQL on Mac OS X and try to connect it via PHP, you will get an error. This error is thrown due to the fact that the path of the MySQL sockets are dif
Bought a BlackBerry … Read This!
Before your READ / START: Important Note: This post is meant for people who have recently bought a BlackBerry Phone BB from a Friend / Grey Market / questionable sources! This Post is NOT for people who have been given BB from their respective companies. DO NOT Mess with your Company’s BB.
Getting started with Google map API v3
Google Maps recently got promoted to v3 and there are some major changes in v3 API. With the release of v3 the previous version has been officially deprecated and hence there won’t be any further enhancements in that. I will walk you through the basics on how to get started with Google Map API v3.
Optimizing embed code and widgets for faster page load
Did you know when you embed HTML code provided by any third party website what does it do to render the whole widget or process something for you ? It does the following : The page renders the HTML provided and there can be one or more Javascript files in it.Downloading this Javascript file is cr
Using .htaccess for day to day work | Part 2
This .htaccess is continuation to my previous blog post(Using .htaccess for day to day work), which recorded a lot more hits than expected. I would enlist some other tricks/function we can achieve using this magic .htaccess file. For those who are reading this tutorial for the first time or are new
Using .htaccess for day to day work
.htaccess is a word which every developer has heard. But they skip it because some think its too hard to understand. But I am sure nothing is hard for a good programmer. Well .htaccess is a file which is used to define behaviour of your directories and server request to those directories or files. T