Pondělí, Listopad 30th, 2009
-
-
-
Recent Updates
* 11/18/09 - Pro Accounts
* 10/07/09 - New Recorder Frame
Screencast-O-Matic is the original free and easy way to create a video recording of your screen (aka screencast) and upload it for free hosting all from your browser with no install!
-
-
-
Posted in del.icio.us | No Comments »
Sobota, Listopad 28th, 2009
-
showing a user’s experience in the context of multiple browser tabs. In the modern browser it’s quite popular that people spend their attention in various modes of activity as they switch back and forth. Nik here tried to capture just that in a diagram which shows the currently selected tab over time. I guess it’s interesting to see a sample which aims to represent multiple potential activities that the a person can engage in, instead of a single over simplified linear one. Even more generally, a diagram such as this perhaps could even step above tabs and represent tasks or activities just as well.
-
jScrollPane is a jquery plugin which allows you to replace the browsers default vertical scrollbars on any block level element with an overflow:auto style. You can easily control the apperance of the custom scrollbars using simple CSS.
-
TweetBubbles is a tool which can make your presentation more exciting by live feeding Twitter during events or seminars. If you use TweetBubbles, opinions and questions posted by the participants of the events will be over-layed on top of the presentation as tweets in bubbles. By integrating real-time comments of the participants into your presentation, you can make your presentation even more engaging. I hope you try TweetBubbles for your next presentation!
-
This is a convenient way for WordPress users to use the Typekit font service in WordPress web sites. This will enable users to change the fonts of their sites with least amount of time using the Typekit service. Further this plugin will give the ability to control where the typekit will be used in their site (whether in the front page, static pages .etc).
-
Rubular is a Ruby-based regular expression editor. It's a handy way to test regular expressions as you write them.
-
Posted in del.icio.us | No Comments »
Pátek, Listopad 27th, 2009
-
-
-
Objevte sílu voodoo v našich panenkách. Každá voodoo panenka má svou charakteristickou moc a vy si můžete vybrat tu, která je pro vás nejvhodnější. Voodoo panenky nabízíme jako přívěšky na klíče či přívěšky na mobily. Znáte je také z televizní reklamy a říká se jim kofoláčci. Naše voodoo dolls jsou ideální dárek na Vánoce pro Vašeho partnera, kolegy či kolegyni.
Posted in del.icio.us | No Comments »
Středa, Listopad 25th, 2009
Posted in del.icio.us | Comments Off
Úterý, Listopad 24th, 2009
-
-
-
-
jQSlickWrap is a plugin for jQuery which enables you to easily and accurately wrap your text around the content of floated images.
It's as simple as $('img').slickWrap();
-
Posted in del.icio.us | No Comments »
Pondělí, Listopad 23rd, 2009
-
-
-
-
-
-
TinyURL and other like services solved a problem brought on by the advent of micro-blogging—limited message length. They do this by taking (sometimes incredibly long) URLs and creating a small compact one that redirects to the original.
Solving one problem, though, created another one: obfuscation. There's no way to tell (for sure) where a shortened link goes by just looking at it. This is bad for users.
To help with the situation many URL shortening services provide some sort of "preview" feature that lets you see where a link will take you before actually going there. But, yet again, this creates another problem. With so many URL shortening services, each with their own way of previewing URLs, it would be troublesome for developers to try and support a preview feature for all the services. This is where LongURL comes in: it provides a standard API for multiple URL shortening services.
-
Appends an expand link next to shortened URLs. The expand link will replace the shortened link with the final destination retrieved using LongURL.org.
-
Display a growl notification for Facebook inbox and notifications when using Fluid.
-
Cloudant’s provides professional hosting of CouchDB in the cloud. It is currently in private beta.
-
This is the project page for the CSS Framework Atatonic. Atatonic is meant to make your web—life easier and is created to provide a stable grid and solid typography. Read more »
-
Tool for use in your scripts to allow for dead simple use of the Growl notification program.
-
Posted in del.icio.us | No Comments »
Sobota, Listopad 21st, 2009
-
This plugin will help you to analyze where people click on your site. As the result you will discover where better to place banners, how to organize navigation, where to put advertisements like AdSense and more. The heatmap of clicks can show you what works - which links people did find and click on.
-
-
-
Může se stát, že sice voláte na číslo, které se tváří jako naše (má třeba předčíslí 777 nebo 608) a zatím už v naší síti není. A tak abyste nebyli překvapeni, že platíte za volání do jiné sítě, můžete si tady snadno zjistit, jestli to nebo ono číslo v síti Vodafone opravdu je.
-
-
QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code on the server-side).
-
-
-
Which Unit Testing Framework?
-
-
Google's Market Share in Your Country
-
jquery.event-playback is a simple yet extremely effective library for recording, and playing back recorded event sessions. These sessions play back nearly identical to the original interactions, displaying a fake cursor, simulating element hovering, and more.
-
JSpec is a extremely small, yet very powerful testing framework. Utilizing its own custom grammar and pre-processor, JSpec can operate in ways that no other JavaScript testing framework can. This includes many helpful shorthand literals, a very intuitive / readable syntax, as well as not polluting core object prototypes.
JSpec can also be run suites in a variety of ways, such as via the terminal with Rhino support, via browsers using the DOM or Console formatters, or finally by using the Ruby JavaScript server which runs browsers in the background, reporting back to the terminal.
-
Node's goal is to provide an easy way to build scalable network programs. In the above example, the two second delay does not prevent the server from handling new requests. Node tells the operating system (through epoll, kqueue, /dev/poll, or select) that it should be notified when the 2 seconds are up or if a new connection is made—then it goes to sleep. If someone new connects, then it executes the callback, if the timeout expires, it executes the inner callback. Each connection is only a small heap allocation.
Posted in del.icio.us | No Comments »