Wednesday, February 11, 2009

How to Convert a PSD to XHTML

How to Convert a PSD XHTML I found on net very good video tutorial for converting psd web to html web .I really learn it some tricks from this tutorial and i like share with you .Sharing is good

Step by step tutorial easy to understand for all level students .

Good Luck!!!Work Work

read more | digg story

Tuesday, January 20, 2009

45+ New jQuery Techniques For Good User Experience

Here are over 45 impressive jQuery plug-ins and techniques. Smashing!

read more | digg story

PHP for Beginners: Building Your First Simple CMS

Basic tutorial how to make php CMS system .Notice: This is only concept don't use it because has to much security bugs.

read more | digg story

Barack Obama Officialy Becomes 44th American President

Constitution states he becomes president , term begins at noon even without oath ......... New History Begins !!!!

read more | digg story

Watch for Cross Site Scripting (XSS) Attacks in User Input

A web application usually accepts input from users and displays it in some way. This can, of course, be in a wide variety of forms including comments, threads or blog posts that are in the form of HTML code. When accepting input, allowing HTML can be a dangerous thing, because that allows for JavaScript to be executed in unintended ways. If even on

read more | digg story

Friday, January 9, 2009

mod_rewrite Can we use like protocetcion

I am wondering is good to use mod_rewrite for my web pages hmm...

Some of readers on Digg write :
url rewriting is old
google don' t care for your url format
in 1998 friendly was good now is waste of time

But i found more useful function in mod_rewrite

simple normal url : index.php?newsid=1

newsid can be string ,charter, integer or special character

that is very big problem because somebody can write index.php?newsid= ?????
some mysql injection code .

of course we wrote sql protcetion code in php.

but if we don't or we don't like to waste time on hacker
or we like to be url friendly we can use mod_rewrite

simple url : .../1/title-of-article.html

we have only one parameter here and one title in url is good for SEO
and one more good staff if client(user) write /???/title-of-article.html
will get error page 404.
Why because url must be in format /number(0-9)+/string