Itz Indian Programmer

↑ Grab this Headline Animator

Enter your email address:

Delivered by FeedBurner

Itz Indian Programmers is a blog for IT Professionals.. You may contact us at shashihacked@gmail.com

Tuesday, May 22, 2007

Good list of online tutorials on various programming languages and web designing & Some source codes

A good list of some good online tutorials for:-
List of tutorials

List of tutorials related to programming:-
Web Designing / Hosting
http://www.w3schools.com/html/default.asp
http://www.htmlgoodies.com/
http://www.htmlcodetutorial.com/
http://htmlhelp.com/
http://bravehost.com
http://freewebs.com
http://ifastnet.com

Programming
http://freevbcode.com
http://www.sourcecodesworld.com/
http://www.cprogramming.com/
http://www.planet-source-code.com/
http://www.programmersheaven.com


Also we are giving you out some source code in C .


Some of the C Source codes:-

/*
File Name:Add.c
Creator: Itz Indian Programmers
*/
void main(){
int a,b,sum;
clrscr();
printf("Enter a number:");
scanf("%d",&a);
printf("Enter another number:");
scanf("%d",&b);
sum=a+b;
printf("\n\n Total sum of %d + %d = %d",a,b,sum);
getch();
}
// Code over
/*
File Name:Subtract.c
Creator: Itz Indian Programmers
*/
void main(){
int a,b,sub;
clrscr();
printf("Enter a number:");
scanf("%d",&a);
printf("Enter another number:");
scanf("%d",&b);
sub=a-b;
printf("\n\n The subtraction of %d - %d = %d",a,b,sub);
getch();
}
// Code over
/*
File Name:Multi.c
Creator: Itz Indian Programmers
*/
void main(){
int a,b,multi;
clrscr();
printf("Enter a number:");
scanf("%d",&a);
printf("Enter another number:");
scanf("%d",&b);
sum=a*b;
printf("\n\n Product of %d X %d = %d",a,b,multi);
getch();
}
// Code over



/*
File Name:Total time
Creator: Shashi Agrawal
*/

struct time{ int h,min;
}t1,t2;
void main(){
int sumh;
int summ;

printf("Enter a time: \n Hours:");
scanf("%d",&t1.h);
printf("Minutes:");
scanf("%d",t1.min);
printf("Enter another time: \n Hours:");
scanf("%d",&t2.h);
printf("Minues:");
scanf("%d",$&t2.min);
sumh=t1.h+t2.h;
summ=t1.min+t2.min;
if(summ>=60){
sumh=sumh+summ/60;
summ=summ%60;
}
printf("\n\n The total time is %d:%d",sumh,summ);
getch();
}
//Code OVER
----------------------------------------------------------




*Note: Like the above programs you can make more after using your brain a bit!

Labels:

Monday, May 21, 2007

Halo 3

Legions of Master Chief fans can now mark their calendars for September 25. That's when "Halo 3," the newest sci-fi video game saga and the first specifically designed for Microsoft Corporation's Xbox 360 console, is expected to arrive on store shelves.The first-person shooter is the latest addition to the company's popular science fiction franchise in which an armor-clad human space soldier fights alien hordes in sprawling single and online multiplayer battles.Shane Kim, corporate vice president for Microsoft Game Studios, predicted sales would surpass those of "Halo 2," which the company claims reached USD 125 million within the first 24 hours in 2004."In terms of great exclusive content this is the biggest weapon that we have," he said.The announcement comes as a "beta," or test version, of "Halo 3" is being offered to consumers through June 6, allowing players to test out some of the game's multiplayer features ahead of schedule.The beta only shows the game's multiplayer online aspects, however. Details of the single-player story remain a secret, Kim said."Halo 3" will be available in three versions: a "standard" edition for USD 59.99, a "limited edition" that includes features about the making of the game for USD 69.99, and a USD 129.99 "legendary edition" that is packaged with a large metal helmet that looks like the one worn by the game's protagonist, Master Chief.

