Saturday, September 15, 2012

Pro Android 4 (2012)


Pro Android 4 shows you how to build real-world and fun mobile apps using the new Android SDK 4 (Ice Cream Sandwich), which unifies Gingerbread for smartphones, Honeycomb for tablets and augments further with Google TV and more.

This Android 4 book updates the best selling Pro Android 3 and covers everything from the fundamentals of building apps for embedded devices, smartphones, and tablets to advanced concepts such as custom 3D components, multi-tasking, sensors/augmented reality, better accessories support and much more.
  • Using the tutorials and expert advice, you'll quickly be able to build cool mobile apps and run them on dozens of Android-based smartphones.
  • You'll explore and use the Android APIs, including those for media and sensors.
  • And you'll check out what's new with Android 4, including the improved user interface across all Android platforms, integration with services, and more.
After reading this definitive tutorial and reference, you gain the knowledge and experience to create stunning, cutting-edge Android 4 apps that can make you money, while keeping you agile enough to respond to changes in the future.

What you’ll learn

  • How to use Android 4 to build Java-based mobile apps for Android smartphones and tablets 
  • How to build irresistible standard and custom User Interfaces and User Experiences (UI and UX) across Android devices
  • How to populate your application with data from data sources, using Content Providers
  • How to build multimedia and game apps using Android's media APIs
  • How to use Android's location-based services, network-based services, and security
  • How to use new Android features, such as Fragments and the ActionBar

Who this book is for

This book is for professional software engineers and programmers looking to move their ideas and applications into the mobile space with Android. It assumes a passable understanding of Java, including how to write classes and handle basic inheritance structures.

Beginning Android 4


Beginning Android 4 is an update to Beginning Android 3, originally written by Mark Murphy. It is your first step on the path to creating marketable apps for the burgeoning Android Market, Amazon's Android Appstore, and more. Google’s Android operating-system has taken the industry by storm, going from its humble beginnings as a smartphone operating system to its current status as a platform for apps that run across a gamut of devices from phones to tablets to netbooks to televisions, and the list is sure to grow.

Smart developers are not sitting idly by in the stands, but are jumping into the game of creating innovative and salable applications for this fast-growing, mobile- and consumer-device platform. If you’re not in the game yet, now is your chance!

Beginning Android 4 is fresh with details on the latest iteration of the Android platform. Begin at the beginning by installing the tools and compiling a skeleton app. Move through creating layouts, employing widgets, taking user input, and giving back results. Soon you’ll be creating innovative applications involving multi-touch, multi-tasking, location-based feature sets using GPS.

You’ll be drawing data live from the Internet using web services and delighting your customers with life-enhancing apps. Not since the PC era first began has there been this much opportunity for the common developer. What are you waiting for? Grab your copy of Beginning Android 4 and get started! 

What you’ll learn

  • Develop Java-based mobile applications and games for a wide range of phones and devices.
  • Create user interfaces using WebKit and the Android widget framework.
  • Build location- and map-based applications drawing on live feeds over the Internet.
  • Incorporate activities, services, content providers, and broadcast receivers into your applications.
  • Support multiple Android versions, multiple screen sizes, and other device-specific characteristics.
  • Build and experience the array of new WebM video and other multimedia APIs for Android and more.

Who this book is for

Beginning Android 4 is aimed at programmers new to Android application development who desire to create marketable applications for the burgeoning market of smartphone, tablet, and other Android device users.

Apress Beginning Android (2009)


Learn how to develop applications for Android mobile devices using simple examples, ready to run with your copy of the software development kit. Author and Android columnist, writer, developer, and community advocate Mark L. Murphy shows you what you need to know to get started on programming Android applications–everything from crafting graphical user interfaces to using GPS, accessing web services, and more!
The Android development platform, created by Google and the Open Handset Alliance, is a platform in its truest sense, encompassing hundreds of classes beyond the traditional Java classes and open source components that ship with the SDK. Some Android books race through the material, trying to cover as much ground as possible in as few pages as possible. Experienced writer and community advocate Mark Murphy shows you how to develop Android applications simply and with care.
The book includes dozens of sample projects, ready to run with your copy of the SDK—not just one huge project where you have difficulty finding the specific examples of the technique you are looking for. You can even get these sample programs online at Apress.com.

