Tuesday, 28 May 2013

Command and Conquer 3: Kane's Wrath Gameplay

- 0 comments
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!...
Read More »

CSS3 Animation Fundamentals Crash Course

- 1 comments
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...
Read More »

Monday, 27 May 2013

Cannot Comment on YouTube!

- 1 comments
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...
Read More »

Sunday, 26 May 2013

Examples of New Elements in HTML5

- 0 comments
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...
Read More »

Wednesday, 22 May 2013

Win32 API - Code Sample to Know Drive Names

- 0 comments
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...
Read More »

Saturday, 18 May 2013

How to Make Your Computer Fast for Gaming

- 2 comments
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...
Read More »

SQL Quick Reference

- 0 comments
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 ...
Read More »

SQL Server 2012 Tutorial: Fundamentals - Part 1

- 0 comments
...
Read More »

Friday, 17 May 2013

What is ADO.NET Connection String and How to Make It?

- 0 comments
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...
Read More »

Wednesday, 15 May 2013

Windows Movie Maker in Windows 7

- 1 comments
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...
Read More »

Friday, 10 May 2013

Found this on Facebook - READ! - क़ुतुब मीनार का सच..

- 0 comments
I found this article on Facebook. Very Compelling- MUST READ! क़ुतुब मीनार का सच ................. असली नाम: विष्णु स्तंभ, ध्रुव स्तंभ निर्माता: विराहमिहिर विराहमिहिर के मार्गदर्शन में बना, सम्राट चंद्रगुप्त के शाशन काल केदौरानअसली...
Read More »

Learn Sanskrit Easily

- 0 comments
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...
Read More »

Thursday, 9 May 2013

“We Are Anonymous” - The Essential Evil

- 0 comments
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...
Read More »

Wednesday, 8 May 2013

To use ASP.NET WebForms or Model-View-Controller (MVC)?

- 4 comments
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...
Read More »

Tuesday, 7 May 2013

C# .NET Web Client Example (GET & POST)

- 0 comments
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  ...
Read More »

Monday, 6 May 2013

The Power of Shodan

- 0 comments
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,...
Read More »

The Twitter and The Turtle - Who’s the Slowest?

- 1 comments
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...
Read More »

Sunday, 5 May 2013

How to install PAR::Packer in Strawberry Perl for Windows

- 0 comments
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...
Read More »

Friday, 3 May 2013

Lua – The Rising Star

- 0 comments
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...
Read More »

Thursday, 2 May 2013

The Ghost of Windows XP

- 0 comments
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...
Read More »

Linux Terminal Crash Course

- 0 comments
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...
Read More »

How is Perl better than C?

- 0 comments
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...
Read More »

Windows 7 vs. Ubuntu 12.04 – The Faceoff!!

- 0 comments
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...
Read More »
All Articles © Asit. No Copying. Powered by Blogger.
 
Copyright © 2025. The Tech Veda - Posts · Comments
Markup Powered by Bluefish Editor 2.2