List of some keyboard shortcuts

General keyboard shortcuts

CTRL+C (Copy)
CTRL+X (Cut)
CTRL+V (Paste)
CTRL+Z (Undo)
DELETE (Delete)
SHIFT+DELETE (Delete the selected item permanently without
placing the item in the Recycle Bin)
CTRL while dragging an item (Copy the selected item)
CTRL+SHIFT while dragging an item (Create a shortcut to the
selected item)
F2 key (Rename the selected item)
CTRL+RIGHT ARROW (Move the insertion point to the beginning
of the next word)
CTRL+LEFT ARROW (Move the insertion point to the beginning
of the previous word)
CTRL+DOWN ARROW (Move the insertion point to the beginning
of the next paragraph)
CTRL+UP ARROW (Move the insertion point to the beginning of
the previous paragraph)
CTRL+SHIFT with any of the arrow keys (Highlight a block of
text)
SHIFT with any of the arrow keys (Select more than one item
in a window or on the desktop, or select text in a document)
CTRL+A (Select all)
F3 key (Search for a file or a folder)
ALT+ENTER (View the properties for the selected item)
ALT+F4 (Close the active item, or quit the active program)
ALT+ENTER (Display the properties of the selected object)
ALT+SPACEBAR (Open the shortcut menu for the active window)
CTRL+F4 (Close the active document in programs that enable
you to have multiple documents open simultaneously)
ALT+TAB (Switch between the open items)
ALT+ESC (Cycle through items in the order that they had
been opened)
F6 key (Cycle through the screen elements in a window or on
the desktop)
F4 key (Display the Address bar list in My Computer or
Windows Explorer)
SHIFT+F10 (Display the shortcut menu for the selected item)
ALT+SPACEBAR (Display the System menu for the active
window)
CTRL+ESC (Display the Start menu)
ALT+Underlined letter in a menu name (Display the
corresponding menu)
Underlined letter in a command name on an open menu
(Perform the corresponding command)
F10 key (Activate the menu bar in the active
program)
RIGHT ARROW (Open the next menu to the right, or open a
submenu)
LEFT ARROW (Open the next menu to the left, or close a
submenu)
F5 key (Update the active window)
BACKSPACE (View the folder one level up in My Computer or
Windows Explorer)
ESC (Cancel the current task)
SHIFT when you insert a CD-ROM into the CD-ROM drive
(Prevent the CD-ROM from automatically playing)
CTRL+SHIFT+ESC (Open Task Manager)


Dialog box keyboard shortcuts

If you press SHIFT+F8 in extended selection list boxes, you enable extended selection mode. In this mode, you can use an arrow key to move a cursor without changing the selection. You can press CTRL+SPACEBAR or SHIFT+SPACEBAR to adjust the selection. To cancel extended selection mode, press SHIFT+F8 again. Extended selection mode cancels itself when you move the focus to another control.
CTRL+TAB (Move forward through the tabs)
CTRL+SHIFT+TAB (Move backward through the tabs)
TAB (Move forward through the options)
SHIFT+TAB (Move backward through the options)
ALT+Underlined letter (Perform the corresponding command or
select the corresponding option)
ENTER (Perform the command for the active option or
button)
SPACEBAR (Select or clear the check box if the active
option is a check box)
Arrow keys (Select a button if the active option is a group
of option buttons)
F1 key (Display Help)
F4 key (Display the items in the active list)
BACKSPACE (Open a folder one level up if a folder is
selected in the Save As or Open dialog box)


Microsoft natural keyboard shortcuts

