Facebook Developers Sharing Like Debug Tool

If you’ve every struggled with getting Facebook like or share buttons to view exactly the content your site has, this is the page for you.This is Facebook’s debugger tool. It allows you to see exactly what Facebook’s page scraper sees. It also tells you what it’s using for all parts of the data share and lots of advice.This is probably the most valuable tool I’ve used for Facebook sharing.Enjoy.


Source: http://developers.facebook.com/tools/debug

WordPress Transients API Caching Awesomeness

One of the nicest things about working with WordPress is the power of its API. When creating themes and/or plugins, the platform makes it incredibly easy to serialize and retrieve data. In fact, the API abstracts many of the common challenges of working with data such as data sanitization and efficiently retrieving data on request. Throughout the next two post, well take a look at the Transients API, why it matters, how to use it, and take a look at a practical implementation that we can use in future projects.Generally speaking, all of the above is accomplished with the WordPress Options API which is great for saving, updating, and reading options, but if youre working with a large set of data the Options API may not be providing the most optimal performance possible. Specifically, you may be able to improve the overall performance of your work (and its extensibility with other software) if you were to take advantage of the Transients API.


Source: http://wp.tutsplus.com/tutorials/getting-started-with-the-wordpress-transients-api-part-1/

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