Monday, May 14, 2007

SOFTWARE


WordWeb Pro v5.0 Dictionary






http://rapidshare.com/files/28705181/wrdWB5.zip

Wednesday, May 9, 2007

Secret Codes for your NOKIA

NOKIA: CODES DESCRIPTIONS

  1. *3370# Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%
  2. #3370# Deactivate Enhanced Full Rate Codec (EFR)
  3. *#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time *#4720# Deactivate Half Rate Codec
  4. *#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type
  5. *#9999# Phones software version if *#0000# does not work
  6. *#06# For checking the International Mobile Equipment Identity (IMEI Number)
  7. #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
  8. #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
  9. #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
  10. #pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
  11. *#147# (vodafone) this lets you know who called you last *#1471# Last call (Only vodofone)
  12. *#21# Allows you to check the number that "All Calls" are diverted to
  13. *#2640# Displays security code in use
  14. *#30# Lets you see the private number
  15. *#43# Allows you to check the "Call Waiting" status of your phone.
  16. *#61# Allows you to check the number that "On No Reply" calls are diverted to
  17. *#62# Allows you to check the number that "Divert If Unreachable (no service)" calls are diverted to
  18. *#67# Allows you to check the number that "On Busy Calls" are diverted to
  19. *#67705646# Removes operator logo on 3310 & 3330
  20. *#73# Reset phone timers and game scores
  21. *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible
  22. *#7760# Manufactures code
  23. *#7780# Restore factory settings
  24. *#8110# Software version for the nokia 8110
  25. *#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again
  26. *#94870345123456789# Deactivate the PWM-Mem
  27. **21*number# Turn on "All Calls" diverting to the phone number entered
  28. **61*number# Turn on "No Reply" diverting to the phone number entered
  29. **67*number# Turn on "On Busy" diverting to the phone number entered
  30. 12345 This is the default security code
  31. press and hold # Lets you switch between lines
  32. *#3283# or *#DATE# Date of Manufacture
  33. *#682371158412125# Software Version

Remove Your Name From Start Menu

Remove Your Name From Start MenuIf you get bored my ur name!


1. Go to Start -> run and type Regedit. The registry editor will open. 2. Then, go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer 3. There you must make a new DWORD-KEY and give it the name :NoUserNameInStartMenu 3. Then right-click -> Edit and change the 0 into a 1. This is the result HINT! After this, restart your pc first or you can even Log-Off and Log-In again

Rare Swami Vivekananda Speechs


SPEECHES GIVEN IN U.S IN MID 60S

visualstudio videos

Visualstudio.NET VIDEOSCheck this for site more information www.learnvisualstudio.net

CD1----- http://www.megaupload.com/?d=MWX4L5PE

CD2----- http://www.megaupload.com/?d=4FZB0SI0

CD3----- http://www.megaupload.com/?d=0UGIBMPB

CD4----- http://www.megaupload.com/?d=Z0CYR3OK

CD5----- http://www.megaupload.com/?d=08TJCTKN

C

C CODES SOURCECODES




http://www.sourcecodesworld.com/source/BrowseCategory.asp?CatId=2


http://www.cs.fiu.edu/~weiss/dsaa_c2e/files.html

DOT NET VIDEOS

Absolute Beginner’s Video Series FREE VIDEO
This video series is designed specifically for individuals who are interested in learning the basics of creating applications using Visual Basic 2005 Express Edition. The series includes over 10 hours of video-based instruction that walks you through creating your first "Hello World" application to a fully functioning RSS Reader application. Learn how to write your first application today!!
Lessons
Lesson 1: Getting Started with Visual Basic 2005 Express Edition
This lesson provides an overview of the series, including the RSS Reader project. Additionally, you will learn how to create your first "Hello World" application.
Duration: 24 minutes, 26 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 2: Creating a Windows Application User Interface
This lesson covers the basics of the Visual Studio IDE. Topics include the Toolbox and Properties window, as well as controls such as the button, label, MenuStrip, StatusStrip, and ToolStrip.
Duration: 43 minutes, 11 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Note: Resources associated to Lesson 2 can be found here.
Lesson 3: Writing Code to Handle Events and Set Properties
This lesson gives an overview of an event handler and explains how to write code to react to events. You will learn how to set properties for controls, as well as how to use IntelliSense, add comments to your code, and use code regions.
Duration: 24 minutes, 44 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 4: Working with Variables, Expressions, Statements, and Operators
This lesson explains what a variable is and how to use them in your applications. You’ll also learn the difference between expressions and statements and how you can use operators, like the addition operator (+) in your code.
Duration: 29 minutes, 55 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 5: Using Branching and Recursion
This lesson explains how you can use conditional logic and looping constructs in your applications. You’ll also learn about an array and how you can use looping logic to read and write values from an array.
Duration: 26 minutes, 06 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 6: Object Oriented Programming Fundamentals
This lesson has two videos and explains the fundamentals of object-oriented programming. It covers the differences between a class and an object. You’ll learn how to create and use properties and methods, as well as inheritance and encapsulation.
Duration: Part 1 – 32 minutes, 46 seconds Part 2 - 41 minutes, 39 seconds
Download Video:
Visual Basic Video - Part 1
Visual Basic Video - Part 2

