about 4 months ago - 2 comments
Well, unlike the normal ones that gives you a strength meter that goes from green to red indicating your password strength. This one gives you the time it would take for a normal PC to crack your password. The password strength meter is called ChronoStrength For example mine. This comes as a standalone javascript or
about 4 months ago - 2 comments
Yep, with just some web html/css/javascript knowledge you can create iPhone application. No joke! just trick. By using this JQtouch plug-in, you can create website that acts and behave just like a native iPhone application. I was pretty amazed at the idea, but it’s time to dig in and try it for yourself! I’m doing
about 4 months ago - 1 comment
This is a way to validate a form using simple JQuery. Why re-invent the wheel when there’s so many type of wheels to choose from? and also, for sometimes, we are just lazy to find the best wheel possible for our project. What I’m trying to do here is not to spoon feed you the
about 9 months ago - 1 comment
With Jquery of course Ok, we often have to do delete button and have to do something about if the users click the button, an the delete action should not taken right away… What if the user doesn’t want to click the button but click it anyway (they are users, their actions are illogical but
about 10 months ago - 12 comments
Is to know all of these <insert evil and sinister laugh here> languages. This post serves as a starting place for all who wants to be a web developer. You might not need to understand in depth on any of these, but the least is the basic. My choices of framework serves as a suggestion
about 10 months ago - 9 comments
Do you ever wondering how to do certain things in PHP like generating graphs, generating pdf or parse RSS efficiently and easily. I found myself rewriting these codes every once in a while and was lucky enough to find these wonderful libraries/framework that are completely free and easy to use. There are more, but I
about 11 months ago - 3 comments
When you think of a pagination system, you would think about some messy PHP codes to generate each and every page. So subsequently, for an user who wants to browse through your pages, they will do a lot of calls to your PHP file and by that do a lot of calls to your database