Between virtual and reality

Tools for JavaScript and CSS

I have been doing a lot of Client-Side development recently and I have found these 7 tools of great help to improve the performance of the website by ‘shrinking’ the size of JavaScript and CSS files, referenced in the site.

JSMin (JavaScript Minifier) – removes comments and unnecessary whitespace from JavaScript files

JSO (JavaScript Optimizer) – allows you to manage your JavaScript and CSS resources and to reduce the amount of data transfered between the server and the client.

Packer – An online JavaScript Compressor

JSCompress.com – Online tool that uses either JSMin or Packer to compress your files

CSS Compressor – Online tool that compresses your CSS file

DigitalOverload JavaScript Minifier – Online tool that minifies your JavaScript files and finally the one I use most frequently:

YUI Compressor – A JavaScript minifier designed to be 100% safe and yields a higher compression ratio than most other tools.

Posted in Just life | Tagged , , , , , | 1 Comment

Seven atom transistor sets the pace for future PCs

Researchers have shown off a transistor made from just seven atoms that could be used to create smaller, more powerful computers.Transistors are tiny switches used as the building blocks of silicon chips.If the new atomic transistor can be made in large numbers it could mean chips with components up to 100 times smaller than on existing processors.The Australian creators of the transistor hope it is also a step towards a solid-state quantum computer.The transistor is not the smallest ever created as two research groups have previously managed to produce working single-atom transistors.However, the device is many times smaller than the components found in chips in contemporary computers. On chips where components are 22 nanometres in size, transistor gates are about 42 atoms across.The working transistor was created by replacing seven atoms in a silicon crystal with phosphorus atoms.
“Now we have just demonstrated the world’s first electronic device in silicon systematically created on the scale of individual atoms,” said Professor Michelle Simmons, lead researcher on the project at the University of New South Wales.

Moore’s Law predicts that the amount of memory that can fit on a given area of silicon, for a fixed cost doubles every 12-18 months. The limit of this prediction is being tested as components get ever smaller and their computationally useful properties become less reliable.If an entire chip could be made with every one of its billions of transistors made from the silicon crystals, it could mean an “exponential” leap in processing power, said Professor Simmons.The researchers are a long way from a commercial process because the tiny transistor they created was handmade. The team used a scanning tunnelling microscope to move the phosphorus atoms into place.

The work on the tiny transistor is being carried out as part of a larger project to create a quantum computer.The research team revealed their results in the journal Nature Nanotechnology.

via  http://news.bbc.co.uk/

Posted in Just life | Tagged , | Leave a comment

Twitter Updates for 2010-05-24

Powered by Twitter Tools

Posted in Just life | Tagged , | Leave a comment

TIME is (a) present

Posted in Just life | Tagged | Leave a comment

WT: C++ web toolkit

Wt (pronounced ‘witty’) is a C++ library for developing interactive web applications.

The API is widget-centric and inspired by desktop GUI APIs. To the developer, it offers complete abstraction of any web-specific implementation details, including event handling, graphics support, and pretty URLs.

Unlike many page-based frameworks, Wt was designed for creating stateful applications that are at the same time highly interactive (leveraging techinques such as AJAX to their fullest) and accessible (supporting plain HTML browsers), using automatic graceful degradation or progressive enhancement.

It comes with an application server that acts as a stand-alone web server or integrates through FastCGI with other web servers.

Link: http://www.webtoolkit.eu/

Posted in Just life | Tagged , | Leave a comment

Windows boxes

Software packaging isn’t exactly the epitome of great design. And, as the world’s most used operating system – and being from Microsoft – Windows has had some rather dull boxes designed for it to sit within. But it’s also had some great packaging designed for it too, so we’ve gathered together images of the box art from each version of Windows, from 1985′s Windows 1.0 to next week’s Windows 7.

Continue reading

Posted in Just life | Tagged , | Leave a comment

WIFI DIRECT

Come 2010 and no longer would you be using Bluetooth for short range file transfer. What’s coming from the WiFi Alliance is a really ground breaking stuff. WiFi Direct a new set of standards will turn your ‘WiFi gadget’ into an access point.

What does this mean?

In simple words you would no longer need a WiFi Router for a peer to peer file transfer. This means days of Bluetooth are numbered. This means very high speed peer to peer transfer (30 times faster than Bluetooth) with in a radius of 300 feet.

How will it work?

Any WiFi Device will be able to upgrade to WiFi Direct by a software upgrade and all new devices will be certified as ‘Wi-Fi CERTIFIED Wi-Fi Direct’.

WiFi Alliance consortium includes Intel, Cisco and Apple and almost all big players.

In a press release Wi-Fi Alliance executive director Edgar Figueroa said

“Wi-Fi Direct represents a leap forward for our industry.  Wi-Fi users worldwide will benefit from a single-technology solution to transfer content and share applications quickly and easily among devices, even when a Wi-Fi access point isn’t available”

Bye Bye Bluetooth!

Posted in Just life | Tagged , , | Leave a comment

LHC… how it works

Something interesting….

Posted in Just life | Tagged , , | Leave a comment

Mysql connection class in PHP

This is a tutorial to show you how to connect to a database from PHP and we will try to make a class to do all the dirty work for you.

In this tutorial you will learn how to use classes, functions and database connection in PHP. Continue reading

Posted in Just life | Tagged , , , , | Leave a comment

10/GUI

Something really interesting

10/GUI from C. Miller on Vimeo.

Source: http://10gui.com/video/

Posted in Just life | Tagged | 1 Comment