New Method Working with jQuery Animations
If you’re working with jQuery’s .animate() a lot, you’ll notice that the animations can “bubble” if there’s no time between them, which isn’t really a desired effect. Since this is quite hard to explain with mere words.
WP Function : Log in to WordPress Using an Email Address
Here is wordpress function to allow a user to use either their username or email address to log into WordPress. this code function is provided by bavotasan. Place it in your functions.php file and you will be able to sign into your WordPress site using an email address or by default, the username.
Strtotitle – PHP Function to Convert Title Case a String
Here is a php function that can help you to convert to title case.It’s simple and surprisingly effective create by joey baker. # converts a string to title case # input: string # output: string in title case function strtotitle($title) { $blacklist = array( ‘of’,'a’,'the’,'and’,'an’,'or’,'nor’,'but’,'is’,'then’,'else’, ‘at’,'from’,'by’,'on’,'off’,'for’,'in’,'out’,'over’,'to’,'into’,'with’ ); $words = explode(‘ ‘, $title); foreach ($words as [...]
Making Chat App System with Ajax, PHP, MySQL – Lesson 8
Script-Tutorials.com has sharing with us, lesson 8 (lesson 1 of this article serries) of theirs articles series on how to create powerful chat system. It’s build based on Ajax, PHP and MySQL database. The chat application is include a login and logout system and offer support for multiple users with AJAX-style features.
Create Realistic Knob Control Using jQuery and CSS3
Todays we want to sharing tutorial how to create Realistic Knob Control Using jQuery and CSS3. This tutorial is created by Martin Angelov Aptly named knobKnob. this plugin use CSS3 transformations and jQuery’s new event handling methods to give visitors of your website a new way of interactively choosing a value from a range. This [...]
Sentient – Innovative eCommerce Theme for WordPress
Sentient is a smart, innovative eCommerce theme for wordpress. This products are cleverly aligned using jQuery masonry allowing you to cleanly showcase a great number of products on your shop pages without any wasted space. these wordpress e-commere themes has also been fully optimised for use on mobile devices such as tablets and smartphones.



