Browsing articles in "Technology articles"
Jan
29
2012

Best Practices for Speeding Up Your Web Site

The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories. Filter by category: Content Server Cookie CSS JavaScript Images Mobile All Minimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the [...]

Jan
7
2012

Get List Site of Search Results Google with PHP

Want to get all the top google  search results in an array with PHP? Just read on and do it yourself! This script basically outputs the url’s of all the top results of a google search, but it can be modified to output other details also. We will be using the google ajax api in this script. As you might have found, by default it gives out only 4 results. Or you may manage to [...]

Dec
8
2011

How to get URI of feedburner

Feedburner is one of the biggest RSS Feeds provider to reach your readers be able to read or subscribe your latest news/articles automatically. Go to Feedburner.com and login Click “My Feeds” in the upper-left-hand corner Select your feed from the list Click the “Publicize” tab Click “Email Subscriptions” on the left Make sure “Feedburner” is selected, and click “Activate” In “Subscription Management” you will see some code as: onsubmit=”window.open(‘http://feedburner.google.com/fb/a/mailverify?uri=wordpressyeah/wordpresstheme’, ‘popupwindow’, “wordpressyeah/wordpresstheme” is your uri.

Nov
22
2011

LINUX CENTOS USEFUL COMMANDS FOR DUMMIES

HERE ARE SOME USEFUL / VITAL SSH COMMANDS THAT ALLOW BEGINNERS TO MONITOR THE BASICS OF APACHE SERVER (HERE CENTOS 4), TO INQUIRE SERVER LOAD PROBLEMS, HANDLE CHMOD COMMANDS, DELETE HACKED / CORRUPT FILES AND FOLDERS, INQUIRE ABOUT SERVER ACTIVITY AND DISK USAGE… INSTEAD OF WAITING FOR SUPPORT IN AN ENDLESS COMMUNICATION WHIRLPOOL FOR SOMETIMES SIMPLE THINGS, HERE ARE SOME BASIC SSH COMMANDS TO KEEP A HAND ON YOUR SERVER OR VIPS AND USE SUPPORT [...]

Nov
21
2011

How to run php scripts using cronjob in linux – centos

First make sure you have crontab installed. Make sure php is working properly. Now the script you want to execute make sure it has an execute chmod attribute on it. If not add like this chmod +x scriptname.php On the very first line of your php script add the following line line #!/usr/bin/php then edit your root crontab file using $ crontab -e and press ‘i’ to edit and add the following cronjob commands # [...]

Pages:1234567...15»

Sponsors