Posterous
jetztgradnet is using Posterous to post everything online. Shouldn't you?
Jetztgradnet-eule_thumb
 

Links

Plupload: Advanced Multiple File Uploader


Plupload v1.0

Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

http://www.plupload.com/

Filed under  //   javascript   jquery   ui   upload   web  
Posted February 4, 2010 by email 
// 0 Comments

Free Social Media Icons

This free set includes 50 icons of the most popular social media networks on the internet. The icons are designed in 32px and 16px vector format. With the vector format, you can scale the icon to any size to fit with your design or use it in high quality print materials. What you will get from the zip package: 32px and 16px in three different file formats: vector EPS, PNG, and GIF.

Icons include:
Delicious, Flickr, Twitter, Retweet Button, Facebook, MySpace, StumbleUpon, Digg, Slash Dot, Mixx, Skype, Technorati, Reddit, FriendFeed, YouTube, LinkedIn, Newsvine, SlideShare, Google, Google Talk, Yahoo, Yahoo Buzz, Netvibes, AOL, Microsoft, MSN, Apple, MobileMe, App Store, Amazon, Last.fm, Mister Wong, Qik, Vimeo, Viddler, Virb, Tumblr, WordPress, Blogger, Posterous, Behance Network, Design Float, Deviant Art, Design Bump, Friendster, Bebo, Squidoo, Share This, RSS, and Email.

http://icondock.com/free/vector-social-media-icons

Filed under  //   icons   ui   web  
Posted February 2, 2010 by email 
// 0 Comments

A Set Of User Interface Design Elements

MediaLoot is presenting a free set of user interface elements that can help designing/prototyping faster.

It has 3 distinct styles: glossy, satin/light gradient, and one-color which the satin/light gradient set is available in 7 different colors.

The set comes in both .PNG & .PSD formats and includes items like:

  • control buttons
  • info boxes
  • breadcrumbs
  • forms
  • scrollbars
  • & more..

http://medialoot.com/blog/freebie-massive-web-ui-button-set/

[via http://www.webresourcesdepot.com/a-set-of-user-interface-design-elements-psd/]

Filed under  //   ui   web  
Posted February 1, 2010 by email 
// 0 Comments

Poor Man's Provisioning Platform

Poor Man's Provisioning Platform
================================

This is (or will be) a set of simple runtime components for provisioning an OSGi node. The first (and so far only)
component included is S3Install.

S3Install
=========

Modelled on "FileInstall" by Peter Kriens, S3Install manages the bundles installed in an OSGi runtime by continuously
scanning a "bucket" on Amazon S3. The effect of this is as follows:

1. If you drop a new bundle JAR into a bucket, then all instances of S3Install monitoring that bucket will install and
start that bundle.
2. If you drop an update to an existing bundle JAR into a bucket, then all instances of S3Install monitoring that bucket
will update to the new version of the bundle
3. If you remove a bundle JAR from a bucket, then all instances of S3Install monitoring that bucket that previous
installed the bundle will uninstall it.

S3Install is intended for deploying bundles to one or more Amazon EC2 nodes. Each node should be setup with an OSGi
framework and the S3Install bundle.

http://github.com/njbartlett/pmpp

Filed under  //   amazon   osgi   provisioning   S3  
Posted December 29, 2009 by email 
// 0 Comments

Google Browser Size: What Do Visitors See?

Google Browser Size is a visualization tool by Google Labs that shows any website behind an overlay of browser-window-sizes average

The overlay information is actually created from the data of people who visit Google (which won't be wrong to call it an average).

The tool is perfect for learning what percentage of the visitors are seeing the most important parts at initial load & what are they missing.

When you move the mouse, a rectangle which follows the mouse pointer enables us to interact with the website. And, optionally, the opacity level can be changed.

But, like mentioned, it is created with the data from google.com & will work for websites that target average internet users. It would be great to see this integrated into Google Analytics creating a custom overlay.

http://browsersize.googlelabs.com/

Filed under  //   browser   ui   web  
Posted December 21, 2009 by email 
// 0 Comments

Clustering Grails

Clustering Grails with Tomcat, MySQL, Quartz, Spring Security

Contains hints regarding query cache.

http://burtbeckwith.com/blog/?p=244
http://burtbeckwith.com/blog/files/238/Clustering.A.Grails.Application.For.Scalability.And.Availability.pdf

Filed under  //   cache   cluster   grails   mysql   quartz   tomcat  
Posted December 21, 2009 by email 
// 0 Comments

28 Rich Data Visualization Tools

List of 28 Rich Data Visualization Tools

http://www.insideria.com/2009/12/28-rich-data-visualization-too.html

Filed under  //   charts   flash   flex   java   javascript   ui   web  
Posted December 15, 2009 by email 
// 0 Comments

A Common API For All Cloud Providers: libcloud

libcloud is a standard client library, written in Python, to access popular cloud hosting providers.

Using cloud services without the need to learn APIs for each of them & building web applications that use multiple providers become much easier.

libcloud currently supports ~8 cloud hosting providers including Amazon EC2, Slicehost & Rackspace.

http://incubator.apache.org/libcloud/

Filed under  //   cloud   ec2   grid   python  
Posted December 15, 2009 by email 
// 0 Comments

10 CSS Snippets to Save Precious Time

http://www.blogohblog.com/10-css-snippets-to-save-precious-time/

CSS Tooltips
Eric Meyer's Reset Code
Handy CSS Debugger
Centering a DIV of Unknown Width
Adding AJAX style Loading Icon to Large Images
CSS Image Preloader
CSS Opacity Hack
Min-Height for IE and all other browsers
Styling Links by File Type
Remove Textarea Scrollbar in IE

Filed under  //   css   ui   web  
Posted December 15, 2009 by email 
// 0 Comments

Linux: Per-process namespaces

Linux has had this neat feature for quite some time now: since 2.4.19 according to the docs. Yet, it is neither very known nor very used. I couldn't even find a program that would create a new namespace for its subprocesses, similar to what chroot does with the root of the file hierarchy.

This neat feature allows each process to have a different set of mount points. While you most of the time want processes to share their mount points, there are some cases where you may want to have some processes have a different set of mount points. Combined with bind mounts, it can allow some useful setups.

http://glandium.org/blog/?p=217

Filed under  //   linux   mount   namespace   process  
Posted December 11, 2009 by email 
// 0 Comments