Published News » Tutorials
The only goal for an SEO is a good or very good google ranking. To ensure this you have to monitor your rankings and compare it to the positions of your competitors. With the Google AJAX Search API and my little PHP Class you can easy build a Google Ranking Checker …
One of the most popular open source NoSQL solutions is MongoDB, a solution which was released only last year yet is already seeing widespread adoption within enterprises such as github, The New York Times, and etsy. MongoDB stores data using a data structure which
Web scrappers are simple programs that are used to extract certain data from the web. Usually the structure of the the pages is known so scrappers have reduced complexity compared to parsers and crawlers.
I received lot of email requests from my reader that asked to me how to develop a facebook lite chat application. In this post I'm just giving an idea about chat application with simple javascript. I had implemented this at clouds.9lessons.info
File Caching is powerful and is useful for files on web server that do not change. Images, pdf files and other static content can be cached, thus reducing the network traffic between the server and the client.
In this tutorial you'll learn how to do file caching using Apache .htaccess file.
PHP and Java are both languages with reputations for getting things done, and there are plenty of reasons for combining the two, particularly in an Enterprise environment. The most common situation is for an organisation with an existing Java infrastructure to want to develop PHP projects, for all the reasons any enterprise would choose PHP, such as speed of development, cost, desire to use speci
PHP isn’t just for websites anymore. In fact, almost every script I’ve written to perform server-side functions is either written in bash or PHP, rather than Perl or Python as preferred by my colleagues. It’s a common belief that PHP isn’t suited for CLI programming since it’s mainly used in web applications, but PHP has over a hundred functions specifically i
This video explains how to write Flex and PHP code using Flash Builder 4 and Zend Studio 7.1. It also illustrates how remoting enables your application to consume PHP services.
The fundamental problem of PHP is how best to actually generate HTML.
Before going on to consider some solutions let's look at the nature of the problem in more detail.
This is part three of a beginner series for people with a MySQL/PHP background. Apologies for the delay, this blog entry has been in draft since the 13th December of last year (2009).
Yet another MongoDB and PHP tutorial, say it ain’t so! Well yes, but this tutorial aims to be more complete than the others out there.
OK I’m going to assume you know what MongoDB is, so I’m not going to go over “what mongoDB is” or “what NoSQL is”. I’m going to do this series in a little different styling than my other tutorial series have been, so let just jump right in.
Learn how to send text messages to any phone using PHP. In this post you will make a script that you can use to send text messages from a PHP script to any phone number.
Last week, a friend of mine asked me to help him with a programming problem that he had been wrestling with for some time. The problem sounds simple:
1. Take a PDF file
2. Write something at the footer of each page of that file
And this had to be done with PHP.
Today I will tell you about creating simple Chat application using our existing login system. This will useful and most simple solution. We will able to chat with our logged members. We will use database to store messages.
All About Subversion Hook Scripts
Hook scripts are server-side executables tied to various Subversion events. During this course, attendees will learn how to use hook scripts for:
* Email notification of an event
* Commit validation
* Automatic backup of changes
* Integration with issue trackers and other external systems.
* Specific access control scenarios
* A