What you’ll learn

  • Discover what Android is and how to use Android to build Java-based mobile applications for Google Phones G1 and more phones as they hit the market
  • Work with the new Android 1.x SDK
  • Create user interfaces using both the Android Widget framework and the built-in WebKit-powered web browser components
  • Use scripting with BeanShell
  • Work with menu inflation, fonts, SDK tools, rotation events, and more
  • Work with TabActivity, MyLocationOverlay, DDMS, and more
  • Utilize the distinctive capabilities of the Android engine including maps, Internet access, integrated search, media playback, and more
  • Use and create similar sample Android applications for services, content providers, mapping, and location-based services/events.

Who this book is for

This book is aimed at people new to mobile development, perhaps even to Java itself.

Learn Java for Android Development


Android development is hot, and many programmers are interested in joining the fun. However, because this technology is based on Java, you should first obtain a solid grasp of the Java language and its foundational APIs to improve your chances of succeeding as an Android app developer. After all, you will be busy learning the architecture of an Android app, the various Android-specific APIs, and Android-specific tools. If you do not already know Java fundamentals, you will probably end up with a massive headache from also having to quickly cram those fundamentals into your knowledge base.  

Learn Java for Android Development
 teaches programmers of any skill level the essential Java language and foundational Java API skills that must be learned to improve the programmer’s chances of succeeding as an Android app developer. Each of the book’s 10 chapters provides an exercise section that gives you the opportunity to reinforce your understanding of the chapter’s material. Answers to the book’s more than 300 exercises are provided in an appendix. Additionally, author Jeff Friesen has created six bonus chapters that you can download from his personal site, located at http://tutortutor.ca/cgi-bin/makepage.cgi?/books/ljfad.

Once you complete this book, you will be ready to dive into Android, and you can start that journey by obtaining a copy ofBeginning Android 2.   

What you’ll learn

  • The Java language: This book provides complete coverage of nearly every pre-Java version 7 language feature (native methods are briefly mentioned but not formally covered). Starting with those features related to classes and objects, you progress to object-oriented features related to inheritance, polymorphism, and interfaces. You then explore the advanced language features for nested types, packages, static imports, exceptions, assertions, annotations, generics, and enums. Continuing, you investigate strictfp, class literals, synchronized, volatile, the enhanced for loop statement, autoboxing/unboxing, and transient fields. The book also briefly presents most (if not all) of Java version 7’s language features, although not much is said about closures or modules (which were not finalized at the time of writing).
  • Java APIs: In addition to Object and APIs related to exceptions, you explore Math, StrictMath, BigDecimal, BigInteger, Package, Boolean, Character, Byte, Short, Integer, Long, Float, Double, Number, the References API, the Reflection API, String, StringBuffer, System, the Threading API, the collections framework, the concurrency utilities, the internationalization APIs, the Preferences API, Random, the Regular Expressions API, File, RandomAccessFile, stream classes, and writer/reader classes. You will also get a tiny taste of Swing in the context of internationalization.
  • Tools: You will learn how to use the JDK’s javac (compiler), java (application launcher), javadoc (Java documentation generator), and jar (Java archive creator, updater, and extractor) tools. You will also receive an introduction to the NetBeans and Eclipse integrated development environments. Although you can develop Android apps without NetBeans or Eclipse, working with these IDEs is much more pleasant.

Who this book is for

This book is for any programmer (including existing Java programmers and Objective-C [iPhone/iPad] programmers) of any skill level who needs to obtain a solid understanding of the Java language and foundational Java APIs before jumping into Android app development.

Wednesday, June 27, 2012

VB Decompiler Pro V. 8.3 Full


VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0 and disassembler for programs written on .NET technology.

The loss of source codes is a very serious problem for many developers. From my personal experience I can say that it is indeed a terrible misfortune. Imagine you write the program, spend your force, time and money, release compiled program to the customers... But one morning you see that all your sources are gone (it may be your cat, or aliens. Who knows?) You are in panic. What should you do? Tear one's hair? There is no need. Just take the VB Decompiler and simply decompile your project! VB Decompiler restores the source code from the pseudo code (P-Code) as close as possible to the original. So, after some modifications you may get really workable source code.

But you ask: what if the program is compiled not to interpreted P-Code, but in assembler Native Code? In this case, of course, you can't get fully compilable source code. But there is no need for disappointment. VB Decompiler has a built-in powerful disassembler and emulator commands to the extent possible to bring the assembly code to the original. Of course because of the diversity of modern methods of optimization and protection code, the process is not always ideal, but in this situation, VB Decompiler really helps you in the software analysis and reverse engineering.

