jQuery, The Write Less, Do More, JavaScript Library

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.


Source: http://jquery.com/

WordPress Theme Using jQuery Mobile

jQuery Mobile is official jQuerys web framework used to develop web based UI for mobile devices. Its currently in Alpha stage. I was impressed when I first saw its demos and how less code we developers have to write to develop mobile web app.Its cross platform framework. Write web app once and run on multiple platforms including iOS, Android, Windows Phone, Symbian, Blackberry, and many more. Click here to view complete compatibility list of browsers on different operating systems.jQuery Mobile makes heavy use of Html5 data attributes. I will explain usage of those components which I will be using in WordPress theme.


Source: http://www.ifadey.com/2011/01/wordpress-theme-using-jquery-mobile/

Adding an Element to a Document’s Array Field in MongoDB using Lithium PHP

I’ve been using the Lithium PHP MVC framework because it has native drivers for MongoDB.  I’m writing a multiplayer Virtual World using MongoDB as it’s only backend DB, so I searched far and wide for a framework with  the type of Mongo dedication I found in Lithium.

The one thing Lithium is lacking at the moment is easy to follow documentation and tutorials, especially for the more advanced and foreign MongoDB operators.

In this case, I needed to add an item array to the User document’s “Item” array.  For this I need to use MongoDB’s $push operator.  After a ton of trial and error and googling, I finally got it working.  Here’s the syntax:

$user_id = '4b6eeb7df964a5200cd12ce3';
$item = array('_id'=>'4efeb26a33f5681d7a000000', 'name'=>'Item Name');
$conditions = array('_id' => $user_id);
$query = array('$push'=> array('Items'=>$item));
Users::update($query, $conditions);

That’s it.  Thank you drive though.

Infographic: What Tools Developers Actually Use

Infographic: What Tools Developers Actually Use
The folks at BestVendor.com interviewed 500 developers and compiled this profile of the tools that they actually use. A few stalwarts predominate, such as Git, Eclipse, AWS, Dropbox, …

Chrome is the most secured browser

Chrome Gets Crowned the Most Secure Browser.

That part didn't surprise me, but I was a little surprised to hear Mozilla's Firefox was in third place – behind IE.

Of course, the report was paid for by Google, so it's hard to say there was absolutely no bias.Chrome is the most secured browser – new study • The Register
The Register® — Biting the hand that feeds IT. Hardware; Software; Music & Media; Networks; Security; Cloud; Public Sector; Business; Science; Odds & Sods. Feeds. Crime; Malware; Enterprise Se…

How Small Businesses Should Adapt to Social Media

In this video I interview John Jantsch, founder of Duct Tape Marketing and author of the books Duct Tape Marketing and The Referral Engine.

  • How social media has impacted small business marketing
  • How to more quicklybuild deeper relationships with prospects
  • How to increase your referrals
  • Why you need to create the expectation of referrals
  • How to get your small business to show up in search results at the early discovery stage
  • How to drive customers to your business
  • Why it has never been easier or cheaper to start a small business
  • Why you need to embrace todays online tools


Source: http://www.socialmediaexaminer.com/how-small-businesses-should-adapt-to-social-media/

10 Billion Android Market downloads and counting

One billion is a pretty big number by any measurement. However, when its describing the speed at which something is growing, its simply amazing. This past weekend, thanks to Android users around the world, Android Market exceeded 10 billion app downloadswith a growth rate of one billion app downloads per month. We cant wait to see where this accelerating growth takes us in 2012.


Source: http://googleblog.blogspot.com/2011/12/10-billion-android-market-downloads-and.html

Five powerhouse graphics editors that won’t break the bank

At some point, every business needs art. Whether youre creating your art in-house, purchasing art from stock sites and adding it to in-house art, or editing photos, you need tools that enable you to manipulate those graphics. Not everyone can afford Photoshop or Illustrator but what else is there? Most people assume the only graphic editors they can afford are the likes of Microsoft Paint, tools that dont have the power to do what they need to do. Not so. There are plenty of feature-rich editors that any budget can handle. Lets take a look at five such editors.-Inkscape-Sketch-ZeusDraw-Synfig Studio-Gimp


Source: http://www.techrepublic.com/blog/five-apps/five-powerhouse-graphics-editors-that-wont-break-the-bank/1183

50 Free Apps We’re Most Thankful For

As we prepare to give thanks for our delicious Thanksgiving meals (and impending food comas), let’s not forget to pay our yearly tribute to the wonderful developers who bring us our favorite free apps.


Source: http://lifehacker.com/5862252/50-free-apps-were-most-thankful-for

Google Chrome to add gamepad support

Google’s Chrome browser will soon have greatly enhanced gaming capabilities, with plug-and-play support for gamepads on the way.The news was revealed by Google developer advocate Paul Kinlan during a talk earler today at Develop Liverpool. Due in the first quarter of next year, the update will also see Chrome support cameras and microphones without the need for plug-ins, with Kinlan hinting at the possibilities for augmented reality games and player tracking.


Source: http://www.next-gen.biz/news/google-chrome-add-gamepad-support