abhishekg Profile

Abhishek Gupta
Join Date:
2012-05-14
Blogs Owned
1. AbhishekG
A blog related to web development and hacking stuff.
Tags: php, mysql, coding, development, hack
Latest Blog Posts
- Getting started development on androidThis post is just a quickie on how to get yourself started with Android development and the step-by-step guide about the basic tools needed to do so. Now there are many ways using which you can start development. But the … Continue reading U...
- Error handling in PHP with Error logger workingLogging errors in php is easy, cool and helpful when it comes to test the site for errors as I explained it in my earlier post Logging errors to file in PHP but only till the site is at developer’s … Continue reading →...
- Error handling in PHP with Error logger workingLogging errors in php is easy, cool and helpful when it comes to test the site for errors as I explained it in my earlier post Logging errors to file in PHP but only till the site is at developer’s … Continue reading →...
- Google’s April Fools’ Day JokesSince I found out the Google’s easter eggs like the Google gravity and do a barrel roll, I am always on the hunt to find out and reveal all such tricks and fun stuff that google has and is waiting out to … Continue reading →...
- Google’s April Fools’ Day JokesSince I found out the Google’s easter eggs like the Google gravity and do a barrel roll, I am always on the hunt to find out and reveal all such tricks and fun stuff that google has and is waiting out to … Continue reading →...
- Generating a simple jquery popupRecently I needed to make a simple pop up box in wordpress and I searched for plugins to achieve what I wanted but failed. Well, if you look for it, you will surely find many plugins for jquery popup as … Continue reading →...
- Google’s new game “Zerg Rush”People at google surely doesn’t like us to work. I don’t how true is that for you all but is a lot true for me. Zerg Rush, Google’s new search easter egg. Type Zerg Rush in search bar and click … Continue reading →...
- Google’s new game “Zerg Rush”People at google surely doesn’t like us to work. I don’t how true is that for you all but is a lot true for me. Zerg Rush, Google’s new search easter egg. Type Zerg Rush in search bar and click … Continue reading →...
- Generating a simple jquery popupRecently I needed to make a simple pop up box in wordpress and I searched for plugins to achieve what I wanted but failed. Well, if you look for it, you will surely find many plugins for jquery popup as … Continue reading →...
- Turn off gmail ads or web clipsGmail by default shows ads also called web clips above the list of emails. It’s easy to switch these off but they’re not intuitively named when looking at Gmail’s settings. This post shows how to switch them off. To remove … C...
- Increase PHP Script Execution Time LimitEvery once in a while I need to process a HUGE file. Though PHP probably isn’t the most efficient way of processing the file, I’ll usually use PHP because it makes coding the processing script much faster. To prevent the … Continue...
- Increase PHP Script Execution Time LimitEvery once in a while I need to process a HUGE file. Though PHP probably isn’t the most efficient way of processing the file, I’ll usually use PHP because it makes coding the processing script much faster. To prevent the … Continue...
- Turn off gmail ads or web clipsGmail by default shows ads also called web clips above the list of emails. It’s easy to switch these off but they’re not intuitively named when looking at Gmail’s settings. This post shows how to switch them off. To remove … C...
- MYSQL next increment value or last inserted valueGetting the next auto increment value and last inserted value from a mysql table are both two different things and should not be confused with one another. Next increment value should be the next id to be inserted and last … Continue reading ...
- N-level menu using recursionRecently I needed to come up with a code that would help me create a n-level menu and breadcrumb for that. So for that I wrote this code which works with great ease and provides huge flexibility. Also I kept … Continue reading →...
- Redirecting site or pages to a new domain or url aka 301 redirectionsI learnt about 301 redirection when I moved my wordpress site from earlier domain to this new domain. Htaccess redirect is better than the meta refresh or redirect tag because there is no delay as the browser reads the .htaccess … Continue read...
- Logging errors to file in PHPPHP offers simple but effective solution to log all errors to a log fiie. On all production web server its a must that you turn off displaying error to end users via a web browser. Remember PHP gives out lots … Continue reading →...
- MYSQL next increment value or last inserted valueGetting the next auto increment value and last inserted value from a mysql table are both two different things and should not be confused with one another. Next increment value should be the next id to be inserted and last … Continue reading ...
- N-level menu using recursionRecently I needed to come up with a code that would help me create a n-level menu and breadcrumb for that. So for that I wrote this code which works with great ease and provides huge flexibility. Also I kept … Continue reading →...
- Redirecting site or pages to a new domain or url aka 301 redirectionsI learnt about 301 redirection when I moved my wordpress site from earlier domain to this new domain. Htaccess redirect is better than the meta refresh or redirect tag because there is no delay as the browser reads the .htaccess … Continue read...