Category Archives: JS & AJAX
jQuery Mobile – What You Need to Know
jQuery Mobile version 1.0 finally launched this past November. Don't know if you heard about it, but if you are planning to do any mobile app or website development, it's better to get started with it right now. I'm sure you've heard about jQuery. So, its mobile version is pretty close to what you already are used to, but with a lot of enhancements for mobile screen events (like touching instead of click, and there is no hover) and browsers (this one is tricky since there are plenty of browsers and devices out there) and capabilities (pluggable components). The crazy thing is how simple it is to initiate and build a fully working mobile site. Actually, we'll be talking about concepts, tips, codes, and in the meantime you can build your own app, in no more than one hour. Yeah, noob to ninja in one hour, this is what you'll get here :) So, let's rock!
Mouthwatering Collection Of jQuery Plugins And CSS3 Tricks
I'm sure that at one point or another you were designing a website and thought it could use a little something extra. That bit of something that adds extra functionality or enhances what it already has, making it not only easier for the user to receive the information they seek, but also present it in a neat package. In no particular order, I give you a handpicked collection of jQuery plugins and some CSS3 tricks to top it off. Surely, with these in your designer arsenal, your creations will stand out more than ever before.
Simon’s Google Doodle – HTML5 + JS jQuery Game
Dude, you've heard a lot about Google doodles haven't you? What about that Pacman one? It is just addictive. Company owners know how a funny game and unlimited search powers could be dangerous for productivity. And how it can be a marketing boost. The most amazing thing is that we can create our own addictive HTML game. Actually, this is why we are here today. With this tutorial you'll see how to use some of JavaScript and HTML capabilities to build simple yet funny games. So, let's rock!
jQuery Plugin Development: Hover to Reveal Masked Password
We talked about how to improve your HTML forms performance a couple of days ago. There we covered a pretty controversial topic "Don't mask your passwords", discussing how bad masking your passwords could be for usability. At this moment, we basically have two options: mask password field and don't ask for any feedback, or show password field as text and potentially decrease security. This is why I think a hover revealing password could be a really good alternative: You can increase your security, and if you are unsure about what you've typed just go and hover over it. So, what we will be doing today is a jQuery plugin to do that, and additionally, we will have a behavior pretty similar to what many mobiles does, where we can see the last character for a couple of seconds. This is a good chance to learn more about plugins, dynamically generated content, and some good coding practices. Moreover with this technique we could apply different effects and a lot of variations since all this things are based on non-obtrusive and almost only decorative javascript. So, let's rock!
50 New And Crazy Cool jQuery Plugins From Year 2011
With 2011 a little over half over it's the right time to look at, and uncover, the current trends of web design and development. It's sure been a helluva ride for jQuery and it's growth just doesn't stop. With more than 40% of websites using jQuery now it's no longer possible to ignore this efficient, powerful and lightweight tool. jQuery gives developers the chance to enrich websites with amazing elements without the need to write dozens of lines of code. This article presents 50 advanced, cutting-edge yet simple jQuery plugins that will enhance your web experience drastically.
jQuery Plugin: Table of Contents with Smooth Scrolling
Hey guys, have you noticed that pretty box on WordPress codex that gives us a preview about what we can see on a page? So, I haven't seen too many blogs use this kind of feature and it is really useful for our readers, since they can just skip to the content that they are interested in and avoid wasting time. Wikipedia has a table of contents that makes it easier for readers to skip around, right? I'm not the very first to do something like this with jQuery. But our goal in here is to develop a complete jQuery plugin, from start to finish, with options, and that is easy to customize. And, of course, something that I hope is useful to you So, let's rock!
16 Hot Websites To Download Cool Scripts
The IT industry is full of tough challenges for developers who are one step away from creating new forms of interaction. The trend of web scripting is growing rapidly and developers are striving to develop web pages which automate more tasks on a website. The benefit of client-side scripts is that HTML supports it regardless of the language that is used for scripting. By using these scripts, developers are able to introduce plenty of highly active ways to enhance HTML documents.
40 Useful jQuery Techniques And Tutorials For Great User Interface
jQuery has really captivated our development through web. It is a powerful tool that improves the user's interactivity in Web applications. With jQuery, development in your website is much easier and more flexible for the element in your website. In this post, I'll be giving you 40 jQuery techniques and tutorials that will help you improve your skills.
30 Trendy AJAX, jQuery And Image Galleries You May Like
One of the most important elements in successful portfolio is beautiful and unique image gallery catching eye with its sliding elements and great works. If you want to get the best impression you need to think about appearance the same way as you think about your portfolio works - you need to present and view them to grab attention, to show value!
Here you will find easy to customize and modern image galleries you can use for your own projects, portfolios and possibilities are endless here! You just need to put them in good use!
How to Implement Ajax in WordPress Themes
AJAX(Asynchronous JavaScript And XML) as we all knows is a very democratic technology in web development that allows a web page to update the content without page reload or refresh. And WordPress is widely being used not just for Blogs but for CMS’s as well. I have used WordPress many times in my Projects and Built web applications by using WordPress as a CMS. While using WordPress for your websites or web applications you will need to use Ajax in your WordPress themes or plugins etc. Today, I am going to show you how we can implement Ajax in our WordPress themes with the help of simple example.