16May

Compress JavaScript with Google Closure

Google Closure is  a set of closure tools which contains a JavaScript optimizer, a comprehensive JavaScript library and a templating system for JavaScript & Java. It’s available on Google Code page. In this post will focus on JavaScript optimizer and how can we optimize a JavaScript file, and if you interested in other possibilities of…

10May

Twitter Follow Bug Discovered

Wow, I didn’t imagine that something like this is possible! Following my streamline I noticed tweet by @feeloow which had a link. The link was about Twitter vulnerability, which is a have to say pretty huge! Tweeting a command “accept username” you can make anyone following you! I was curious so I tried it, and…

17Dec

Installing LAMP on Kubuntu or Ubuntu

This post represents a small guide of how to setup your LAMP (Linux-Apache-MySQL-PHP) under Kubuntu (this works also for Ubuntu). Usually LAMP tutorials guide you to install one by one all the applications, that looks something like this: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install mysql-server There is one more easy…

15Dec

Using Wubi to Install Kubuntu

What is Wubi? Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way. Are you curious about Linux and Ubuntu? Trying them out has…

22Nov

Zend Framework Book Review by Robert Bašić

Few days ago my friend Robert Bašić has posted his review of a book named “Zend Framework 1.8 Web Application Development” on his blog. Here is a short quote from that review: The book starts off with a basic application (yep, “Hello world!”), explains the bootstrapping, configuring, working with action controllers, views and handling errors……

06Nov

Clone VirtualBox vdi Image

Few words about VirtualBox VirtualBox is an open source virtualization product for home and enterprise use. It gives you the power to work on some other OS than you’re running (Windows, Linux, Macintosh and Solaris as hosts), and it supports a great number of guest operating systems. How to clone? Let’s suppose you setup you…

02Nov

Using Multiple Firefox Profiles

Time since I discovered this little trick, I use it always. I like that I can have two Firefox profiles run at the same time, but they are totally different. They have separate directories created for profiles and as that they can have totally different extensions installed than each other. So, I have created recently…

28Oct

How to Compress JavaScript Code

In past few months and recently I did some JavaScript coding. The whole source code wasn’t so big, around 15kB, but it may be growing more, and there are also other JavaScript files which are included in the page and maybe I merge them. To reduce amount of data and in hope to little speed…

23Oct

Let’s get started

Howdy there, I’d like to welcome you at my blog. My name is Bojan, and I’m a 24 years old web developer from Subotica, Serbia. I graduated at Subotica Tech. Currently I’m a freelance web developer, and I’m working as that in the last 3-4 years. First touch with HTML and web developing I had…