Subscribe
-
-
Recent Posts
Recent Comments
- Michael on Voting System Youtube Style With jQuery & PHP
- programmer on Post Picture to Facebook User Wall with PHP
- Babak on Login with Google using PHP API library
- DjLexsas on Simple Ajax Pagination with jQuery & PHP
- thusitha on Voting System Youtube Style With jQuery & PHP
Popular Posts
- Ajax Image Upload with Progressbar with jQuery and PHP
- Post to Facebook Page Wall Using PHP + Graph
- 40+ CSS Buttons from codepen
- Ajax Add & Delete MySQL records using jQuery & PHP
- Ajax Image Upload and Resize with jQuery and PHP
- Simple Ajax Pagination with jQuery & PHP
- PayPal Express Checkout with PHP
- 30 Pure CSS3 Tutorials & Examples
- Post on Facebook wall using PHP
- Loading More Results From Database Using jQuery Ajax
- Login with Google using PHP API library
- Ajax Facebook Connect with jQuery & PHP
-
Cloud Computing and Future of Ecommerce
Cloud computing, I hope most of you would have been familiar with this term today. It is the latest sensation to join the hit lists in the market. For those who are completely new to this term, here goes the definition: it is a virtual network of servers acting remotely on the internet which allows you to store, manage, and process data effectively.
Robert Moog Google Doodle
Robert Arthur “Bob” Moog (May 23, 1934 – August 21, 2005), founder of Moog Music. A Tribute Video by Google.
Cornjob Commands in cPanel
Cron jobs allow you to automate certain commands or scripts on your site. You can set a command or script to run at a specific time every day, week, etc. For example, you could set a cron job to delete temporary files every week to free up disk space.
.htacess redirect from subdomain to full URL
Sometimes, Google or other search engines start to crawl your subdomains, indexing everything without your knowledge. And your search results start to appear something like this – http://subdomain.mainsite.com/page.html, instead of http://mainsite.com/page.html. All paths to pages are same except the subdomain added to the URL.
To redirect all your subdomains to main site URL, add following line in your .htaccess file.
1 2 3 | RewriteEngine On RewriteCond %{HTTP_HOST} ^(www.)?[^.]+.mymainsitename.com.*$ RewriteRule (.*) http://mymainsitename.com/$1 [L] |
Setting up Facebook Application for Localhost
Sometimes we may need to test some facebook scripts in localhost environment, all you need to do is create your localhost facebook application just like any other application you’ve created.

Organizing Gmail With Filters & Labels
Since there’s no such thing called “folder” in Gmail, many Gmail users often wonder how to save their important emails, using filters aren’t the first choice, because most of them do not know about it, others do not bother. So they keep their emails just the way they are “in Inbox”. Sometimes we have to mass delete old email, and accidently important emails also get delete, but fortunately Gmail moves deleted mails into Trash and can be retrieved within 30 days. But sometimes it becomes too late and important mails are lost forever. So as they say, it is better safe than sorry…

-

-

-

-

Saaraan On