🎉 New book alert! 'From Coder To CTO' - My journey and lessons learned. Level up your career - get your copy today! 🚀 ✕
KidsIL

Asaf Zamir – Chief Technology Officer & AI/Cloud Consultant. Founder of CloudExpat, AZdev. Author of Coder to CTO.

  • CLOUD
  • AI
  • NODEJS
  • SERVERLESS
  • Hire me
    1. Home »
    2. Css3
  • Jingle Bells in Pure CSS

    Posted on Dec 19, 2013
    This week, I have decided to do something special for Christmas. Adding some Jingle Bells to your website is nothing that hasn't been done before, but what about pure CSS jingle bells? Now that's something!
    Read more ›
    Tagged with christmas, css3, css, jingle bells
    Posted in Technology
  • 10 Great CSS Tips for every Web Developer

    Posted on Dec 12, 2013
    Every other week, even though I have been working with CSS for years, I learn something new about it. Some method, trick,or just some mistake I use to make and would like to inform other developers, so they won’t make the same mistakes I did.
    Read more ›
    Tagged with css3, css, html
    Posted in Technology
  • CSS3 Transitions to replace JavaScript animations

    Posted on Nov 21, 2013

    CSS3
    Until recently whenever I had to do the simplest animation I always had to use JavaScript code.
    If you're using jQuery it's pretty easy to make simple effects.
    The most known ones would probably be slideDown() and slideUp().
    Custom animation is also pretty easy with jQuery:

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    
    $('div.red').hover(function() {
        $('div.red').animate({
        width: '+=50',
        height: '+=50'
        }, 200)
    },
    function() {
        $('div.red').animate({
            width: '-=50',
            height: '-=50'
        }, 200)
    });

    (Working example)
    Read more ›
    Tagged with html5, css3, css transitions, css 3d
    Posted in Technology
  • Responsive CSS is Important

    Posted on Sep 14, 2012
    <a href=\"{{< siteparam \"mediaBucket\" >}}/2012/09/css.png\"><img class=\"size-thumbnail wp-image-1449 alignleft\" style=\"margin-right: 10px;\" title=\"css\" src=\"{{< siteparam \"mediaBucket\" >}}/2012/09/css-150x150.png\" alt=\"\" width=\"150\" height=\"150\" /></a>Let's start at the beginning, …
    Read more ›
    Tagged with drupal, css3, responsive css
    Posted in Technology
  • Previous Page: 1 of 1 Next
  • Welcome to KidsIL

    A blog for Tech, Life, and beyond!


    Interesting ever-green articles of mine:
    • Fractional CTO - Why Your Company Needs One
    • How I got hacked in 10 hours on Google Cloud Platform
    • Getting Distance between 2 points with MySQL Query
    • Generating with MeanJS and Yeoman Generator
    • Python's virtualenv, Ruby's RVM and PHP's vagrant

    Take a look at Meteoro.
    A Pomodoro app built with Meteor.
    For those who like to work on their productivity.


    If you're into Django, feel free to mess with AgriCatch, the engine I've built for Berlin On Feier (events app) that grew well beyond the app, into a general data aggregation library.
  • Recent Posts

    • The Hidden Cost of Perfect Code
    • Node.js Version Causing JSON Parse Errors: A Solution
    • Scalable AI Solutions: Building Cloud-Native RAG Systems for Enterprise FinTech
    • Bridging Diagrams and Code: A Journey with PUML and Graphviz
    • Unleashing the Power of Serverless with Cloudflare

© 2025 KidsIL