Chitic Stefan's blog

Do you believe that the future belongs to those who believe in the beauty of their dreams ?

Here you can find the person who can make your dreams come true in the virtual world. Here you can let your imagination rise. You can find samples of my work..

Chitic Stefan

Tools for JavaScript and CSS

By Stefan Chitic | Published May 29, 2010

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.

number of view: 83

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

Windows boxes

By Stefan Chitic | Published October 17, 2009

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.

Read the rest of this entry »

number of view: 377

Posted in Just life | Tagged , | Leave a comment

PhotoSketch a photoshop, but in the same time something new

By Stefan Chitic | Published October 6, 2009

PhotoSketch is a system that composes a realistic picture from a simple freehand sketch annotated with text labels. The composed picture is generated by seamlessly stitching several photographs in agreement with the sketch and text labels; these are found by searching the Internet. Although online image search generates many inappropriate results, our system is able to automatically select suitable photographs to generate a high quality composition, using a filtering scheme to exclude undesirable images. We also provide a novel image blending algorithm to allow seamless image composition. Each blending result is given a numeric score, allowing us to find an optimal combination of discovered images. Experimental results show the method is very successful; we also evaluate our system using the results from two user studies.

Source : http://cg.cs.tsinghua.edu.cn/montage/main.htm

number of view: 124

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

Hello world

By Stefan Chitic | Published October 6, 2009

System.out.println(“helloWorld”);

echo “helloWorld”;

Console.Write(“helloWorld”);

There are an infinity of ways to say helloWorld in IT world. This is my first real post on my new blog. The olders blog were writen in Romanian, my native language and had no purpose. The theme of this new blog is IT world and eveything related with telecomunications and computer science. There will be posts in English, French or Italian. ( I hope to learn italian fast…)

So this is it. My first post….

number of view: 413

Posted in Just life | Tagged , | 6 Comments