Twitter has become an amazing way to share thoughts, ideas, and information (not to mention what you are actually doing). Displaying your Twitter feed on your website is a great way to promote your Twitter to increase your followers.
Posts Tagged: jQuery
Save Your Bandwidth! Let Google Host Your jQuery Library
It may not be widely known, but Google has been hosting several JavaScript libraries on Google Code and jQuery is one of those libraries. This has a few different advantages to allowing Google to host this file for you including: It is hosted on Google. Your bandwidth is not taken up by loading the library… Read more »
jQuery Cheat Sheet
We know that we can’t all know everything about jQuery so it is nice to have a good cheat sheet available to tell us just enough to remind us how a certain function works or how to do something new. Well there is a cheat sheet out there that is available from: http://oscarotero.com/jquery/ui.html
An Introduction to Ajax Using jQuery
Today I will take you through a very basic Ajax example using jQuery. Usually Ajax can be cumbersome to use, but with jQuery it is very simple.
An overview of Ajax
Today we will give a high level overview of Ajax. Ajax stands for Asynchronous JavaScript And XML. What it allows you to do is by utilizing JavaScript you can update parts of a webpage without having to reload the entire page. Once you know what Ajax is, you will find that you see it being… Read more »