Exercise your Right to Vote: Sign Up, Log In, and Vote Often!

TUTlist.com - Home

1 UPs
-vs-
0 DOWNs

1 Votes

In this article, I will introduce you to an old concept that seems to be forgotten by most web developers today: the importance of logging. Additionally, I’ll walk you through some of functions designed to keep your logging more organized.

2 UPs
-vs-
0 DOWNs

2 Votes

Javascript is a weird language. Great but weird. Take functions for example. You cannot only pass any type of arguments, you can also pass any number of arguments. This may be quite disturbing, especially for Java developers. Recently I had a discussion with a Java developer who complained about missing code assistance in Javascript, by which he meant no hint about the type of an argument.

1 UPs
-vs-
0 DOWNs

1 Votes

Let’s see in this simple tutorial how we can read our timeline and update our status from a simple piece of PHP code.

1 UPs
-vs-
0 DOWNs

1 Votes

While it is true HTML5 and CSS3 are both a work in progress and is going to stay that way for some time, there’s no reason not to start using it right now. After all, time’s proven that implementation of unfinished specifications does work and can be easily mistaken by a complete W3C recommendation. That’s were Progressive Enhancement and Graceful Degradation come into play.

TAGS: html5 css3

2 UPs
-vs-
0 DOWNs

2 Votes

We see tooltip almost everyday on the web. And most of us know there are a lot of way of doing this. Personally, i think the easily way of accomplished this is by using CSS. Although there are disadvantage and advantages of doing this which we will discuss later. Nonetheless, it is one of the most easiest way of accomplished a tooltip. (although the MOST easily way is to just use a title attribute in the tag without any additional code)

TAGS: css ie

1 UPs
-vs-
0 DOWNs

1 Votes

The Google App Engine (GAE) is a wonderful playground for your apps, especially when you have no server at hand. It gives you everything you need for free, up to a certain limit. As I happened to be a Java developer it became really interesting when the GAE started supporting Java. You have to register for a GAE account and then apply for Java to be activated. There is a small waiting time but there still seem to be open slots.

1 UPs
-vs-
0 DOWNs

1 Votes

URL handling is one of the tasks you have to do from time to time in PHP. Sometimes you have to do it because you want to record the referral sites, other times because you want to write your own spider or just because you want to retrieve your current URL.

TAGS: php urls uri

0 UPs
-vs-
0 DOWNs

0 Votes

MooTools allows you to easily add event listeners to elements using the addEvent and removeEvent methods. One thing MooTools doesn’t have is a hasEvent method which will check an element’s list of listeners to see if the element has been assigned a specific function per event. I experimented with implementing this functionality and believe I’ve found the best solution.

0 UPs
-vs-
0 DOWNs

0 Votes

For reasons of performance and organization, chances are you're going to want to spread returned database results across several pages if a lengthy number are returned. However, doing so manually can be a tedious chore, requiring you to track things such as the number of results per page, the page number, and the current offset of the overarching query result. Recognizing this importance of such a feature, the Zend Framework developers created the Zend_Paginator component, giving developers an easy way to paginate result sets without having to deal with all of the gory details otherwise involved in a custom implementation.

0 UPs
-vs-
0 DOWNs

0 Votes

You already know how to define or assign functions directly, use multi parameter arguments in anonymous calls and know all the different variants of the function-constructor? Then you won't find anything new about the subtle differences in using functions in JavaScript.

« previous 1 2 3 4 5 6 7 8 9 1021 22 next »

Popular Tut Tags

TUTlist on twitter

For all the newest TUTs, follow @tutlist

King Tuts

JohnGalt (100 Tuts)
JDStraughan (92 Tuts)
TJHooker (45 Tuts)
manishwebmaster (31 Tuts)
linkbuild (28 Tuts)

TUTmark

Drag TUTmark to your bookmarks
to begin using our bookmarklet.

Don't know how to use a bookmarklet?
Check out this tutorial.

TUTlist News Feeds

Home Page (RSS and ATOM)
New TUTS (RSS and ATOM)
Subscribe by Email

Advertise HERE!

To learn how to get your ad here.
CONTACT US TODAY!

Giganews Newsgroups