Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • Rapid Downloader

Posts Tagged ‘CSS’

Responsive Web Design is the hot topic in the latest state of the art web site and web applications. There are various techniques and technologies used to achived that. But one of the simplest and hottest is using the CSS @media queries. Making a great looking web-page which works well on all the devices from […]

As I posted in my old blog, CSS Loading Animation for AJAX Requests, I have been playing with the CSS3 Animation and Transform properties for few days now, and finally I came up with something interesting to share. And that’s a Rubik’s Cube spinner animation with changing color of the boxes with NO JavaScript at […]

Albeit the browser support issues and reason that they are more resource hungry than GIF animations, the CSS animation for the web are getting popular. I’m already using one on my homepage while its loading recent blog posts. If you just google “CSS loading animation”, you should find hundred of results, out of which top […]

CSS @font-face is now supported by most of the major browsers, and is definitely one of the exciting new features of the CSS3. As the name suggest, it helps you use the custom fonts on your website (not necessarily installed on the user machine viewing your website). These fonts are then dynamically loaded to the […]

Today, when exploring the professional blogs, I came up with a link for LESS. I first thought that it’s one of those JavaScript framework libraries copy cat, and was just about to skip that. When out of curiosity, I clicked on it, and then I couldn’t stop myself until I read all the features of […]