Windows Logo (Display or hide the Start menu)
Windows Logo+BREAK (Display the System Properties dialog box)
Windows Logo+D (Display the desktop)
Windows Logo+M (Minimize all of the windows)
Windows Logo+SHIFT+M (Restore the minimized
windows)
Windows Logo+E (Open My Computer)
Windows Logo+F (Search for a file or a folder)
CTRL+Windows Logo+F (Search for computers)
Windows Logo+F1 (Display Windows Help)
Windows Logo+ L (Lock the keyboard)
Windows Logo+R (Open the Run dialog box)
Windows Logo+U (Open Utility Manager)


Accessibility keyboard shortcuts

Right SHIFT for eight seconds (Switch FilterKeys either on
or off)
Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast
either on or off)
Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either
on or off)
SHIFT five times (Switch the StickyKeys either on or
off)
NUM LOCK for five seconds (Switch the ToggleKeys either on
or off)
Windows Logo +U (Open Utility Manager)


Windows Explorer keyboard shortcuts

END (Display the bottom of the active window)
HOME (Display the top of the active window)
NUM LOCK+Asterisk sign (*) (Display all of the subfolders
that are under the selected folder)
NUM LOCK+Plus sign (+) (Display the contents of the
selected folder)
NUM LOCK+Minus sign (-) (Collapse the selected
folder)
LEFT ARROW (Collapse the current selection if it is
expanded, or select the parent folder)
RIGHT ARROW (Display the current selection if it is
collapsed, or select the first subfolder)


Shortcut keys for Character Map

After you double-click a character on the grid of characters, you
can move through the grid by using the keyboard shortcuts:
RIGHT ARROW (Move to the right or to the beginning of the
next line)
LEFT ARROW (Move to the left or to the end of the previous
line)
UP ARROW (Move up one row)
DOWN ARROW (Move down one row)
PAGE UP (Move up one screen at a time)
PAGE DOWN (Move down one screen at a time)
HOME (Move to the beginning of the line)
END (Move to the end of the line)
CTRL+HOME (Move to the first character)
CTRL+END (Move to the last character)
SPACEBAR (Switch between Enlarged and Normal mode when a
character is selected)


Microsoft Management Console (MMC) main window keyboard shortcuts

CTRL+O (Open a saved console)
CTRL+N (Open a new console)
CTRL+S (Save the open console)
CTRL+M (Add or remove a console item)
CTRL+W (Open a new window)
F5 key (Update the content of all console
windows)
ALT+SPACEBAR (Display the MMC window menu)
ALT+F4 (Close the console)
ALT+A (Display the Action menu)
ALT+V (Display the View menu)
ALT+F (Display the File menu)
ALT+O (Display the Favorites menu)


MMC console window keyboard shortcuts

CTRL+P (Print the current page or active pane)
ALT+Minus sign (-) (Display the window menu for the active
console window)
SHIFT+F10 (Display the Action shortcut menu for the
selected item)
F1 key (Open the Help topic, if any, for the selected
item)
F5 key (Update the content of all console
windows)
CTRL+F10 (Maximize the active console window)
CTRL+F5 (Restore the active console window)
ALT+ENTER (Display the Properties dialog box, if any, for the selected item)
F2 key (Rename the selected item)
CTRL+F4 (Close the active console window. When a console
has only one console window, this shortcut closes the console)


Remote desktop connection navigation

CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
ALT+PAGE UP (Switch between programs from left to
right)
ALT+PAGE DOWN (Switch between programs from right to
left)
ALT+INSERT (Cycle through the programs in most recently
used order)
ALT+HOME (Display the Start menu)
CTRL+ALT+BREAK (Switch the client computer between a window
and a full screen)
ALT+DELETE (Display the Windows menu)
CTRL+ALT+Minus sign (-) (Place a snapshot of the entire
client window area on the Terminal server clipboard and provide the same
functionality as pressing ALT+PRINT SCREEN on a local computer.)
CTRL+ALT+Plus sign (+) (Place a snapshot of the active
window in the client on the Terminal server clipboard and provide the same
functionality as pressing PRINT SCREEN on a local computer.)


Microsoft Internet Explorer navigation