And what if you develop in Visual Studio, using .NET Framework?

For our decompiler it's not a problem! VB Decompiler can easily restore the structure from the tables of the assembly, and will be useful for disassembly and analysis of IL code. Our decompiler does not require .NET Framework. It works fine in any 32-bit Windows operating systems and does not require installing additional software.

As you can see VB Decompiler is an ideal tool for analyzing and restoring the source code. VB Decompiler is a "must-have" tool for VB-developers, who appreciates their work, time and money.

Tuesday, June 26, 2012

MS Access Password Viewer

Passwords are necessary to protect access database from unauthorized use as Microsoft Access is the most popular application amongst offices. Sometimes these password may get lost or forgotten making your MDB database inaccessible.
Nir Sofer Released a freeware to Access Password Viewer. You can easily view the password of any password protected access file.

Monday, June 25, 2012

Aone Ultra Video Joiner 6.1.0108 Full With Key


You even can use it to convert a single file. It also supports join video files to VCD/SVCD image and DVD-Video files, so you can burn them into one VCD/SVCD/DVD disc easily by using third-party burning tools.

It already includes all video encoders and decoders , you don't need to download any other codecs to make it work. With just a few mouse clicks, you can enjoy your movie clips without interruption.
Key Functions
Join video files directly without re-encoding
You can use Ultra Video Joiner to join multiple AVI MPEG WMV MP4 FLV clips directly without re-encoding
AVI Joiner - join AVI DivX video files
You can use Ultra Video Joiner to join multiple AVI DivX files with Fast conversion speeds because All encoders/codec are built-in
MPEG Joiner
Ultra Video Joiner to join multiple MPEG1, MPEG2 files. A lot of settings you can tweak to achieve high quality.
Join multiple videos to another format
Combine and join multiple video formats to one file with comprehensive video formats supported like DVD, VCD, SVCD, AVI, DivX, MPEG, ASF, WMV.

Key Features
Super fast conversion speed provided as it full supports Intel Pentium D Dual-Core Processor and AMD Athlon™ 64 X 2 Dual-Core Processor which ensures full use of your CPU
All encoders/codec are built-in and any supported conversion can be done once you downloading the software
Join video files directly without re-encoding, very fast and without any quality loss
Merge your favorite video files to another formt
Join unlimited number of video files in different formats
Cut unwanted parts by specifying start time and end time
NTSC/PAL setting options for DVD, VCD, SVCD exporting
Add letterbox to keep the original aspect ratio
High conversion speed and wonderful output quality
Support "Drag and Drop" from Windows Explorer
Simple GUI and very EASY to use

Friday, June 22, 2012

Sothink SWF Decompiler 6.0 Full Version

SWF Decompiler is used to convert SWF to FLV. You can also Extract Resource (such as Images, Sounds etc.. ) from SWF files

The professional Flash decompiler easily decompiles one or more SWF to FLA, SWF to FLEX project. It supports Flash 6, Flash MX 2004, Flash 8, Flash CS3 and Flash CS4. This Flash decompiler with multi-language can recover FLA/FLEX project, extract elements including shape, sounds, images, sprites, fonts, texts, ActionScript etc. Compatible with ActionScript 3.

SWF Decompiler Features
    * Decompile SWF to FLA. New
    * Decompile SWF to FLEX project, and get
      MXML file and other project files. New
    * Decompile the standard EXE made by Adobe Flash to FLA format.
    * Support Flash 6, Flash MX 2004 (V7), Flash 8, Flash CS3 (V9) and Flash CS4 (V10). New
    * Compatible with ActionScript 2 and ActionScript 3.

    * Export SWF to FLA/SWF to FLEX projects, and extract resources in batch mode.
    * Support exporting the resources to SWF or FLA format.
    * Extract element into various formats, including shapes, sounds, images, sprites, fonts, texts, ActionScript, etc.
    * Export ActionScript file in AS, BIN or HTML format.
    * Export the video file in FLV format from Flash movie.
    * Multi-Language interface is available, English, German and traditional Chinese included.
      SWF Decompiler
    * Capture Flash movie online from IE or Firefox by SWF Catcher, and save SWF movies into local disk.
    * Extract the resources of SWF movie in various formats.
    * Support Flash components.
    * Provide a user-friendly interface (like Office 2007).
    * Navigate and browse resources in preview window before Flash decompiling.
    * Invoke Flash SWF from User-friendly Explorer-like Windows.
    * Offer built-in player to play SWF on hard drive or network.
    * Take a snapshot to file or clipboard for playing Flash movie in preview window.
    * Supply the playback control bar to play, stop, forward, backward; zoom in/out Flash movie freely.
    * View detailed properties of elements in Flash movies.
    * Display ActionScript in Resources Panel for better. When decompiling AS3.0, support showing AS Class structure like folder-tree according to its path in package.
    * Scan your IE cache and list all Flash files you have viewed.

Wednesday, February 22, 2012

Windows 7 Activator


Windows 7 All Version 32-bit (x86) and 64-bit (x64) can be crack by this tools. This activator can crack windows 7 ultimate, enterprise, professional, home, Basic, etc.. This Activator is 100% work and tested. So that users can validate the illegal pirated copies of Windows 7 as genuine status forever and permanently. Also allows you to download windows update.



Features list:
  • Requires no additional processes running after patching
  • Has a theoretical 100% success rate due to it being hardware independent
  • Efficiently coded with safety checks to prevent damage to a Windows installation
  • Uninstall option
  • Complete removal of all genuine related elements visible to the user, whilst keeping the core activation system active, allowing you to pass various genuine checks without issue
  • Progress bar to allow overview of completion time
  • A completley safe solution with zero risk of bricking your bootsector or rendering your pc unbootable.
Download
Click Here To Download

Monday, February 20, 2012

Internet Download Manager (IDM) 6.05 Full version


Internet Download Manager  (IDM) is a Downloader tool to increase download speeds on internet. The new IDM program is to enable us to increase download speeds up to 500% better than even download without IDM. Internet Download Manager 6.05 has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Simple graphic user interface makes IDM user friendly and easy to use. We have provided crack or patch IDM in package download include tutorial how to crack IDM.
Internet Download Manager 6.05 Fixed compatibility problems with different browsers including Internet Explorer 9 Final, Mozilla Firefox 4, Google Chrome. Improved FLV grabber to save videos from web players on YouTube,  Google Video, MySpace TV, and other popular sites.


Download
Click Here To DownloadMirror 1

Thursday, December 31, 2009

CrossOver Linux Professional v8.0.0

CrossOver Linux allows you to install many popular Windows productivity applications, plugins and games in Linux, without needing a Microsoft Operating System license. CrossOver includes an easy to use, single click interface, which makes installing a Windows application simple and fast. Once installed, your application integrate seamlessly with your Gnome or KDE environment. Just click and run your application, exactly as you would in Windows, but with the full freedom of Linux.

CrossOver Linux lets you use many Windows plugins directly from your Linux browser. Plugins work on any x86 based Linux distribution and will integrate with most browsers including Firefox 1.x, Netscape 6.x, Konqueror, Mozilla, and Opera. CrossOver also integrates with Gnome and KDE to let you transparently open any Word, Excel or PowerPoint file. But even better, you can open these attachment types directly from any mail client.

Tuesday, December 29, 2009

Corel Draw X4 Graphics Suite


Corel Draw X4 Graphics Suite Working Keygen

CorelDRAW Graphics Suite X4 lets you tackle creative graphics and design projects with confidence. Precision tools, market-leading file compatibility and high-quality content help you turn your creative ideas into professional results: from distinctive logos and signs, to striking marketing materials and eye-catching web graphics.


Include::

CorelDRAW X4: An intuitive graphic design and page layout application.
Corel PowerTRACE X4: The most accurate bitmap-to-vector tracing on the market.
Corel PHOTO-PAINT X4: An image-editing application developed specifically for a graphic design workflow.
Corel CAPTURE™ X4: A one-click screen capture utility.

New and Enhanced Features

- Modernized user interface
- CorelDRAW ConceptShare™
- Corel PowerTRACE™ X4
- EWindows Color System
- Adbe Color Management Module
- Enhanced Windows Vista® integration
- Interactive tables
- Independent page layers
- Integration with WhatTheFont™
- CorelDRAW Handbook – Insights from the Experts
- Support for RAW camera files
- And much more…….

Download:

http://rapidshare.com/files/324807093/C_D_Graph_Suit_X4.part1.rar
http://rapidshare.com/files/324868681/C_D_Graph_Suit_X4.part2.rar
Mirror:

http://hotfile.com/dl/21616544/bd67276/C_D_Graph_Suit_X4.part1.rar.html
http://hotfile.com/dl/21617814/918ef95/C_D_Graph_Suit_X4.part2.rar.html

FAT and NTFS Data Recovery 4.00 (Portable) (100% working)


Data Recovery Software – GetDataBack is a highly advanced data recovery software, which will help you to get your data back when your drive’s partition table, boot record, Master File Table or root directory is corrupt or lost, when a virus has hit the drive, files were deleted, the drive was formatted or struck by a power failure.
GetDataBack comes in two flavours, NTFS and FAT depending on what file system you have.
GetDataBack will recover your data if the hard drive’s partition table, boot record, FAT/MFT or root directory are lost or damaged, data was lost due to a virus attack, the drive was formatted, fdisk has been run, a power failure has caused a system crash, files were lost due to a software failure, files were accidentally deleted…
GetDataBack can even recover your data when the drive is no longer recognized by Windows. It can likewise be used even if all directory information – not just the root directory- is missing. GetDataBack can even recover your data when the drive is no longer recognized by Windows. It can likewise be used even if all directory information – not just the root directory- is missing.
The tool works at partition level and will restore files and folders exactly how they used to be. It recovers data from floppy and ZIP disks, drive images and even remote drives connected by a serial cable or TCP/IP. As the name says, it restores files from FAT/ NTFS disks – file system used by Windows NT/2000/XP, yet works on all Windows systems. Make sure you never install the program on the to-be-recovered drive and you will never lose important data.
Advanced algorithms will make sure that all directories and sub directories are put together as they were, and that long file names are reconstructed correctly. GetDataBack is read-only, meaning the program will never attempt to write to the drive you are about to recover. Please make sure to read the safety instructions…
The software enables the regular user to conduct his own data recovery by guiding him through three easy to understand steps, thus gives the advanced user the possibility to interfere with the recovery and improve the results, by examining the scan log, the file system details, file and directory information, by selecting the sector range to be scanned, by choosing excessive search for file systems or search for lost files, by calling Runtime’s DiskExplorer.
Recover files over your local network or over a serial cable – This feature enables you to run GetDataBack on one computer (”remote”) while accessing the drives of another computer (”host”). Recovering data over a network is useful, especially when you are not able to remove the drive you want to recover from and attach it to another computer.

GetDataBack recovers from:
* Hard drives (IDE, SCSI, SATA)
* USB drives
* Firewire drives
* Partitions
* Dynamic Disks
* Floppy drives
* Drive images
* Zip/Jaz drive
* Compact Flash Cards
* Smart Media Cards
* Secure Digital Cards
* USB Flash Drive
* iPod Disks

Download:
http://www.filefactory.com/file/a148494/n/GetDataBack.For.FAT.NTFS.Data.Recovery.4.Portable.by_Anas_MiR.rar
Mirror:
http://www.filehosting.org/file/details/93627/GetDataBack.For.FAT.NTFS.Data.Recovery.4.Portable.by_Anas_MiR.rar

Monday, December 21, 2009

How to Search Google Efficiently..

Basic Boolean

Whenever you search for more than one keyword at a time, a search engine has a default method of how to handle that keyword. Will the engine search for both keywords or for either keyword? The answer is called a Boolean default; search engines can default to Boolean AND (it'll search for both keywords) or Boolean OR (it'll search for either keyword). Of course, even if a search engine defaults to searching for both keywords (AND) you can usually give it a special command to instruct it to search for either keyword (OR).

Google's Boolean default is AND; that means if you enter query words without modifiers, Google will search for all of them. If you search for :

XML Java "web Services"

Google will search for all the words. If you want to specify that either word is acceptable, you put an OR between each item:

XML OR Java OR "Web Services"

If you want to have definitely one term and one of two or more other terms, you group them with parentheses, like this:

XML (Java OR "Web Services")

This query searches for the word "Java" or phrase "Web Services" along with the word "XML." A stand-in for OR borrowed from the computer programming realm is the | (pipe) character, as in:

XML (Java | "Web Services")

If you want to specify that a query item must not appear in your results, use a -.(minus sign or dash).

XML Java -"Web Services"

This will search for pages that contain both the words "XML" and "Java" but not

the phrase "Web Services."

The Special Syntaxes

inurl:
If you include [inurl:] in your query, Google will restrict the results to documents containing that word in the url. For instance, [inurl:google search] will return documents that mention the word “google” in their url, and mention the word “search” anywhere in the document (url or no). Note there can be no space between the “inurl:” and the following word.
Putting “inurl:” in front of every word in your query is equivalent to putting “allinurl:” at the front of your query: [inurl:google inurl:search] is the same as [allinurl: google search].


allinurl:
If you start a query with [allinurl:], Google will restrict the results to those with all of the query words in the url. For instance, [allinurl: google search] will return only documents that have both “google” and “search” in the url.
Note that [allinurl:] works on words, not url components. In particular, it ignores punctuation. Thus, [allinurl: foo/bar] will restrict the results to page with the words “foo” and “bar” in the url, but won’t require that they be separated by a slash within that url, that they be adjacent, or that they be in that particular word order. There is currently no way to enforce these constraints.

intext:
Searches only body text (i.e., ignores link text, URLs, and titles). There's an allintext: variation, but again, this doesn't play well with others. While its uses are limited, it's perfect for finding query words that might be too common in URLs or link titles.
Eg: intext:"yahoo.com"

intext:html

cache:
If you include other words in the query, Google will highlight those words within the cached document. For instance, [cache:www.google.com web] will show the cached content with the word “web” highlighted. This functionality is also accessible by clicking on the “Cached” link on Google’s main results page. The query [cache:] will show the version of the web page that Google has in its cache. For instance, [cache:www.google.com] will show Google’s cache of the Google homepage. Note there can be no space between the “cache:” and the web page url.

link:
The query [link:] will list webpages that have links to the specified webpage. For instance, [link:www.google.com] will list webpages that have links pointing to the Google homepage. Note there can be no space between the “link:” and the web page url.

filetype:
Searches the suffixes or filename extensions. These are usually, but not necessarily, different file types. I like to make this distinction, because searching for filetype:htm and filetype:html will give you different result counts, even though they're the same file type. You can even search for different page generators, such as ASP, PHP, CGI, and so forth-presuming the site isn't hiding them behind redirection and proxying. Google indexes several different Microsoft formats, including: PowerPoint (PPT), Excel (XLS), and Word (DOC).
Eg: homeschooling filetype:pdf

"leading economic indicators" filetype:ppt

related:
The query [related:] will list web pages that are “similar” to a specified web page. For instance, [related:www.google.com] will list web pages that are similar to the Google homepage. Note there can be no space between the “related:” and the web page url.

info:
The query [info:] will present some information that Google has about that web page. For instance, [info:www.google.com] will show information about the Google homepage. Note there can be no space between the “info:” and the web page url.

define:
The query [define:] will provide a definition of the words you enter after it, gathered from various online sources. The definition will be for the entire phrase entered (i.e., it will include all the words in the exact order you typed them).

stocks:
If you begin a query with the [stocks:] operator, Google will treat the rest of the query terms as stock ticker symbols, and will link to a page showing stock information for those symbols. For instance, [stocks: intc yhoo] will show information about Intel and Yahoo. (Note you must type the ticker symbols, not the company name.)

site:
If you include [site:] in your query, Google will restrict the results to those websites in the given domain. For instance, [help site:www.google.com] will find pages about help within www.google.com. [help site:com] will find pages about help within .com urls. Note there can be no space between the “site:” and the domain.

allintitle:
If you start a query with [allintitle:], Google will restrict the results to those with all of the query words in the title. For instance, [allintitle: google search] will return only documents that have both “google” and “search” in the title.

intitle:
If you include [intitle:] in your query, Google will restrict the results to documents containing that word in the title. For instance, [intitle:google search] will return documents that mention the word “google” in their title, and mention the word “search” anywhere in the document (title or no). Note there can be no space between the “intitle:” and the following word.
Putting [intitle:] in front of every word in your query is equivalent to putting [allintitle:] at the front of your query: [intitle:google intitle:search] is the same as [allintitle: google search].


daterange:
Limits your search to a particular date or range of dates that a page was indexed. It's important to note that the search is not limited to when a page was created, but when it was indexed by Google. So a page created on February 2 and not indexed by Google until April 11 could be found with daterange: search on April 11. Note that daterange: works with Julian, not Gregorian dates (the calendar we use every day.)
Eg: "George Bush" daterange:2452389-2452389

neurosurgery daterange:2452389-2452389


Saturday, December 12, 2009

Track E-mail

Here’s a quick how-to guide on how you can track email to it’s originating location by figuring out the email’s IP address and looking it up. I have found this to be quite useful on many occasions for verification purposes since I receive lots of emails daily due to my blog. Tracking the IP address of an email sender does require looking at some technical details, so be ready to dig your heels in!

There are basically two steps involved in the process of tracking an email: find the IP address in the email header section and then look up the location of the IP address.
Finding the IP address of an email sender in GMail, Yahoo Mail, and Outlook

Let’s go ahead and take a look at how you would do this for Google, Yahoo and Outlook since those are the most popular email clients.

Google’s Gmail

1. Log into your account and open the email in question.

2. Click on the down arrow that’s to the right of the Reply link. Choose Show Original from the list.



Now here’s the technical part that I was telling you about earlier! You need to look for the lines of text that start with “Received: from“. It might be easier to simply press Cntrl + F and perform a search for that phase. You’ll notice that there are several Received From’s in the message header. This is because the message header contains the IP addresses of all of servers involved in routing that email to you.



To find the first computer that originally sent the email, you’ll have to find the Received From that’s farthest DOWN. As you can see from the above image, the first one is from a computer called “aseem” with the IP address 72.204.154.191. Then it was routed to my ISP’s server at eastrmmtao104.cox.net and so on and so forth till it got to your email server.
The computer aseem is my personal home computer and that’s my public IP address for my house! I’ll go through Yahoo and Outlook before talking about tracking the location of that IP address.

Yahoo Mail Beta

1. Log into your account and open the email (if you’re using Yahoo Mail Beta with the new preview interface, make sure you double-click on the email so that it opens in a new tab)

2. At the top right, you’ll see there is a drop-down option where Standard Header is selected by default.

3. Click on it and choose Full Header.


Again, you’ll see the same information as before, just in a different window:



Microsoft Outlook
1. Open the email in Outlook by double-clicking on it

2. Go to View at the top menu (the menu options for the email, not the main Outlook window) and choose Options.
 
You’ll get a dialog box where you can set the message options and at the bottom you’ll see the Internet Headers box. For some silly reason, the box is very small and you have to scroll a lot, so it’s best to simply copy and paste the text into Notepad to view it more easily.


Tracking the location of an IP address

Now that we have our originating IP address of 72.204.154.191, let’s find out where that is! You can do this by perform a location lookup on the IP address. My favorites are IP2Location and GeoBytes IP Locator.
GeoBytes gave me a big map of New Orleans, LA along with a bunch of other information about the location itself.



Friday, December 11, 2009

Heart

Heart Wallpaper..

Thursday, December 3, 2009

Change Text from Start Menu



Lets start...
Step 1 – Modify Explorer.exe file
In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems. Navigate here (http://www.users.on.net/johnson/resourcehacker/) to download Resource Hacker.

The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe as shown in Fig 01.


Fig. 01
The category we are going to be use is String Table. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the string
table as shown in Fig 02. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

 

Fig. 02

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Anas Mir as shown in Fig. 03.


Fig. 03


Compare the screen captures in Fig. 02 and Fig. 03 and you’ll notice that after the new text string has been entered the Compile Script button that was grayed out in Fig. 02 is now active in Fig. 03. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. See Fig. 04. Save the newly named file to C:\Windows.


Fig. 04

Step 2 – Modify Registry
Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry, go to Start -> Run and type regedit and Press Enter.
Navigate to:
            HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon


Fig. 05


In the right pane (Fig. 05), double click the Shell entry to open the Edit String dialog box as shown in Fig. 06. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.


Fig. 06
Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.

Saturday, November 28, 2009

Win Customizer V 3.1



 

Features:

*  Change Toolbar's Background
*  Modify Drives background
*  Change Drives icon
*  Set OEM logo
*  Set OEM setting
*  Enable/Disable Autorun Drives
*  Lock/Unlock All Drives
*  Hide All Drives
*  Remove User from welcome screen
*  Decrease Boot Delay
*  Change Computer Name
*  Change IE window Title
*  Add Copy To/Move to context menu
*  Lock Home Page
*  Disable/Enable Window logo key
*  Disable/Enable Task manager
*  Disable System Beep
and many more...


Download
http://www.filexoom.com/showfile-15293/wincustomizerv31.zip