Monday, December 1, 2014

How to make Tweet Auto Bot with PHP?

Leave a Comment
In this post I discuss making auto tweet twitter bot with PHP.  In this case you also update your tweet without login to your twitter accout, bot is just to update the tweet so scheduled. First create apps on twitter here to get a consumer key, consumer secret, the user token and user secret.     then download twitter library of the mat harris here then extract the htdocs folder and then rename it Tweetbot.  Create...
Read More...

Saturday, October 18, 2014

How to redirect non-www to www with .htaccess

Leave a Comment
Hallo, Good Evening dear, Today we will learn about "How to redirect non-www to www with .htaccess", in this case for the first word i say is .htaccess. According to wikipedia.com, .htacces file is a directory-level configuration file supported by several web servers, that allows for decentralized management of web server configuration. They are placed inside the web tree, and are able to override a subset of the server's global configuration...
Read More...

Tuesday, September 16, 2014

FooTable: a jQuery Plugin for Responsive Tables

Leave a Comment
Here is the FooTable from JQuery, this is responsive table that we can use for our report for office, personal, and other information. Great things and we will discussion here in bellow : Before we say this project, download it before from this link : Get the source from Github, or you can download it direct. Demos & Documentation  At the head of your html just paste this code :  $(function() { ...
Read More...

Friday, September 5, 2014

JQUERY Explainded

Leave a Comment
Today we will try to discuss language that has been growing steadily Jquery with the newest update. Jquery :  Is a script-based programming language combined with the Javascript language. Jquery language helps us to facilitate the work of our website, especially for the website speed up the process of the data from the other side before displaying data to our end landing website. Jquery inventor himself (John Resig and perfected...
Read More...

Friday, August 29, 2014

There is no Place like 404 page??

Leave a Comment
What is 404, why not 303?or others number?? Every day if you working on Internet, you will not be foreign to hearing about 404 page not found, this code found for every client who access the page can't be show on website or webpage, or other information that users find out in Internet. so, we will asking why?, here is some infomation to expalin this code: HTTP code was developed by the World Wide Web Consortium named Consortiun (W3C)...
Read More...