72 Comments / Lam Nguyen on Feb 03, 2010
in CSS & HTML

You probably know what the text-indent property does in CSS. It’s a common CSS property allowing webmasters to indent paragraphs and hide text for image-based links. Text-indent does this great; however, it doesn’t just hide and indent text. It does more.
Continue Reading
11 Comments / Lam Nguyen on Jan 16, 2010
in Tools

Working with HTML forms is really a nightmare because your forms always mess up. This post includes 5 newest and useful jQuery plugins that help you work with HTML forms better and love them more. Enjoy the post in the series of jQuey plugins that is always fresh and useful.
Continue Reading
19 Comments / Lam Nguyen on Sep 05, 2009
in PHP

In my previous post, I show you how to make up the login form likes Mac app DeskShade. Today, this entry is the next part of that post. This tutorial will help you submit that form with PHP handler. Furthermore, with some effects come along, your form will be nicer. I would like to name this post as “Learning jQuery…” in the series of jQuery Learning posts because in each post, I will focus on one or two functions of jQuery, and after reading, I’m sure you’ll be cool. If you’re new to jQuery, you should not miss!
Continue Reading
11 Comments / Lam Nguyen on Dec 06, 2008
in Resources

Blogger is the most powerful blog provided by Goolge. Everything is ok, Blogger supports so many useful tools for you to publish your blog, but you know, Blogger did not provide the form in your blog that vistors can contact you. When you run your blog, just for fun or for living, you should know that you need to receive suggestions from your visitors to help you build blog better. So now, you don need to wait for Blogger supports this. I found you a useful tool to create your own nice contact form with FormSpring.
Continue Reading
3 Comments / Lam Nguyen on Jul 16, 2008
in Tutorials
Rewritten URLs are valuable because they increase website usability and improve search engine optimisation (SEO), in PHP with mod_rewrite, you can rewrite URL easily and simple, when using java, you can too, just follow this article. Well, but we have a problem: HTML forms and rewrite URL were not designed to work together. So, you have to use client-side(java script) to transfer page to result page wich rewrited URL. However, you can do it by server-side script by pre-processing input from HTML Forms and transfer to result page. In this tutorial, i’ll guide you how to make it work by 2 way: Client-side and Server-side.
Continue Reading