CTRL+B (Open the Organize Favorites dialog box)
CTRL+E (Open the Search bar)
CTRL+F (Start the Find utility)
CTRL+H (Open the History bar)
CTRL+I (Open the Favorites bar)
CTRL+L (Open the Open dialog box)
CTRL+N (Start another instance of the browser with the same
Web address)
CTRL+O (Open the Open dialog box, the same as CTRL+L)
CTRL+P (Open the Print dialog box)
CTRL+R (Update the current Web page)
CTRL+W (Close the current window)
Source: http://support.microsoft.com/kb/301583

Labels:

Ubuntu 7.04 Launched

What is Ubuntu?



Ubuntu is a community developed operating system that is perfect for laptops, desktops and servers. Whether you use it at home, at school or at work Ubuntu contains all the applications you'll ever need, from word processing and email applications, to web server software and programming tools.


Ubuntu is and always will be free of charge. You do not pay any licensing fees. You can download, use and share Ubuntu with your friends, family, school or business for absolutely nothing.



We issue a new desktop and server release every six months. That means you'll always have the the latest and greatest applications that the open source world has to offer.


Ubuntu is designed with security in mind. You get free security updates for at least 18 months on the desktop and server. With the Long Term Support (LTS) version you get three years support on the desktop, and five years on the server. There is no extra fee for the LTS version, we make our very best work available to everyone on the same free terms. Upgrades to new versions of Ubuntu are and always will be free of charge.


Everything you need on one CD, which provides a complete working environment. Additional software is available online.


The graphical installer enables you to get up and running quickly and easily. A standard installation should take less than 25 minutes.



Once installed your system is immediately ready-to-use. On the desktop you have a full set of productivity, internet, drawing and graphics applications, and games.



On the server you get just what you need to get up and running and nothing you don't.


More about Desktop Edition »


More about Server Edition »


Get Ubuntu now »


What does Ubuntu mean?


Ubuntu is an African word meaning 'Humanity to others', or 'I am what I am because of who we all are'. The Ubuntu distribution brings the spirit of Ubuntu to the software world.


Visit www.ubuntu.com

Using Macromedia Dreamweaver 8 in my style









Open Dreamweaver. File->New->Basic Page->HTML
NOw click Insert >>Layout>>Layers .
Now increase it's broadness and then do the following as guidede in the screenshot..

Now in the bgcolor dialog box select the color you want . Here I am choosing blue.
I am typing it in multi-color.

Now use your own creativity to decorate the page.

I cannot guide you anymore how to design web page in this tutorial.. . But I am giving you a screen shot of a web site I have created after making this tutorial.


I can give you one hint. That I have made use of flash buttons & resized some layers. This is a good example of making fast web site. Moreover you can include all your animation and do a lot of stuffs in such a web site..........








Labels:

Sunday, May 20, 2007

2 Tweaks PC Speeds


There are many ways to speed up your PC


But with these 2 Tweaks your PC speeds

Technique 1:
Right Click on My Computer, select properties. Now click the advanced tab. There you will get "Performance" there in it is a setting button. Click it . The Visual Effect tab will open . Now you choose "Adjust for best performance" . And click OK. Now your PC will be faster than before.

Technique 2
You must always clear you cache, remove the temporary files & install those applications which are of use to you. If you have got many softwares in ur PC. Always install it in other drive. While doing the Hard Disk Partiion make two partitions such that OF windows to that Of where you have to install software is 2:3 . And you must not use much space in the drive in which you are installing Windows as it will make Windows slow. Rather use your other drive for all games & softwares. Only install a few softwares & games in the drive which you have installed Windows

Labels:

Web Hosting

Web Hosting is a task which we all want to do...
Many of us feel that we cant do web hosting easily. But this is not true, there are many free web hosts which provide free web hosting & paid web hosting.
As many of you are from a company or some organization or from some where. You want to have a web URL on your visiting card!!! Now what can you do???
If you know we will discuss free web hosting here. As many of us dont want to spend a cent too. So this tutorials dicuss on the topic free web hosting...

