• Archive by category "General"

Blog Archives

Certified : Exam 70-480 My Experience

Yesterday i appeared for Microsoft Exam 70-480 (Programming in HTML5 with JavaScript and CSS3 Specialist certification) and yes I cleared it. Now I’m Microsoft Certified Professional, feels great. Last time I gave certification Exam and I failed i scored 680 something and the passing was 700, I was very disappointed at that moment but Dhananjay …
Read more

TCS Campus Drive 2013 Batch: My Experience

Date of Drive : 12-13th Oct, 2012 Venue : Hindustan College of Science and Technology, Mathura Appearing for TCS was fun, as it was the first company in our college so was full with enthusiasm. I would mention that all the rumors that say that the aptitude test is hard this time are actually true. The level …
Read more

Rotate and Flip Images in Windows Form

One of my friends asked me how to rotate an image to a particular angle, so I just thought of writing an article on it. Below is the step-wise process on how to use the inbuilt functions for rotating and flipping the image. Step 1: Create a blank windows form application Step 2: Add a …
Read more

Giveaway for Cloud Computing Fans (those who hate IRCTC)

I have always heard my friends talking about shifting IRCTC to cloud computing specially from my MSP friends, last Monday I had a meeting with Executive Director of computer wing in RDSO (Research Design and Standard Organization), he needs a presentation on how cloud computing can serve better. I’m planning a giveaway for the one …
Read more

Cpanel error IP address has changed

I’m getting IP address has changed! errors cPanel will sometimes throw out the error: IP address has changed! This is usually due to you using some kind of proxy or VPN that changes your IP address every few seconds/minutes. I found a fix for this issue which troubled a lot to me in my college. …
Read more

Use Anyone’s Face As a Facebook Chat Emoticon

Facebook is like a trend changing, Now through Facebook chat we can use anyone’s face for Emoticon instead of using normal smile, sad, hurrah etc… the friends face will be come from their profile pictures. Here is the way to do it, It will look very simple just in few steps. Go to anyone’s profile, …
Read more

Custom Tag on Facebook

A couple months a go, facebook added a new function that enables users to tag their friends on their comment system (status update and wall comment). By default you can do that simply by typing @ and type any letter then list of your friends with that particular letter will show up. But how about …
Read more

D Programming Language

What is D? D is a general purpose systems and applications programming language. It is a high level language, but retains the ability to write high performance code and interface directly with the operating system API‘s and with hardware. D is well suited to writing medium to large scale million line programs with teams of …
Read more

Php Tutorial 3 – Form Validation in PHP

Welcome to tutorial 3, where we will learn to validate a form’s data through PHP. Forms are a crucial part of a webpage without which, no significant input from the user can be expected. Before submitting a form’s data to the back-end, it needs to be validated due to certain issues. Form validation through PHP …
Read more

Php Tutorial 2 – Hello World Program

Welcome back to the tutorial 2, here we will start our programming in php. We will make different folders for different tutorials, so first make a Tutorial 2 folder in www directory. We will do our programming in notepad or for your use you may use different user friendly text editors like notepad ++. Php …
Read more