Browsing articles from "December, 2011"
Dec
28
2011

Getting Started with Socket Programming in Java

java

The world today has probably more than a good billion computers in operation right now and almost all of them are connected to each other at one time or other. Networking between computers gives an additional dimension to using this amazing creation. Network Programming in Java is really simple; it uses something called sockets to facilitate communication between any two machines. In this series of stone I will focus on network programming in java. To [...]

Share
Dec
24
2011

Create a ‘makefile’

linux_terminal_debian

When working with a C project we might have multiple .c files in the same project. Having to compile each and every source file after some alterations in one of them would be a painful task. Hence to avoid this , we make use of the make utility which reads its makefile and makes the building and managing of our C project lot more easier. Thus when one of the .c files is changed , [...]

Share
Dec
19
2011

Cloud Computing – Introduction

cloud computing

Cloud computing is a technology which has the potential to revolutionize the IT industry and the web arena. It’s not a new concept but the coinage of the term is relatively new, we all use the cloud without ever realizing it. Let me name a few things which will help to demystify the Cloud. G-mail, Dropbox, A search engine called Kloudless, iTunes, Apple’s iCloud, blogs, Facebook apps even Facebook itself and various other social networking sites. [...]

Share
Dec
14
2011

Netbeans Shortcut ( Part II )

netbeans-shorcut

Continuing on my series of stones on Netbeans, I bring on the second part of the shortcuts in Netbeans. This post will primarily deal with the various coding shortcuts NetBeans has to offer along with a few editor code templates. So without any further ado let’s begin. Move/copy up/down. Press Ctrl-Shift-Up and the current selection are copied to the lines right above the current selection. Press Alt instead of Ctrl and it is moved instead [...]

Share
Dec
11
2011

Add Facebook Comment Box in Blogspot Blogs (Blogger)

comment box facebook

Facebook social plugin enables users to comment on your Blogspot blog using their Facebook credentials. Visitors don’t need to provide any additional identification (name, email, website) nor need to log in everytime. Here I have listed few pros and cons of the Facebook Comment Box, which will help you decide whether or not to replace your old comment system with the Facebook Social Plugin. Pros: Comments made can be posted on your wall and eventually [...]

Share
Dec
9
2011

NetBeans Shortcuts ( Part I )

netbeans-shorcut

 Coding for the best of us is a long tedious and frustrating process. Yes at times it can be all exhilarating when we get stuff right but there are moments when we feel like throwing our laptop through the window. An IDE or an Integrated Development Environment makes coding a whole lot easier and yes prevents the guy down on the street from getting hit by a laptop. NetBeans is a powerful IDE and is [...]

Share
Dec
7
2011

Add Facebook Comment Box in WordPress Blogs (source code)

comment box facebook

Facebook has a social plugin that allows to integrate the Facebook Comment box into WordPress blogs. This social plugin enables Facebook users to comment using their Facebook credentials. Below I have listed few pros and cons of the Facebook Comment Box, which might help you decide whether to replace your old comment box with this social plugin or not. Pros: Comments made can be posted on your wall and eventually to your friend’s news feed [...]

Share
Pages:12»