Some of the web sites provide free web hosting. They are wonderful and even you want to use them but you are not able to search them. We give you a list of some good free web hosting web sites....
www.freewebs.com
www.awardspace.com
www.blogspot.com
www.geocities.com
www.fsphost.com
www.greatnuke.com
www.freejoomlas.com
www.profusehost.net
www.tripod.com
www.angelfires.com
www.lycos.com

Free Web Hosts - A web site which provides list of free web host service provider.

Labels:

Making your DEsktop like Windows Vista

Do you want to make your desk top just like Windows Vista????

Then this tutorial will help you.. . .. .
You just require to download the "Windows Transformation pack" from http://windowsxlive.net

This software will enhance your desktop, this will also put a Vista Sidebar in your PC. And also, the way my computer comes by default will be enhanced by Vista's graphics. Moreover you get a theme which is made by Aero for Windows Vista.

!When there is a will there is a way!!!

Labels:

Make a web site in Photoshop& using dreamweaver to edit it

Are you good in photoshop or want to be. Moreover, with this technique u will be able to create a good web site with good graphics & moreover.... you will do everything in photoshop so u knw how comfortable u are wid it. This tutorials will tell you how to make a web site in Photoshop and using dreamweaver to edit it..


Open Adobe Photoshop. Click on file->new
Then create a custom type with 1024X768 pixels.
Now lets start with our work.

You can make a good header ,design it with many brushes. Also what you can do is where you have to do the text work put a good shiny pic then make a layer more , use the screen brush and recolor the pic . By this way after 2-3 layers the pic will become a good one with the text. Also make navigation buttons for your site. Just design them & let it be there.You can also use Blending Options @ many places like while working with text or even working with graphics selecting the area & then use filters and blending options on layers . This will enhance your work.
After doing all your work, what you have to do is.
File->Edit in Image Ready. In Image Ready ,you have to just use the knife tools to seperate the buttons & header & footer & text part asap. And also you can use the web content Box, it provides features like making a roll-over button. Now after all this stuffs, just do the following:-
File->Save Optimized as-> index
and then choose html from the scroll menu...............
Now open it in dreamweaver. Make use of layers & wherever you want to insert some pic or text use layers. Just layers will let you do a free hand work on your current web site...




Also you can contact us shashihacked@gmail.com

Labels:

Blocking Phishing attacks

As many of us are facing phishing attacks. Here is the way how to block it.
Just see it's source code and test tht page for the following syntoms:-
The below source code has been obtained frm a real phishing page & modified. These types of codes are generally used in phishing attacks.Following lines & their corresponding function are:-

The above hidden input shows tht there is some mail to function & it is being sent to some attacker@domain.com . You can understand with this, that some mail is sent to a email id "attacker@domain.com" .
---------

-------------
The above line tells you what is the subject of the sending mail.
-----------------
From these two lines only it is clear that this is a phishing page...
And many use sites like sitesled.com or geocities for this purpose. I purposely warn you to not enter you real user id & password.
The various syntoms a phishing page is:-
1. Check if something similar is given in the source code which can be easily shown by View->View Source & check for some code like above with some mail_to input types ....
2.Gmail / Orkut / Yahoo or any other site is not going to make you login on some subdomain of its service.
When you request for the email login page in yahoo it always come with some https://login.yahoo.com/config/login_verify2?&.src=ym .
This ensures you that it is not a phishing page. But if you think just enter any invalid id & password & do it. Either it will come the page u requested was not found or u entered wrong invalid id & password. You must not get trust like this. You must directly go to yahoo.com & select the service. And you can install some good security suites which block phishing sites. Or even you can use tht
www.opendns.com and use their DNS server. They say tht it blocks phishing page. Moreover you must not login on any link which is not from a trusted source or moreover  matches with the above syntoms.This information is to make aware ppl of phishing attack.

