Home
Home
bigbackground
The Evolution of web 3.0...
Great slideshow about the evolution of web 3.0: http://www.slideshare.net/mstrickland/the-evolution-of-web-30 I tried to embed but had some problems adding it to the post )-,:
Use 25gb of free skydrive space on your ...
Source: http://maketecheasier.com Dropbox, Sugarsync and Zumodrive are some of the great online storage services that you can use to store, sync and access your files right from your desktop. However, they only offer a meagre free storage space (less than 5GB) that may not even be enough to backup your...
Google Chrome Extensions...
Google launched there chrome extensions beta for a while now. I used Chrome for browsing, but i used firefox to check my developed websites (using webdeveloper toolkit, screengrab, eyedropper, xray etc.). Someone finally came up with a good (beta) extensions that looks like firebug and has some features...
Make your long dropdown menu scrollable...
The problem with long dropdowns is that the dropdown itself can go below the “fold” of the website. That is, below the visible area of the browser window. So in order to access those menu items down below, you need to scroll your browser window. Those lower menu items are totally inaccessible, because...
Max/min – width/height in IE...
Last week I was finishing some code for a webshop. From the admin panel the user can add items with a thumbnail image. These thumbnails have a max-width(100) and max-height(100), because they are shown in a container of 280 x 280 px. Example: This is the css for the image: .prodimg img{ max-height:100px; ...