Inheritance and polymorphism curl tip
Posting comments with PHP and curl automatically
Here is an experiment of posting comments with php curl library, this is the part of glurt seo tools. With a little imagination you may create a great auto commenting software for any blog cms and any website to promote[...]
Design Patterns for Web Programming in PHP
1. Singleton pattern Name: Singleton Problem: You need exactly one global instance of a class and a global point of access to it. Context: Any Solution & Consequences: Make an encapsulated static variable holding [...]
Search, hunt and download videos with feald
Feald search engine introduced as a “Twitter media center” was beta launched two weeks ago. Feald is a promising live search engine includes free twitter tools, youtube search and downloading features, fli[...]
Yahoo map service php tutorial
Yahoo provides simple, great maps service to be handled with php, if you need a fast dynamic solution for your website or web service, yahoo MapService api returns images of geo locations by request url. We will show[...]
Shrink your url with tiny url api
Url shortening procedure could be much simple if you use url shortening api. Tiny Url api makes it possible to shorten urls with file_get_contents php function. the $u variable is a long variable inserted into the functi[...]
Ubuntu Karmic Koala Climbs Into the Software Tree
Canonical plans to release Ubuntu 9.10, aka Karmic Koala, on Thursday. The open source operating system for both desktops and servers touches down around the same time as Windows 7. Code writers gave special attention t[...]
New phishing attack on twitter
Twitter announced on Wednesday about a new phishing attack in which direct messages to users link to a fake log-in page that steals passwords. “We’ve seen a few phishing attempts today; if you’ve receiv[...]
PHP Ajax chat tutorial
In this tutorial you will learn how to create your own chat using php, mysql and ajax technology . This is the basic tutorial of working browser chat , and it will work great on any existing PHP based website , or as a [...]
Ajax php example
AJAX is a complex technology that means different things to different people. Computer users appreciate that their favorite websites are now friendlier and feel more responsive. Web developers learn new skills that empo[...]
PHP, Programming
Inheritance and polymorphism curl tip
Inheritance is one of the best methods to shorten the thousands miles of code and your time in time of developing, it used in many programming languages like PHP, C#, Java , Python and more. This way of coding should be implemented after clear requirements for your application, well planed database, input and output. I will [...]
Posting comments with PHP and curl automatically
Here is an experiment of posting comments with php curl library, this is the part of glurt seo tools. With a little imagination you may create a great auto commenting software for any blog cms and any website to promote your website on web or for another purposes. I created this script because I was [...]
