Friday, March 25, 2011

30 Pro jQuery Tips, Tricks and Strategies | Pro Blog Design


These tips and tricks all have one thing in common- they are all smashingly useful. With this stuff in your back pocket, you’ll be ready to go change the world, and even better, write jQuery like you know what you’re doing. It’s gonna be fun.
We’ll start with some basic tricks, and move to some more advanced stuff like actually extending jQuery’s methods and filters. Of course, you should be familiar with the basics of jQuery first. If you haven’t used jQuery before, I highly recommend browsing the documentation and watching jQuery for Absolute Beginners Video Series. Otherwise, you’re ready to dig in!
30 Pro jQuery Tips, Tricks and Strategies | Pro Blog Design

Thursday, March 17, 2011

jQuery DataLink Demos

Michael Rog put together really good demos for jQuery Data Linking

jQuery DataLink demos

jQuery Data Link Api Here

Data Linking project on GitHub with Demos Here

Wednesday, March 16, 2011

Vimium - the hacker's browser

Vimium is a Google Chrome extension which provides keyboard shortcuts for navigation and control in the spirit of the Vim editor. Watch this video to get a feel for how it works:
Vimium - the hacker's browser


Features

  • Helps you navigate the web without touching the mouse.
  • Uses a clever highlighting method to navigate using links.
  • Saves your zoom settings on a site-by-site basis.
  • Customizable keyboard shortcuts
  • Has an in-page help dialog to remind you of your personalized shortcuts.

Saturday, March 12, 2011

Visual Studio 2010 Community Wallpaper

This is a non-Microsoft site, filled with Community Created Visual Studio 2010 Wallpapers! 
http://vs2010wallpapers.com/

Creating Shortened URLs

This article shows how to use Google's URL Shortener API to create shortened URLs.
Creating Shortened URLs

Thursday, March 10, 2011

How to Fix a Failing Windows 7 Service Pack 1 Install | Microsoft Windows 7 | Tech-Recipes

How to Fix a Failing Windows 7 Service Pack 1 Install | Microsoft Windows 7 | Tech-Recipes
Sometimes Windows patches or service packs simply will not install successfully. Following the definition of insanity and going back to Microsoft Update to try again and again does not usually fix the problem. Here are 3 things you can do to get that update installed.


I recommend completing all of the following, in order, before trying to re-install the update:
1. Check the system drive for filesystem errors:
-Open an Administrative command prompt (hit Windows key, type cmd, hit Ctrl + Shift + Enter)
-Type: chkdsk c: /f
-Hit “y” when prompted
-Reboot and wait
2. Run the System File Checker:
-Open an Administrative command prompt
-Type: sfc /scannow
-Wait for completion
-Reboot
3. Download and run the Windows Update Readiness Tool:
-Read and then follow the appropriate download link here
-Run the downloaded Update Readiness Tool
-Wait patiently for it to complete, this may take some time with little indication of progress until the end
-See the logs after it finishes: %systemroot%\Logs\CBS\CheckSUR.log and CheckSUR.persist.log

A Visual Studio 2010 Extension which provides JavaScript code analysis using JSLint.

JSLint for Visual Studio 2010
Features

  • Simple .vsix double-click installation. Also available on the Visual Studio Gallery website, and downloadable directly from within Visual Studio using Tools->Extension Manager.
  • Configure from the Tools menu. Screenshot
  • Import/Export Options.
  • Analyze all JavaScript files when building the project or solution (also supports analyzing HTML files containing JavaScript).
  • Analyze selected JavaScript files from the Solution Explorer. Screenshot
  • Analyze a selected JavaScript snippet or the complete file while in the Code Editor window. Screenshot
  • Output as Errors, Warnings, Messages or Tasks. Screenshot
  • Skip validation of certain script files and folders when building (e.g. non-user code). Screenshot
  • Skip validation of a file section. Screenshot
  • Predefine JSLint global variables, per file or globally.
  • CSS validation.
  • New: Detection of constants (optional)