“Imagination is everything. It is the preview of life's coming attractions”

- Albert Einstein

Category Web Development

  • Secure MVC Website Structure


    Secure MVC Website Structure

    You may have stumbled upon some weird constructs that mix presentation and logic all the way in. It’s hard to work with this kind of code. This little tutorial shows how to create a simple MVC structure that fits any website or web application and ease the development and maintenance.

    Read more

  • How to select input with array name attribute in jQuery above version 1.4.x


    How to select input with array name attribute in jQuery above 1.4

    Recently I’ve been working on some simple web page. Not much of a big deal, it contained mostly plain html with a bit of Php and JavaScript. Only one JavaScript framework was attached, and that was jQuery version 1.4.x. I was going to work on this site for a bit longer, so I said to myself “time for some updates”. And then I did it - replaced ye old 1.4.x release with fresh and shiny version 1.8.2. That’s when gates of hell opened - some of formerly working form validators suddenly broke - and the question was why?

    Read more

  • Htaccess Redirects With Certain URI And Query Parameters


    Htaccess Redirects With Certain Uri And Query Parameters

    Handling redirects using htaccess seems intuitive and easy. But sometimes when you need to quickly fix a nasty URL containing some badly composed URI and not SEO friendly query parameters things may get out of hand. To prevent you from crying all day long and wasting time on asking yourself about sense in all of this - let’s solve that problem with a style.

    Read more

  • How To Make A Cool Laboratory Tube With Animated Bubbles


    How To Make A Cool Laboratory Tube WIth Animated Bubbles

    Have you ever been in a real chemistry laboratory, surrounded by wonders of modern science and human ingenuity at it’s peek? No? Well, then you didn’t lose anything - it’s actually all about some bald guys running around in white dresses poking each other and trying to flex at each other about who’s smarter. But there’s one cool thing about chemistry - lab tubes containing some bubbling liquids. Quite nifty, eh? This little tutorial shows how to create a tasty looking tube using HTML 5 canvas to decorate your website, dummy page or dads car.

    Read more

Next entries