Free Saeed Malekpour, Website Developer

Contact Me

@zoltandulac

Most Popular Posts

  • Cross Browser CSS Transforms – even in IE
  • @font-face in Depth
  • How to Detect Font-Smoothing Using JavaScript
  • Cross Browser HTML5 Drag and Drop
  • Installing Cygwin and FontForge for Windows
  • Cross Browser HTML5 Progress Bars In Depth
  • Creating Cross Browser HTML5 Forms Now, Using modernizr, webforms2 and html5Widgets
  • Categories

    Entries Tagged as 'XML'

    Clipping JPEG Images Into Non-Rectangular Polygons Using polyClip.js

    October 29th, 2011 by zoltan · 8 Comments

    Up until now, if a developer needed to clip an image in a non-rectangular shape, it was necessary to save the image as a PNG with an alpha channel. If the image is a photograph, the file-size balloons up to unacceptable levels. My new library, polyClip.js, allows developers to clip these images using photograph friendly JPEGs instead. This article guides you step by step on how to use it yourself.

    [Read more »]

    Tags: canvas · HTML5 · Images · JavaScript · jQuery · Uncategorized · VML

    Configuring JavaScript Applications With XML

    October 27th, 2009 by admin · No Comments

    I have been hacking JavaScript for close to 12 years now, and love it.  But just like anyone you have been enamored with for a long time, there are bound to be things that drive you crazy about the object of your affection.  Sure, your feelings are stronger than when you first met, but sometimes, [...]

    [Read more »]

    Tags: JavaScript · XML

    More @font-face fun

    October 9th, 2009 by zoltan · 10 Comments

    My first post @font-face in Depth got a huge amount of unexpected attention.  Thank you all for your comments and criticism.  Since the post, there have been quite a bit of information I have read about and thought I should share. SVG fonts for Opera and Chrome Jonathan Snook wrote a great article regarding Opera [...]

    [Read more »]

    Tags: @font-face · CSS · Fonts · SVG