List of Programming Languages to Earn Money

Earning money is something that everyone is after these days. Everyone just wants to earn as much money as they can in the shortest possible time. From what I see, computer programmers are willing to learn any programming language if it is going to pay them a lot. Well, the truth is no programming language continues to pay you good for a long time. As and when new technology or programming languages come up, you need to update yourself with those programming languages to keep earning money! ...

October 22, 2013 · 4 min · Aneesh Bhatnagar

Why using Cloud Storage is Recommended?

These days cloud storage is a boom in the information storage field. More and more companies are coming up with cloud storage services, free or paid. And today, in this article, I would like to discuss with you all the various reasons to use cloud storage in today’s expanding world of computers and internet. Well, the reasons to use cloud storage are quite obvious, and if you still do not use cloud storage, this article is for you! After reading this article, I am sure that you would start using cloud storage if you don’t use it. Also, let me tell you that there are free as well as paid cloud storage services available everywhere. At the end, I would also share with you various cloud storage services that you can trust and use, and all these would be free to use. ...

October 20, 2013 · 4 min · Aneesh Bhatnagar

A Professional Drop Down Menu with CSS

Developing a menu for your webpage can sometimes be a very hard task. But if you want to create a simple menu, that looks professional, I would suggest you to do that using basic CSS and HTML. It is quick and looks professional. I earlier shared a tutorial on how to make a professional looking CSS menu, but it lacked the feature of a drop-down menu. One of my readers emailed me asking me to write a tutorial on how to create a drop down menu. So, I would continue with the previous tutorial and design a similar looking professional drop down menu. For those of you who do not know what a drop down menu is, it is a special type of menu that displays a sub menu when you hover over a particular menu item. Again, I would use HTML and CSS ( and not HTML5) and my favorite Text Editor, Notepad++. Read more about my previous tutorial for a professional looking CSS menu without a drop down and the reason why I use Notepad++ for writing all my codes here. ...

October 18, 2013 · 4 min · Aneesh Bhatnagar

Ultimate Design Help Tool : A Must Use

Designers are often stuck on their mind about the various colors that they can use in their next design for their customer. Well, I agree that this is a very tedious task, but only when you do this on your own. If you have a helper with you, this might be a lot easy. Yes! It’s true.. There is a helper for you here and that is the tool that I’m gonna share with you all today! ...

October 16, 2013 · 3 min · Aneesh Bhatnagar

Create a Simple Guestbook using PHP

Recently while working on a free-lance project, a Marriage Website for one of my friend, I happened to create a Guestbook for that website. After which, I decided to write a tutorial on how to create a guestbook in case someone might need it. If you do not know what a guestbook is, in real life a guestbook is basically a diary kept at various places and for various occasions where people can leave their wishes or feedback for any event. In a similar way, an online guestbook is a service, which enables you to allow your visitors to leave comments and feedback for any event or any product, which is visible to the public. ...

October 9, 2013 · 5 min · Aneesh Bhatnagar

5 Android Applications You Can Build Today

Deciding on a topic to develop Android Applications is a pretty tough thing to do sometimes. You really want to develop an application, but don’t have an Idea. I really have that feeling a lot of times. Thus, coming over my feeling, I tried making a list of applications you can make. I tried to keep these ideas to the level of all those things that we have already covered on Slash Coding Android Tutorials Section. If you missed those tutorials, here is a list of all the tutorials that we have already covered on this blog. ...

October 5, 2013 · 3 min · Aneesh Bhatnagar

Creating a professional looking Menu with CSS

A menu on a webpage is something that adds functionality to the website. It allows users to browse through your entire site with the ease of a click. Generally a menu is placed on the top of the webpage, below the logo or the name of the company. Designing a menu in Photoshop is pretty easy, but that is a different thing. Today I will tell you how to make a stylish and professional looking menu for your website or blog. This will be a simple menu. ...

October 3, 2013 · 3 min · Aneesh Bhatnagar

PHP vs ASP.NET : A comparison

When it comes to server-side scripting, programmers generally get confused over the language they should use to solve the problem in front of them. They mainly debate upon whether to use PHP or ASP.NET. Well, each of these languages has its own plus point, or down point as some people might think and here I am to describe it in front of you so that you can make the best decision for your programming problem. ...

October 1, 2013 · 4 min · Aneesh Bhatnagar

Add a jQuery Lightbox to your Website or Blog

A Lightbox is a jQuery thing that you can easily add to any website or webpage. It is used to display images as a jQuery popup on the same screen, while dimming the background and enlarging the image to its maximum size and giving the image a solid border to highlight it. Adding a jQuery Lightbox to your website is very easy! You can even add it to your WordPress blog or other blogs, and enhance your website to allow a better user interface! ...

September 28, 2013 · 4 min · Aneesh Bhatnagar

Designing a Simple Contact form using PHP

A contact form is something that everyone needs every now and then. Be it a blog or a website that you run, you might always need to use a contact form there. So, here I am to the rescue, to teach you how to create a Contact from using PHP in a very simple way. Before you proceed with creation of this contact form, I assume that you have prior knowledge of working with HTML forms and some basic PHP knowledge. ...

September 23, 2013 · 4 min · Aneesh Bhatnagar