background preloader

Scott Hanselman's Computer Zen - Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows

Scott Hanselman's Computer Zen - Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows

Drivel Journal Editor Create a Realistic Hover Effect With jQuery « Blog and Web Design Portfolio of Adrian Pelletier For one of the projects I’m currently working on with Rareview, we wanted to add a rising hover effect to a set of icon links. Using jQuery’s animate effect, I experimented with icons that have reflections and others with shadows. Here is a demo with two examples: The HTML and CSS are both straightforward and have a structure and style common to many web navigations and menus (for the sake of post length, I’m not including HTML/CSS code examples here but you are free to snoop around in the demo or view the files in the download below). In a nutshell, the JS appends the reflection/shadow to each <li>, then animates the position and opacity of these elements and the icon links on hover. Please note, for the purposes of this quick demo, I did not bother including support for IE6. View Demo or Download Update 06/01/2009: I updated the shadow example so that it has more of a bounce to it. Update 07/08/2009: As Cody Lindley points out in the comments (thanks!)

All Tools The joeware utilities... Saving administrators around the world time and frustration for over twelve years... All joeware utilities have a very simple warranty which you can find here. Please feel free to use these tools as you like, if you do something cool with them, let me know, I like hearing what things people find to do with them. For each utility I try to keep a current list of what platforms it will or won't work on. CSV file with utility versions, release dates, and MD-5/SHA-1 Digests Note about digests. Already know the name of the tool you want? active directory specific tools AdFind Command line Active Directory and ADAM LDAP query tool. [+2K][+XP][+K3][+Vista][+Windows7][+K8] more... AdMod Command line Active Directory and ADAM LDAP modification tool. more... AdQueueLoop Command line Active Directory tool to display the replication queue in near real time. [+2K][+XP][+K3][+Vista][+Windows7][+K8][-ADAM] more... more... ExchMbx more... FindExpAcc [+2K][+XP][+K3][+Vista][+Windows7][†K8] more...

Comodo AntiVirus - Descargar FindBugs™ - Find Bugs in Java Programs Marc Liyanage - Software - Mac OS X Packages - Tips and Documents - Mac OS X Customization Here are some utility tips, application settings and other tweaks that I find indispensable or that make my Mac OS X experience even more pleasant than it already is. Feedback, corrections and suggestions to the material on this page is welcome. This is of course all a matter of personal taste, so things that work for me might suck for you... Cool Utilities LaunchBar Application and Document Launcher, USD 19.95 This is the single most important utility I use. The utility stays active all the time and waits for you to press a hot key combination after which it displays a small tab in the upper right corner of the screen just below the menu bar. If you are a programmer, I highly recommend that you configure it so that it indexes the reference documentation for the programming languages and APIs you work with. Now I can just hit Cmd-Space, type stri , hit return and get the Javadoc page for java.lang.String which I use about a thousand times per day when I'm writing Java code... LiteSwitch X Silk

Elegant ScrollPanes with jQuery and CSS3 Some day ago I twittered a link about TweetTab a nice on-line service (similar to Monitter) to monitor in real time Twitter trends and custom searches. I like the design of TweetTab, clean and simple and I like in particular scrollpane used in each search tab. Take a look at this screenshot of TweetTab for a preview of the scrollpane used: Some readers of woork asked to me how to implement that kind of scrollpane in their web projects. This is very simple using jSrcollPane, a jquery plugin which allows you to replace the browsers default vertical scrollbars on any block level element with an overflow:auto style.I prepared a simplified version ready to reuse in your project using jQuery and some lines of CSS3 code. Step 1. <p> ... <p> elements are contained into the div with id="section-scroll". .scroll-pane { width: 400px;height: 250px;overflow:auto; It's important set a fixed height and the property overflow to "auto". $(function(){ $('#section-scroll').jScrollPane(); Step 2.

FreeWare Site Returnil Virtual System 2006 toread - an email-based bookmark service Top Mac OS X Utilities: Restoring Mac OS 9 Functionality Everyone knows that the group that's by far the most important to Apple is composed of small utility developers. Several years back, Apple saw that the Mac market was stagnating because almost every conceivable utility had already been developed. Realizing drastic resuscitation measures were necessary, Apple moved quickly to replace the Mac OS with the NeXTstep-based Mac OS X, hoping to give Mac developers the opportunity to restore Mac OS 9 functionality to Mac OS X and further extend Mac OS X's limited interface, to draw Unix hackers into the Mac camp, and to provide a market for all seven NeXT utility developers. Sarcasm aside, the number of utilities available for Mac OS X has indeed mushroomed of late. Without further ado, here are the top utilities for restoring Mac OS 9 functionality to Mac OS X, though please note that these are not intended to be full-fledged reviews - we simply don't have enough experience with each utility.

Magical Sign-up Page with jQuery and CSS. Always simple registration page helps to increase more sign-ups. This post about magical and interesting registration page with jQuery and CSS. Use this and enrich your web project sign-up page.Take a look at live demo Download Script Live Demo <script type="text/javascript" src=" libs/jquery/1.3.0/jquery.min.js"></script><script type="text/javascript"> $(function() { $(".buttons").click(function() {var id = $(this).attr("id");if(id=='step1') { $("#step1").remove(); $("#box2").slideDown(300); $("#step2").slideDown(300); }else if(id=='step2') { $("#step2").remove(); $("#box3").slideDown(300); $("#step3").slideDown(300); } else { $("#main").slideUp('slow',function() {$("#main").remove();}); $("#thank").html("Thank You"); } return false; HTML Code Contains Simple html code $(".buttons").click(function(){}- buttons is the class name of registration button. step 1 <input type="submit" class="buttons" id="step1" value=" Registration "/> step2 step 3 CSS Code #box1 #box2

Free Download A Day Browzar | Your private window on the Web

Related: