Posts

Showing posts from 2010

Prepping for an Interview

Prepping for an Interview You’ve got one shot at making an impression. Make it a good one. T-10 Days: Talking Points Be able to tell a story about every bullet on your resume. It shouldn’t be there unless you have a story attached to it that demonstrates some quality the interviewer is looking for. Your research, the job description, and other information can help you determine what they are looking for. Consider practicing with a friend, or recording your answers in OneNote and listening to them. T-8 Days: Prepare Questions for the Interviewer Look at any news about the company or industry that you found during your research – what is the company’s plan to res

Upside down Facebook commenter

Image
  Facebook Upside down Commenter SITE IS UPDATING......

Visual Studeo IDE tips

1. Record and play temporary macro Ctrl+Shift+R to record a new temporary macro. Press Ctrl+Shift+R to stop recording. Ctrl+Shift+P to play the recorded macro. This works similar to *recording* in Vim. If you think you are going to be repeating a set of keyboard keys, then record them once and play them each time after. 2. Multiple copy/pastes Ctrl+Shift+V cycles through the clipboard ring. You can copy/cut multiple times from one area of code , then go to another area and paste them one after another. 3. Drag and drop code snippets The Toolbox (Ctrl+Alt+X) window has multiple tabs. You can drag and drop code onto this window and copy it elsewhere. Some tabs do not allow dropping code into them; those that allow will have the appropriate icon. The General tab works for me. 4. Previous cursor positions Ctrl+- i.e. Ctrl + Hyphen. This cycles you through the code positions you visited. Ctrl+Shift+- to navigate in the opposite direction. 5. Incremental search To incremen

C# video Tutorials On Youtube

C# From A to Z - Lesson 1: Comments C# From A to Z - Lesson 2: Value vs Reference Types C# From A to Z - Lesson 3: Built-in Value Types C# From A to Z - Lesson 4: Variables and Constants C# From A to Z - Lesson 5: Variables & Constant Examples C# From A to Z - Lesson 6: Operators C# From A to Z - Lesson 7: Operators Examples C# From A to Z - Lesson 8: Casting & Conversion C# From A to Z - Lesson 9: Casting & Conversion Examples C# From A to Z - Lesson 10: Enumerations C# From A to Z - Lesson 11: Enumerations Examples C# From A to Z - Lesson 12: The USING Statement C# From A to Z - Lesson 13: The IF Statement C# From A to Z - Lesson 14: The Switch Statement C# From A to Z - Lesson 15: Loops C# From A to Z - Lesson 16: Loops Examples C# From A to Z - Lesson 17: Declaring Variables C# From A to Z - Lesson 18: Access Modifiers C# From A to Z - Lesson 19: Constants C# From A to Z - Lesson 20: Type Converting C# From A to Z - Lesson 21: System.Convert Classes

C# PDF Specialy For NIBM HD Student [Absolutely Beginners Manual]

Image
New C# PDF Only 700Kb with 60 Pages  Absolutely Beginners With Step By Step Graphical Representations  Click Here   Download C# Reference Sheet Free Download Here..... Download

Microsoft Visual Studio 2010 Ultimate x86

Image
  #Overview Microsoft Visual Studio 2010 Ultimate is the essential tool for individuals performing basic development tasks. It simplifies the creation, debugging, and deployment of applications on a variety of platforms including SharePoint and the Cloud. Visual Studio 2010 Professional comes with integrated support for test-driven development, as well as debugging tools that help ensure high-quality solutions. #Features Microsoft Visual Studio 2010 Ultimate comes with a range of features that enable developers to build, debug, unit test, and deploy high-quality applications on a diverse range of platforms including Windows, the Web, the Cloud, Office and SharePoint, and more. #Software Requirements Visual Studio 2010 can be installed on the following operating systems: * Windows XP (x86) with Service Pack 3 - all editions except Starter Edition * Windows XP (x64) with Service Pack 2 - all editions except Starter Edition * Windows Vista (x86 & x64) with

Beautiful screensaver collection for Windows 2010

Image
Beautiful screensaver collection for Windows 2010 Beautiful screensaver collection for Windows 2010 | 152 MB Download: http://hotfile.com/dl/76919225/c35310f/43.beautiful.screensaver.for.Windows_2010.rar.html Or   Download Link 2

ESET NOD32 On-Demand Scanner v5530 Portable

Image
ESET NOD32 On-Demand Scanner v5530 Portable [14/10/2010] Date: Yesterday, 21:40  | Author : SoftexUploader09   ESET NOD32 On-Demand Scanner v5530 Portable [14/10/2010] | 16.71 Mb Antivirus protection is spelled NOD32. Built on the award-winning ThreatSense engine, ESET NOD32 Antivirus software proactively detects and eliminates more viruses, trojans, worms, adware, spyware, phishing, rootkits and other Internet threats than any program available. - No matter what your system, there is no better antivirus protection. ESET NOD32 Antivirus was awarded the "BEST Antivirus Solution” in 2006 and 2007 by AV-Comparatives. Compare antivirus solutions here to learn more, or check out the latest Virus Bulletin. ESET NOD32 Antivirus provides: Proactive Protection: The award winning ThreatSense technology combines multiple layers of detection protecting you from Internet threats before it is too late. Precise Detection: ESET accurately identifies known and

AVG Anti-Virus 2011

Image
AVG Anti-Virus 2011 10.0.1136 Build 3181l x86 and x64 Date: Today, 15:17  |  AVG Anti-Virus 2011 10.0.1136 Build 3181l x86 and x64 | 135 MB + 154 MB Anti-Virus 2011 - New version of famous anti-virus program from Czech developer to protect your PC from dangerous objects and network threats. Program blocks viruses, trojans, worms, spyware, and a module to deal with rootkits helps get rid of the malicious processes, masking the virus. Compatible with Windows Vista and Windows 7. AVG - popular anti-virus software for home use. Guaranteed by the manufacturer of rapid virus database updates, ease of use, low system requirements - the main advantages of the products AVG. AVG anti-virus software provides powerful protection against viruses and spyware in Windows 7, Vista and XP. AVG products are designed to combat the threat of infecting your computer and data loss. Anti-Virus 2011 includes the following modules: * Antivirus and Anti-Spyware: protection against virus

Software For Windows

Image
AVG Internet Security 2011 Date: Today, 08:12  | Author :www.freevbs.blogspot.com AVG Internet Security 2011 10.0.1136 Build 3181 X86 / X64 |140 MB /160 MB Complete protection for everything you do! With AVG Internet Security, our most advanced protection, you get a worry-free online experience every time. This award-winning product gives you unbeatable Internet security by protecting against viruses, spyware, hackers, spam and malicious websites. AVG Internet Security is a reliable and easy-to-use solution for home and small office users which is trusted by millions of users worldwide. AVG Internet Security's multiple layers of protection mean you don't have to worry about identity theft, spam or viruses. And it'll even prevent you from accidentally visiting harmful sites. It's faster, smarter security that won't slow your computer down. With AVG Internet Security you also have access for the first time to AVG Identity Theft Recovery Unit that w

c# tutorials 2 [LINQ]

LINQ: Use Aggregate on an array using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Linq; public class MainClass { public static void Main() { int[] numbers = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; var query = numbers.Aggregate((a, b) => a * b); } }

Mozilla Firefox Minefield 4.0

Mozilla Firefox Minefield 4.0 PreBeta 8 Portable Date: Today, 20:41  | Author : tony_tran89   Mozilla Firefox Minefield 4.0 PreBeta 8 Portable | 14.33 Mb Mozilla Firefox is one of the most popular browsers built on Gecko platform, which means it is safer and easier to use. This browser features malware and phishing protection which protects you from viruses, worms, trojans and spyware. Mozilla Firefox - the browser is very fast, and speed of apparent not only during loading web pages, but when looking at bookmarks and history. Made it through the engine, and Mozilla allows you to view all Web pages in one window mnogovkladochnom, but also has many other useful options, including the ability to significantly enhance connectivity plug-ins (and released them a great many). Mozilla Firefox is focused on improved memory handling, performance, and stability, improved XUL, and new core components such as application data stored in SQLite. Mozilla Fi

C# tutorials Part 1

Image
Add control to a window using System; using System.Windows.Forms; public class MyForm : Form{ void btn1_onclick(object sender, EventArgs e) { Text = "Sender: " + sender.ToString() + " - Event: " + e.ToString(); } void btn1_onclick2(object sender, EventArgs e){ Console.WriteLine(String.Format("Sender: {0} - Event: {1}", sender.ToString(), e.ToString())); } public MyForm() { Text = "Hello World"; Button btn1 = new Button(); btn1.Text = "Click Me"; this.Controls.Add(btn1); btn1.Click += new EventHandler(btn1_onclick); btn1.Click += new EventHandler(btn1_onclick2); } public static void Main() { Application.Run(new MyForm()); } }

Camnetics GearTeq v2010

Image
Camnetics GearTeq v2010.18.32.324 (x32/x64) Date: Yesterday, 21:46  | Author : freevbs.blogspot.com [MULTI] Camnetics GearTeq v2010.18.32.324 (x32/x64) | 11.8/11.9 MB. GearTeq™ provides the designer with advanced tools for creating solid models of drive components and assemblies. GearTeq™ is a new program that offers advanced features. Work with multiple parts and assemblies and more...GearTeq is a add-on for SolidWorks and AutoDesk Inventor. Some of GearTeq's enhanced features: * Work on Multiple types of components in the same assembly * See any changes to the geometry instantly on the display window * Multiple gears created as a single SolidWorks part * Internal splines can be used as a bore on all components * Modifying CAD parts created by GearTeq is very easy * Automatically create assemblies in SolidWorks with proper mating * Ten standard planetary gear systems are available with a few clicks * High ratio cycloid set (a single eccentri

Intel Parallel Studio 2011

Image
Intel Parallel Studio 2011 Date: Yesterday, 23:37  | Author : freevbs.blogspot.com Intel Parallel Studio 2011 | 580 MB Intel® Parallel Advisor 2011 simplifies threading your code by identifying those areas in your serial and parallel applications where parallelism would have the greatest impact. Now supports Microsoft Windows* 7 and Visual Studio* 2010 Intel® Parallel Advisor 2011 is an advanced threading tool for Microsoft Visual Studio* C/C++ developers planning to add threading to serial or parallel applications. Providing a step-by-step proposal, Intel Parallel Advisor helps Microsoft Visual Studio* C++ developers simplify, demystify, and speed parallel application design and implementation. It also evaluates the performance and correctness of that proposal, providing insight that helps you make better design decisions before major effort has been committed. Benefits: -Simplifies transitioning serial applications to parallelism and takes parallel applicatio

Nikon Capture NX2 Pro v2.2.5

Image
Nikon Capture NX2 Pro v2.2.5 Date: Today, 02:33  | Author : decent_   Nikon Capture NX2 Pro v2.2.5 SIZE | 128 MB The original Capture NX software introduced the world to direct on-image editing. This revolutionary new development was the basis of the Color Control Point tool which enabled photographers of all levels to easily adjust brightness, contrast, saturation, color and warmth on specific elements of a picture such as sky, skin, grass, etc. DOWNLOAD LINK http://hotfile.com/dl/74928926/3b6f4b6/Nikon20Capture20NX2202.2.5.part1.rar.html http://hotfile.com/dl/74930061/2a757c3/Nikon20Capture20NX2202.2.5.part2.rar.html

A-PDF Scan Optimizer 2

Image
A-PDF Scan Optimizer 2.0.0 + portable Date: Today, 04:52  | Author : www.freevbs.blogspot.com A-PDF Scan Optimizer 2.0.0 + portable | 6.50 MB A-PDF Scan Optimizer provides a quick way to batch optimize your scanned PDF documents. A-PDF Scan Optimizer help you to correct the skew scanned image within PDF; convert the scanned image to black/white or gray in Acrobat PDF; downsample the image in PDF and delete unused blank page in PDF directly. A-PDF Scan Optimizer opens a PDF file and automatically checks if images inside are skewed, then corrects the skewed images using a special algorithm. Download http://www.fileserve.com/file/QWTnraB/A-PDF.Scan.Optimizer+portable.rar http://shareflare.net/download/82376.86ba32abbcd30b2a3e528f172699/A-PDF.Scan.Optimizer_portable.rar.html http://www.filesonic.com/file/23994427/A-PDF.Scan.Optimizer+portable.rar http://letitbit.net/download/39948.35d4a9553ec1d92b21040209f866/A-PDF.Scan.Optimizer_portable.rar.html http:

TuneUp Utilities 2010

Image
TuneUp Utilities 2010 9.0.4700.25 Date: Today, 04:56  | Author : TuneUp Utilities 2010 9.0.4700.25 | 20 MB TuneUp Utilities 2010 can quickly make your Windows operating system faster, easier to use, and more secure. And all operations performed on the operating system are completely safe, because all changes are monitored by TuneUp Rescue Center and can be undone at any time. All TuneUp Utilities modules can be accessed through a common interface that is divided into six categories. In addition, the main window also has three general buttons in a dark gray bar to the right at the top of the window. Pressing the first button starts the TuneUp Rescue Center module. The second button starts the TuneUp Update Wizard, which can be used to update TuneUp Utilities 2009 to the latest version over the Internet. The last button provides help and settings that you can use to customize the software package to meet your needs. Download http://letitbit

SQLite Expert Professional

Image
SQLite Expert Professional v3.1.21 Date: Today, 06:49  | Author : SQLite Expert Professional v3.1.21 | 22.51 MB SQLite Expert is a powerful visual tool that enables you to easily administer your SQLite3 databases.SQLite Expert integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface. Here are some key features of "SQLite Expert": · Create database · View and change database parameters · Register frequently used databases for using in SQLite Expert · Check integrity · Vacuum · Transaction support · Create tables · Delete tables · Rename tables · Restructure tables without losing existing data · View, add, delete, modify, reorder fields · View, add, delete, modify indexes · View constraints · View triggers · Supports temporary tables · Create views · Delete views · Rename views · View triggers · Supports temporary views · Execute SQL scripts · Stop lon

Kespersky 2010 For Windows pc

Image
Kaspersky Antivirus 2010 With 7 Months Activation Date: Today, 07:16  | Author :www.freeVBS.blogspot.com Kaspersky Antivirus 2010 With 7 Months Activation | 64.18 Mb Kaspersky Antivirus 2010 provides all types of anti-virus protection:anti-virus scanners, monitors, behavior blockers and integrity checkers. Kaspersky Antivirus 2010 is one of the best rated Anti-virus software’s and provides real time automated protection from different variety of threats.When compared to previous versions ofkaspersky antivirus ,2010 version interface is much faster and lighter on system resources.One of the new features of Kaspersky 2010 is the color coding of links to unsafe websites. Install : PLz read licence activation.txt before installing After installing KAV 2010 1-Disconnect your internet connection 2-OPen KAV main window 3-Click on licence 4-Activate new licence 5-Activate trial licence 6-Browse the given key All done your licence is activated Contains 3 files: 1)setup 2)key 3)Ac

Windows 7 ULTIMATE

Image
Windows 7 ULTIMATE RTM FULLY ACTIVATED Date: Today, 07:33  | Author : giochua   Windows 7 ULTIMATE RTM FULLY ACTIVATED 32/64-bit | English and MULTILANGUAGE SUPPORT | DVD ISO | Bootable | Simple use. No serial and no activation needed | Size: 3.47GB Genuine version | FULLY UPDATABLE with Windows Update. Windows 7 Ultimate is the nonplus ultra edition of the Windows 7 operating system as it is the only edition of Windows 7 that is feature complete. All other editions with the exception of Windows 7 Enterprise which is Windows 7 Ultimate branded differently lack features that are included in Windows 7 Ultimate. It combines remarkable ease-of-use with the entertainment features of Home Premium and the business capabilities of Professional, including the ability to run many Windows XP productivity programs in Windows XP Mode. For added security, you can encrypt your data with BitLocker and BitLocker To Go. And for extra flexibility, you can work in any of 35 languages. Ge

FL Studio ASSiGN Edition 9.6.1 For Windows

Image
Image-Line FL Studio ASSiGN Edition 9.6.1 Date: Today, 08:46  | Author : FreeVBS.blogspot.com Image-Line FL Studio ASSiGN Edition 9.6.1 | 181.3 MB FL Studio is the most complete virtual studio currently available. It will play any sample file (wav), generator (softsynth, VSTi & DXi) or midi instrument you feed it. What is ASSiGN Edition? * Contain all functions of FL Studio XXL Edition. * All Image-Line FL plugins are unlocked. (MaxxClaster's plugins need cracks). Maxx's plugins : Drumaxx, Sakura, Sawer, Morphine, PoiZone, Toxic Series, Hardcore * Maxx's plugins are not included. After the installation of the FL Studio AE, you should install our latest release manually. This is bacause FL official installer sometime overwrite with old versions. What is ASSiGN Edition? * Contain all functions of FL Studio XXL Edition. * All Image-Line FL plugins are unlocked. (MaxxClaster's plugins need cracks) Maxx's plugins : Drumaxx, Sakura,

c# tutorials

C# TUTORIAL MAKE A SNAKE GAME C# tutorial Make a Snake Game Part1 Direct Download : C# tutorial Make a Snake Game Part2 Direct Download : C# tutorial Make a Snake Game Part3 Direct Download : C# tutorial Make a Snake Game Part4 Direct Download : C# tutorial Make a Snake Game Part4 Direct Download :

C# video tutorials

Download c# video tutorials OR Online viwe Here... Free C# video @ www.freevbs.blogspot.com

4x4 EVO 2 Game

Image
4x4 EVO 2 Date: Yesterday, 14:40  Torrent download 4x4 EVO 2 PC game | Genre: Racing | 442 MB So youve had enough of watching your favorite SUV pillage some rocky terrain in a TV commercial and decide to imitate art. Only, you paid a lot for that SUV and the idea of scratching its paint or blowing out its transmission is holding you back from your dirty dreams. Worry not, Mud Warrior, just slip in 4x4 EVO 2 and witness the awesome power high torque all terrain vehicles possess. The game features Quick Race, Free Roam, Time Attack and Career Racing, hundreds of licensed vehicles, parts for customization, and 30 racing stages from across the world. Features # Multiple game modes including Quick Race, Free Roam, Time Attack, and Career racing. # Hundreds of vehicles from multiple manufacturers. # Hundreds of generic and brand name parts to customize your vehicle. # Be recruited by and race for a professional team. # Face off against a buddy in head to head action. #

City Builder

Image
    [Wii]City Builder[NTSC][ScRuBBeD] wbfs Title: City Builder Genre: Puzzle Action         Platform: Nintendo Wii Region: NTSC File Type: WBFS Scrubbed: Yes (Game Partition Only) About this game: City Builder combines two classic game mechanics in a fun, bouncy game where players stack water pipes, roads and power lines to form ever-growing cities across the planet's four continents. The game offers a fresh take on classic pipe puzzle games by expanding the gameplay to three overlapping levels: road, underground (water mains) and sky (power lines). Connect resource pieces together to claim land while racing against the clock and overcoming madcap and hilarious obstacles. Solve each resource puzzle and watch each city grow in wacky and unique ways!     NOTE: To play this game you need a chipped or soft modded Wii. To install & play off disc: 1. Download Wii Backup Manager ->   http://gbatemp.net/index.php?showtopic=188295 2. Use Wii Ba

Loading External Images in Flash

Image
Loading External Images in Flash This tutorial will teach you how to load external images in Flash using the loadMovie actionscript function. The .fla free download file with the actionscript code is included at the end of the tutorial. Flash 8.0 must be installed in your system to download the .fla file. The concept for loading external images in Flash is to create an empty movie clip which will load the external image through the loadMovie actionscript function. Steps to Follow : 1. Create a folder which will have your .fla file, .swf file and your external image. Name the external image photo.jpg. 2. Create the photo and empty movie clips Create an empty movie clip by clicking on Insert/New Symbol. Save the symbol as empty_mc . Create another movie clip and save it as photo_mc . This movie clip is for any properties you would like to add to the photo, like a frame around the photo or background color etc. C