Arduino Serial Communication With C++

May 1, 2010

Learn how to make a console application for your Arduino board with C++ using Visual Studio C++.

Read the full article →

Best Buy Search API Tutorial

April 24, 2010

Most big web companies have an API and Best Buy is not an exception, learn how to their API and build a little search engine.

Read the full article →

HTML 5 Slider Bar Tutorial

April 24, 2010

This tag will save you from javascript libraries and hours of fixing bugs, it does work in all browsers yet, but it will one day so you better be prepared.

Read the full article →

YouTube API Tutorial: How To Get a Video’s Comments Using Raw PHP

April 18, 2010

Learn to read and parse a youtube video’s comment feed without using the Zend Framework.

Read the full article →

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 →