Category: Coding and Logic

  • Create a price tag using CSS

    Before I write anything, I should tell you that I am not a CSS and HTML expert. But I love good CSS and HTML and hate IE and “table for everything” concept. Today morning I started with two small web applications, CSS Border Radius Generator and CSS3 Generator. I knew (and used) about this property…

  • Numbers Logic Challenge

    I got awesome response to the previous MySQL Challenge. Awesome means, I got 6 responses, out of which 5 are correct (working) solutions and 2 are optimized solutions. You must be thinking, just 6 responses, but I am saying awesome. Yes, in my opinion quality is what matters, not quantity. I will explain the solution…

  • MySQL Challenge Contest

    While we were working at Indibits, on a project, we had a small requirement. We had to calculate all sign ups so far in this week. And our week starts from Saturday. I wanted to do it all in one shot. A single, short and optimized MySQL query which will return the count of all…

  • Summer @ Indibits

    You must know that I work at Indibits. And it’s a news for you. Summer @ Indibits is going to be special, as we are starting a summer internship program. We have a product idea and the team selected for the internship will work on that project from scratch. Of course, I will be there…

  • Playing with Switches

    While coding, you need to control over something, so we have “Control Structures” in our language. Most of the programing language have control structures. And you are building an application, so you (not you exactly, your code) need to make a decision, then your code start comparing things and take the correct decision and moves…