Limit the Number of Characters In a Textarea or Textfield Using jQuery

August 8, 2010

Learn how to limit the number of characters your users submit. After reading this tutorial you will minutes away from a twitter clone (nah, just kidding).

Read the full article →

How to Return More Than One Value From a Function in PHP

August 7, 2010

Here is a cool trick you might not know if you want to return multiple values from a function and assign them to variables with different names each.

Read the full article →

Working With Sessions In PHP

July 13, 2010

Sessions are like cookies but more secure…although not entirely secure…why don’t you come and the read the post to see what they are about.

Read the full article →

How To Use Cookies With JQuery

July 10, 2010

jQuery has come and made everything easy for us, from simple toggling to otherwise complicated ajax, and when ever jQuery is not able to deliver there is always someone who has made a plugin exactly for what we need.

Read the full article →

JQuery’s Browser Detection Capabilities

July 7, 2010

Detect the name and version of a user’s browser and handle pages respectively.

Read the full article →

Quick CSS Tip: Control The Color of Highlighted Text In Your Website

July 5, 2010

Now you can control every single color in your website, even the color of the text user highlight with.

Read the full article →

Learn Python 3 From Scratch: Concatenation (day 5)

June 27, 2010

Welcome to the fifth day of this series, in todays episode you will see how to use the concatenation operator to attach strings to one another.

Read the full article →

Learn Python 3 From Scratch: Variables (day 4)

June 26, 2010

Today you will see how variables are used in Python. Enjoy!

Read the full article →

Learn Python 3 From Scratch: Triple, Double and Single Quotes (day 3)

June 25, 2010

In this episode you will learn about the different delimiters python uses for print().

Read the full article →

How To Run Python With Eclipse (day 2, optional)

May 20, 2010

Before continuing with my python tutorials I will like to show you how to use Eclipse, a powerful ide, to work with Python. This will make your life a lot easier, take a look.

Read the full article →

Learn Python 3 From Scratch: Hello World (day 1)

May 19, 2010

In today’s episode of this series you will learn where to get and how to install the latest version of Python. I will then show you how to output text and what the difference is between Python 3 and Python 2 when it comes to the "print" function.

Read the full article →

Website Review: Javascript Libraries Source

May 14, 2010

Do you find yourself having to type the code needed to include JQuery, Dojo or any other javascript library for everyone of your projects? This website will help you save time with its simple solution.

Read the full article →

How To Check For New Tweets From a User

May 10, 2010

In this post I will show you how to use twitter’s API along with JQuery to display a user’s tweets almost as soon as they are posted.

Read the full article →

Google Maps API Version 3 Tutorial Day 1

May 10, 2010

The Google maps API is a great one. Learn how to use it in this series!

Read the full article →

How To Send Text Messages From Google Voice With PHP

May 10, 2010

A quick way to make a script that sends text messages.

Read the full article →

Control Your Arduino With PHP Via C++…and Why Not JQuery!

May 7, 2010

You bought an Arduino, now exploit its true power by controlling it from the web!

Read the full article →

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 →