Recording : Webinar on Getting Started with AngularJS
This is the recording of my first webinar on getting started with AngularJS, I’m thankful to c-sharpcorner.com for hosting it. This was a part of C-sharpcorner Lucknow Chapter event.
This is the recording of my first webinar on getting started with AngularJS, I’m thankful to c-sharpcorner.com for hosting it. This was a part of C-sharpcorner Lucknow Chapter event.
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »