Building a Drawing Board

Today, We will build a plugin to add a drawing board to your website. Now the drawing board we will be building today is a simple one but adding more functionalities is just as easy. Before we begin, let me point out the prerequisite to this tutorial. You must have a little experience in JavaScript as well as Canvas API. Continue reading “Building a Drawing Board”

Building a RSS Reader – Part 2

This is a continuation from my previous post. If you haven’t checked it out, you can go to this link.

Now that we have successfully retrieved a feed from the web. It’s time to add more functionality and user interface to this application. Continue reading “Building a RSS Reader – Part 2”

Beautiful CSS Buttons

Here we go again! Stuck at the CSS trying to make the content look good but alas nothing came to mind. It’s the most irritating time for a front-end developer. You have all the things you need but no attraction for the user.

So I have started preparing small snippets of code beautiful and elegant. Just include it in your code and you are good to go (or you could learn). You could also take a sneak peak at the end result here.

Continue reading “Beautiful CSS Buttons”