Web Development

Web Development Tips & Tricks, the things that you don’t want to figure out.





Posts Tagged ‘Web Development’

PHP.JS – Your Javascript PHP Library

Tuesday, August 4th, 2009

PHP.JSThe tile may have been a wee bit confusing, partially intended. PHP.JS is one of the most useful tools I’ve seen around, and boy did they do a good job. So, what is it, specifically?

PHP.JS is a Javascript library that has converted pretty much the entire PHP library into Javascript. This is their description:

“PHP.JS is an open source project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.”

It’s completely free (thank you, open source) and can help enormously.

The main question that was on my mind was, “Do I have to download the whole thing?” After all, something that comprehensive is probably pretty hefty.

The answer, thankfully, is no! They have every function broken out into pieces and the ability to download a wide variety of packages, and each package can be modified to add or subtract individual functions.

Well, that’s it for today! If you can’t think of many uses, let me know, because I can think of a plethora of uses.

Have a great day!

-Kerry

Javascript Countdown

Wednesday, July 29th, 2009

Javascript-KitSo… hard… to… find… time… to… post…

Of course I will be attempting to find more time to post as always, try to fit into my schedule, as I have SO much data I would like to share, so trying to find free time (like now), that I can share them with you.

Today, I had to do a Javascript countdown. No big deal, they’re everywhere, I just thought I would show you the one I used, as it worked great. I found it at Javascript Kit, which is a great site to find a good deal of free scripts.

I used one with a very simple function call. I simply reorganized the script code, customized it a little bit, and it worked great. You can find it here.

I would give you a link to the site, but it will only be there for 10 days, so I’ll just give you an image:

Countdown

Have a great day!