You can also use Mccaffe's anti-phishing tool or you can counter it yourself .

Labels:

Our Current Project

I am announcing a new project or mission for us. We have to make a good CMS as a team , do all the coding & work with each other. Who ever wants to participate in this must have some knowledge of html, php, my sql database wid php-my-admin , dreamweaver...
Also we must find some good web host for free for our CMS. If we all did a good job , we will try to launch it on the web .
All the people who ever will participate in this will get their creid in the CMS . .
As this sounds interesting, we require more of computer geeks.
But for all this ,we require active members... Do reply if you agree with our new project.
If enough numbers of replies are got , we will be starting with the project soon.
P.S. To join this project, reply to this message!


To make our own CMS is our current project. This section will include all the division in which we have to work for our CMS.



The parts of the CMS:-
In Part 1, we will have a look at the overall plan for the CMS, and a look at PHP and the concept of object-oriented programming.

In Part 2, we will have a look on the basic PHP codes which will power our CMS.

In Part 3,we will work with database management & we will connect our php codes with the database.

In Part 4,we will have a brief discussion on validation & we will create a validator class . After this we will create various parts of the CMS to be managed.

In Part 5,we will do all the security work for our web site. For this we will have a good discussion on security loopholes & their countermeasure. After implemanting the countermeasures , we shall go to part 6. We will also create a system that is only accesible to those with proper authorisation. And also we have to create a login page for normal users.

In Part 6, we shall be discussing layout for the CMS , design templates for our web site & also we will be trying to add some Addons to our CMS.


Reply to this message, if you like the way our project is arranged.

Labels:

Make your internet faster

OpenDNS helps you navigate the Internet in a safer, faster, smarter and more reliable way. This service is free and requires nothing to download.

OpenDNS doesn't replace your existing Internet connection, it just makes it better.

U guys only have to do few tweaks in your preferred and alternate domain name server address at tcp/ip properties...

I have tested it, n the net speeds are much faster now...

There's lot's more than speed... If u type some wrong url say www.google.mo it will automatically be redirected to google.com...

It also prevents u 4m phishing sites n hacker attacks...

So try it out now guys,...

I think most of u will be knowing abt OpenDNS...

read about how to implement it here.. http://www.opendns.com/start/windows_xp.php

Labels:

Online PC Troubleshooter

If you have any problem in your computer, you can always do ask us .
We will help you in troubleshooting your PC. If you got any prob in your web site. If you think there is some viruse, we can notify you of the latest security suites to remove them...
_________________________________________________________________
Disclaimer: We will not do anything on your PC, you have to do as guided in our replies . We are not liable for any loss / damage caused to your PC.
________________________________________________________________

We will also help you in programming & web designing. For them reply to their topic in our community forum.
With Regards
Shashi Agrawal

Labels:

Information about us

Official site: http://itzip.awardspace.com


All indian programmers or who are related to programming or india must join this group.Now the thing is that how you shape your self. I AINT talking about your physical excercises but about your mental excercise.
Many of us Indians are good at programming and internet.
>All the indians are welcome<
Syllabus for this group:-
C,C++,Java,HTML,ASP,PHP,Perl,Python,GCC, VB, VC++, C Sharp, Web Designing ,etc......Visit networld.greatnuke.com for more information.
"Knowledge, is never illegal, things that people choose to do with it can be at times"
Programming Definitions: http://www.orkut.com/CommMsgs.aspx?cmm=31195832&tid=2530789984354097339
Download: http://www.orkut.com/CommMsgs.aspx?cmm=31195832&tid=2532172811352070331
As other topics keep changing we can list all of them due to certain limitations..
You can always view all topic button to see the required topic. If not present you can create one.!
With Regards
on behalf of Itz Indian Programmers
You can visit our community @ http://www.orkut.com/Community.aspx?cmm=31195832