Showing posts from 2009

Google Chrome OS

http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running G…

SAP ABAP line. help

http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba23035c111d1829f0000e829fbfe/content.htm http://www.saptechies.com/sap-abap-scripts-question-and-answers-part-2/ http://www.geocities.com/ResearchTriangle/1635/abap.html http://www.hypernews.org/HyperN…

System Implementation.

today is the first day lesson of System implementation . i have found these sites for extra learning and more power http://www.oft.state.ny.us/pmmp/guidebook2/SystemImplement.pdf http://infolab.stanford.edu/~ullman/dbsi.html

Power Designs

http://www.wix.com/nilojan/powerdesign New Begining here with wix

Socket programing

http://www.prasannatech.net/search/label/Socket%20Programming - use ful site. http://www.javaworld.com/jw-12-1996/jw-12-sockets.html http://www.slideshare.net/jignesh/socket-programming-tutorial from slideshare

NUS Using Others tutorials. About Networking but much useful

IP ADDRESSING TUTORIAL http://www3.rad.com/networks/2003/ipaddr/1.htm Networks For Beginners http://www3.rad.com/networks/1997/nettut/mainmenu.html see under Lectures: here. http://www.comp.nus.edu.sg/~ananda/CS3103.htm

useful onlione free books for IT Professionals and IT Students.

http://www.ebooksquad.com/category/hardware/lan-and-wlan http://www.intelligentedu.com/blogs/post/category/free_computer_books http://www.pdftutorials.com/ tutorials/NETWORKING/ networking-books-shelf3.html http://www.intelligentedu.com/ newly_researc…

Code projects.

http://www.codeproject.com/ Welcome to The Code Project 23,519 free Software development and Design articles , code snippets, discussions, and news - all provided free by the best bunch of developers on the net. http://www.codeproject.com/KB…

trace online users....

http://www.online-tech-tips.com/computer-tips/how-to-track-the-original-location-of-an-email-via-its-ip-address/ How to track the original location of an email via its IP address Finding the IP address of an email sender in GMail, Yahoo Mail, and Outl…

Download FREEv Windows XP with SP3 via HTTP or Torrent

http://www.tipandtrick.net/2008/download-unmodified-original-windows-xp-with-sp3-integrated-full-retail-and-vl-install-cd-iso-image-from-msdntechnet-plus-via-http-or-torrent/ Download Unmodified Original Windows XP with SP3 Integrated Full Retail and …

wanna know friends ip adress

Go to Start-->Run-->type in CMD-->Type in netstat, and look at the list given...... If you know his ISP you will be able to tell which is his, and which isn't. Finding the IP is simple, just type in netstat -n.  The hostname will be like …

Primitive Data Types

Primitive Data Types The Java programming language is strongly-typed, which means that all variables must first be declared before they can be used. This involves stating the variable's type and name, as you've already seen: int gear = 1; Doin…

MVC in JAVA

Model-View-Controller  MVC Brief Description Several problems can arise when applications contain a mixture of data access code, business logic code, and presentation code. Such applications are difficult to maintain, because interdependencies between…

progrmining principals.

next lesson chapter 2. java contents. very importent. uper case and lower case diffrent. very sensitive.

start programing principals.

introduction of programmings.  talked about java. refinign. http://www.roseindia.net/java/

Load More
That is All