qasimalyas

A place to hone my web development skills and to blog about anything interesting

Archive for the ‘development’ Category

Definition lists & making them behave

Monday, April 6th, 2009

Definition lists are great and rarely I see these being used by front-end developers let alone correctly styling and controlling them so here’s my solution to a common problem.  (more…)

Tags: , ,
Posted in article, development, web | No Comments »

jQuery plugin – placeholder text

Monday, January 26th, 2009

So on occasion I dabble a bit with jQuery for front-end development and use it for simple things like hide, show toggle, etc etc but I’ve also seen some amazing things done with jQuery and MooTools. (more…)

Tags: , , ,
Posted in development, web | No Comments »

display: inline-block

Saturday, December 27th, 2008

One of the css properties that I’ve been using recently is display: inline-block for elements that are going to be sitting next to one another i.e. thumbnail images or anything similiar.  (more…)

Tags: , , ,
Posted in article, development, web | 2 Comments »

Learning JavaScript

Sunday, March 18th, 2007

As a front end developer, knowing the most commonly used languages is paramount to the development of a website. But at times it can be daunting to take the challenge of learning a new language and implementing it the working environment. Throughout my journey of studying and implementing javascript, (more…)

Tags:
Posted in development | No Comments »