...
Home » Archives for May 2013
Wednesday, 29 May 2013
Tuesday, 28 May 2013
Command and Conquer 3: Kane's Wrath Gameplay
Command and Conquer 3: Kane's Wrath 12 minutes game play. The map is called "Asteroid" and there are 8 players with teams of two.
1. NOD Team: Black Hand (Me) and NOD2. Scrin Team: Scrin and The Reapers faction3. GDI Team: GDI and ZOCOM faction4. GDI Faction Team: Two "Steel Talons" computer players
Enjoy and Subscribe!...
CSS3 Animation Fundamentals Crash Course
CSS3 Animations are a very simple and ‘almost’ browser-independent way of creating animations on web pages. These animations can be made interactive as in games using JavaScript/jQuery or they can be used for creating magnificent...
Monday, 27 May 2013
Cannot Comment on YouTube!
Yes YouTube has been facing what is many people calling a ‘glitch’ that one cannot comment on any video! On trying to comment they are getting a message of “Error, try again”.
AFAIK only people on ‘non-Google Chrome’ browsers...
Sunday, 26 May 2013
Examples of New Elements in HTML5
HTML5 brought with itself lots of new things that needed lots of tweaking, JavaScript and Flash usage and hacks to implement in prior versions of HTML. Here are some of these goodies with good examples.
CANVAS Tag
Painting on your...
Wednesday, 22 May 2013
Win32 API - Code Sample to Know Drive Names
This code sample shows each drive letter in a message-box and also stores them in the “drives” array.Number of drives found is stored in “drive_count” variable./******* Get all drives available *******/char buffer[1024];char *drives[10];int...
Saturday, 18 May 2013
How to Make Your Computer Fast for Gaming

Modern video games require lots of computational power from not only the processor, but also memory and graphical accelerator. Even after using most advanced and latest hardware there could still be some resources being wasted on...
SQL Quick Reference
AND / OR
SELECT column_name(s)
FROM table_name
WHERE condition
AND|OR condition
ALTER TABLE
ALTER TABLE table_name
ADD column_name datatypeor
ALTER TABLE table_name
DROP COLUMN column_name
AS (alias)
SELECT column_name AS column_alias
FROM table_nameor
SELECT column_name
FROM table_name AS table_alias
BETWEEN
SELECT column_name(s)
FROM table_name
...
Friday, 17 May 2013
What is ADO.NET Connection String and How to Make It?
ADO.NET is the fundamental technology using which .NET applications can extract, process and store data to and from different types of databases. Both to get data from DB or save data to it we need to first establish a connection...
Wednesday, 15 May 2013
Windows Movie Maker in Windows 7
Windows Movie Maker is a very useful stock application from pre-Vista Windows versions (NT versions). A simple yet very useful video editing tool that can take care of basic to advanced video editing requirements. With lots of video...
Friday, 10 May 2013
Found this on Facebook - READ! - क़ुतुब मीनार का सच..
I found this article on Facebook. Very Compelling- MUST READ!
क़ुतुब मीनार का सच ................. असली नाम: विष्णु स्तंभ, ध्रुव स्तंभ
निर्माता: विराहमिहिर
विराहमिहिर के मार्गदर्शन में बना, सम्राट चंद्रगुप्त के शाशन काल केदौरानअसली...
Learn Sanskrit Easily
Sanskrit is one of the oldest languages of the world. It has very pure and standardized grammar with a very intuitive syntax. Unlike what most people would say- learning Sanskrit is rather easy because it does not have the strange...
Thursday, 9 May 2013
“We Are Anonymous” - The Essential Evil
How did it start? Anonymous is not a mere “hacking group”-- it’s an idea that is vague but yet powerful. Originating from the image boards of 4chan during the years 2004-2007 where people posted pictures and texts anonymously this...
Wednesday, 8 May 2013
To use ASP.NET WebForms or Model-View-Controller (MVC)?
ASP.NET is one of the most popular web development technology that was introduced by Micro$oft. The “native” web dev in ASP.NET is done using WebForms. WebForms are essentially HTML files (but with file extension .aspx) with both...
Tuesday, 7 May 2013
C# .NET Web Client Example (GET & POST)

Making a simple web client in C# is pretty easy and straight forward. Every web client uses either GET or POST request to send data to the web server.
GET requests hold data variables to be sent right there in the URL like:
http://www.example.com/index.aspx?variable1=somedata&variable2=otherdata
...
Monday, 6 May 2013
The Power of Shodan
Shodan is a new search engine like Google but specialized in one job. It can be used to find out unprotected servers, the ones with default passwords like “1234” or “pass” or whatever. It can be used to search for webcams, netcams,...
The Twitter and The Turtle - Who’s the Slowest?
Twitter is the biggest social networking website besides Facebook that, according to recent stats on statisticbrain.com , has 55,47,50,000 members! You may also check out detailed reports at that link. Everyday on average 1,35,000...
Sunday, 5 May 2013
How to install PAR::Packer in Strawberry Perl for Windows
To install PAR::Packer open a command prompt and type cpan into it. It will open a prompt where you have to write install PAR::Packer and press ENTER. It will download and install the module from CPAN. Sometimes, Git installed in Windows causes path problems. Just go where the Git folder is (C: by default) and go into its bin folder and rename the file perl.exe to something else (I did perl.exe.bkp...
Friday, 3 May 2013
Lua – The Rising Star
While there are many scripting languages today including but not limited to Perl, Python, Ruby, etc., a scripting language that has gained lots of popularity in a very short time is Lua. It came as tiny and lightweight programming...
Thursday, 2 May 2013
The Ghost of Windows XP
Windows XP was (is?) the most successful Windows version in the NT family. Now Windows 7 and Windows 8 are quickly removing it from the scene. But there was a time not very long back when OS meant Windows XP for most of the people...
Linux Terminal Crash Course
The Linux (or any *nix) Terminal is one of the most powerful computing interfaces in the world. The possibilities of this very basic yet feature-rich interface are virtually endless. A Linux terminal has changed a lot since the days of pioneer computer users.There are many not-so-well-known features of a linux terminal (I mean emulator terminal here not the plain one from old times). Several commands and keypresses can make your...
How is Perl better than C?
As the title of this article already describes, today we will try to find out the features of Perl that make it better from C. Also, we will leave the points that make C better than Perl. The first benefit of Perl over C is that...
Windows 7 vs. Ubuntu 12.04 – The Faceoff!!
Surely the title does not justify itself in the eyes of many because ideally there is no comparison between Windows 7 and Ubuntu 12.04. Windows 7 is a “revolutionary” new (not much new now since Windows 8 is here already) development...
Subscribe to:
Posts (Atom)
All Articles © Asit. No Copying. Powered by Blogger.