Posts Tagged ‘Web’
Blueprint CSS
This is a great CSS framework I’ve found online. Its optionality, and ease of use amazed me. This is mainly a grid based framework. You just create your element (e.g. div, span) and attach a class that corresponds to the disired width of your element. Thats it.
This really worth a visit…
Playing with Flex
Heard the buzz about Flex. Got Flex 3 just few days ago and started the beginners tutorial from Adobe website. Well… its fun. A really nice and useful tool. My first Flex application is here: http://demos.creash.com.bd/playground/flex/Demo.html
The tutorial for this can be found here.
An Website Colorscheme Editor
I’ve worked on a website color scheme editor recently. The main idea was to change the colors and banner of a website. The target website was my recent work with my department’s website.
Well…. There are a lot of color scheme editor available on the web, but I tried something different. I wanted to give the complete control to the administrator. But, uff…. It was really tough.
Main things I had to do was
- To select a suitable color picker.
- Then identify the areas the colors should be changed.
- Store the color information.
- Generate the CSS file according to the changes.