Download Project:
Visual Basic Project
Lesson 7: Getting to Know the .NET Framework
This lesson looks at the .NET Framework and the large set of classes available for your use within applications. You’ll learn about namespaces and how to use Help to discover classes and their use.
Duration: 35 minutes, 27 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 8: Obtaining Data from a SQL Server 2005 Express Edition Database
This lesson looks at databases and how they can be used to store information you might need in your applications. In particular, SQL Server 2005 Express Edition is shown.
Duration: 29 minutes, 48 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 9: Databinding Data to User Interface Controls
This lesson looks at how you can connect your applications to databases. You will learn how to enable your application to view and edit data stored.
Duration: 50 minutes, 38 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 10: Working with XML
This lesson looks at XML and how you can use it in your applications.
Duration: 31 minutes, 54 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 11: Handling Exceptions
This lesson looks at exceptions -- what they are, and why you want to handle them in your code.
Duration: 31 minutes, 24 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 12: The RSS Reader Project - Designing and Planning
This lesson shows the design and planning of the RSS Reader application. This project will show you how an application is built, beginning with a blank project, and ending with a finished application that you can share with others.
Duration: 18 minutes, 50 seconds
Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
NOTE: The download contains all nine snapshots of the RSS Reader as it was built through videos 12-16.
Lesson 13: The RSS Reader Project - Building the UI
This lesson begins the development of the RSS Reader. In this lesson, you create the main files that will be needed in the project, and rough out the user interface.
Duration: 20 minutes, 16 seconds
Download Video:
Visual Basic Video
Lesson 14: The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
This lesson continues work on the RSS Reader project. In this video, you will add the ability to download the RSS files from the Internet. The data access functionality will be roughed out.
Duration: 21 minutes, 28 seconds
Download Video:
Visual Basic Video
Lesson 15: The RSS Reader Project - Expanding and Refining Application Functionality
This lesson continues work on the development of the RSS Reader. The data access code is completed and further refinements are made.
Duration: 31 minutes, 31 seconds
Download Video:
Visual Basic Video
Lesson 16: The RSS Reader Project - Fortifying, Testing and Deploying the Application
In this video, the RSS Reader project is completed. Final coding tasks are done and the application is packaged for distribution.
Duration: 30 minutes, 20 seconds
Download Video:
Visual Basic Video
Windows Forms Controls Series
Lesson 1: How to Add Audio Part 1
This video shows how to use the SoundPlayer control to play wav audio files in your application.
Duration: 7 minutes, 9 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 2: How to add Audio Part 2
This video shows how to use the Windows Media Player ActiveX control to play wma and MP3 audio files in your application.
Duration: 5 minutes, 3 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 3: Customizing the Button Control
This video shows how to take and customize the Button control including layout, hover effects, and events.
Duration: 9 minutes, 4 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 4: How to use the Dialog Controls
This video shows how to interact with common Windows Dialog controls, including the File Open, Save, Page Setup, Print, Color Picker, and Font Dialog controls.
Duration: 12 minutes, 24 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 5: How to use the FlowLayout Panel
This video shows how to use the FlowLayout panel to create dynamically resizing Windows UI.
Duration: 6 minutes, 23 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 6: How to create a System Tray application using the NotifyIcon control
This video shows how easy it is to create applications that use the Windows system tray.
Duration: 6 minutes, 45 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 7: How to call other applications using the Process control
This video shows how to use the Process control to automate running external applications like Notepad and Internet Explorer from within your code.
Duration: 7 minutes, 34 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 8: How to use the SplitContainer control
This video shows how to use the SplitContainer control to create a multi-pane user interface.
Duration: 5 minutes, 34 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 9: How to use the TableLayout control
This video shows how to use the TableLayout control which enables you to dynamically add rows to your controls at runtime.
Duration: 11 minutes, 26 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
Lesson 10: How to use the Timer control
This video shows how to use the Timer control which you can use to poll or monitor if an action has occurred in a given time interval.
Duration: 6 minutes, 38 seconds
Watch Video:
Visual Basic Video

Download Project:
Visual Basic Project
How to use the ListView Control Part 1: BasicsDemonstrates the basics of creating ListViewItems, changing the display mode, and adding columns for the Details view.Download C# VersionDownload VB.NET Version
How to use the ListView Control Part 2: Advanced Demonstrates a few advanced concepts related to the ListView control and populating it with database data and syncing changes to ListViewItems back into the database.Download C# VersionDownload VB.NET Version
How to use the TreeView Control Demonstrates how to create TreeNodes, set their parents and create children, navigating the relationships, and more.Download C# VersionDownload VB.NET Version