Tag Archive | "jquery"

Awesome CSS+JS form styling

onsdag, marts 10, 2010

Kommentarer slået fra

Sexy CSS+JS Form I was working on our new open source project that i think you will like and I was working on the registration page. This is what I got in the end and i will walk you trough the process with me. This new tutorial is about styling the forms of your website, I [...]

Continue reading...

Making a Mosaic Slideshow With jQuery and CSS

onsdag, marts 10, 2010

Kommentarer slået fra

When designing a product page, it is often necessary to present a number of images in a succession, also known as a slideshow. With the raise of the jQuery library and its numerous plugins, there is an abundance of ready-made solutions which address this problem. However, to make a lasting impression to your visitors, you [...]

Continue reading...

Uncovering jQuery’s Hidden Features

tirsdag, marts 9, 2010

Kommentarer slået fra

jQuery is not always as it appears. There’s a lot of cool stuff going on under the surface, and there are many methods just waiting to be discovered, and many potential usages of jQuery’s API that you may not have considered before. In this article I’ll be taking you through a few of the not-so-obvious [...]

Continue reading...

2 Different Ways For Getting Twitter Status / PHP and jQuery

tirsdag, marts 9, 2010

Kommentarer slået fra

PHP Place the code bellow inside your theme’s function.php file. Don’t forget to change the “TwitterProfileName” with your twitter profile name. function parse_feed($feed) { $stepOne = explode("<content type=\"html\">", $feed); $stepTwo = explode("</content>", $stepOne[1]); $tweet = $stepTwo[0]; $tweet = str_replace("&lt;", "<", $tweet); $tweet [...]

Continue reading...