YouTube API With Zend Framework Tutorial, Installation

April 18, 2010

Today I want to show you how to use the Zend Framework to work YouTube’s API. While there isn’t anything you can’t do without the framework it sure makes you code a lot shorter, less error prone and you can take advantage some other functionalities such as caching that this framework offers.

Read the full article →

10 Best Object Oriented PHP Tutorials

April 17, 2010

Here are 10 great tutorials to get you started with object oriented PHP, enjoy!

Read the full article →

Get Started With ASP.NET ASAP

April 16, 2010

If you are thinking of learning a new language ASP would be a great option. In this post I will show you what you need to get started.

Read the full article →

Blogger API Tutorial: How To Get Your Blog’s Posts

April 14, 2010

You don’t need Zend Framework to work with Blogspot’s API. In this tutorial you will see how easy it is to get your posts and display them in any other webpage you want.

Read the full article →

How To Make an AJAX Thumbs Up or Down Script

April 4, 2010

Making an AJAX voting script is simple, learn how in this post.

Read the full article →

Quick Tip: Short URLs For Twitter OAuth Applications

April 4, 2010

You don’t need to shorten URLs in your application, twitter will do this automatically just like they do in the real service.

Read the full article →

Facebook-Like Status Update Effect With JQuery and CSS

March 28, 2010

In this post we will copy facebook’s status update effect using two JQuery functions and a little bit of css.

Read the full article →

5 Least Used PHP Syntax Jewels, Adopt One!

March 27, 2010

Here is a list of PHP keywords and techniques you don’t often see in the wild.

Read the full article →

How to Use C++ With PHP and JQuery to Make Neat Apps

March 21, 2010

Web developers and designers can use their skills to help build great user interfaces for gadgets programs in C++, learn how.

Read the full article →

Object Oriented PHP Tutorials – Object Functions and Variables

March 18, 2010

You learned about classes and constructors last time, it’s to start getting into objects a little bit more.

Read the full article →

Make A “My Latest Tweet” Widget For Your Site With PHP or JQuery

March 16, 2010

Make cool twitter widgets using the APIs that don’t require OAuth. In this post I will show you how to get a user’s last tweet using JQuery and JSON, PHP and JSON or PHP and XML.

Read the full article →

CSS Button Sprites Tutorial

March 16, 2010

Sprites can reduce the number of HTTP requests from many to one, and they are easy to use so there is no reason why you shouldn’t give this technique a try.

Read the full article →

Learn Object Oriented PHP Step by Step – Classes and Constructors

March 14, 2010

The first set to master PHP is to learn how to use its object oriented capabilities. In this post, the first post of this series, I will talk about classes, objects and constructors.

Read the full article →

Thorough PHP Functions Tutorial

March 14, 2010

Functions are the first step before getting into OOP PHP. In this tutorial you will learn about all the different types of PHP functions there are.

Read the full article →

10 Things I Wish I Had Known When I Got Started With PHP

March 11, 2010

These are a list of things I wish I had known when I got started with PHP. They aren’t hard things at all but my newbieness and fear kept me away from learning them from some time.

Read the full article →

How to Convert Address to GPS Coordinates

March 10, 2010

Google has made it easier for us to develop location based web application, check out their latest API.

Read the full article →

oEmbed Tutorial: It’s How Websites Share Content

March 6, 2010

You used to have to scrape a website to get its content but now they are making it easy for you to do that, with oEmbed. Lear more about this cool API.

Read the full article →

How To Easily Add Comments to Your Website With PHP and XML

March 4, 2010

You don’t have to know anything about MySQL or any other database to add a simple comments form to your site, all you need is PHP, XML and some JQuery.

Read the full article →

How to Scrape Meta Tags From Any Web Page With PHP

February 21, 2010

Have you ever wanted to build your own mini search engine or web analytics website? Then this tutorial is what you’ve been waiting for.

Read the full article →

Zend OAuth With Twitter: Updating A User’s Status

February 20, 2010

The last part of Zend OAuth For Twitter Series. In this post you will get to call twitter’s API method to update your status.

Read the full article →