Sunday, November 1, 2009

How To: Make Your XP Look Like Mac OSX In 3 Simple Steps

There are two ways to accomplish the OSX look: the easy way – with a transformation pack, and the hard way – manually. Here shown how to do this the easy way. So here’s how it’s done the easy way:
Step 1: Get a transformation pack.

The best Mac OSX transformation pack for Windows XP is probably FlyakiteOSX. The creator’s website itself is worth the visit, but if it doesn’t load in your browser, get Firefox, and here’s a download link.

Step 2: Install

Run the installer and when you get to the following screen, MAKE SURE you check the box Create SystemRestore Point. The transformation pack will change a lot of system files and settings and although you should be able to uninstall easily later, you might find yourself in a mess if something goes wrong. This way you can always do a System Restore. Check any other options you want and you’re ready!How to make your XP look like Mac OSX - xptricks.net

Step 3: Enjoy!

After the restart, you should be able to convince all, but the most die-hard Mac lovers that you have an OSX. This is what your desktop should look like now:How to make your XP look like Mac OSX - xptricks.net

Like other goodtransformation packs, this also leaves you a nice Mac OSX shutdown screen:How to make your XP look like Mac OSX - xptricks.net

…And a Mac OSX logon screen:How to make your XP look like Mac OSX - xptricks.net

Saturday, October 31, 2009

How To Make Your XP Look Like Vista


Tired of your XP? Want to buy Vista? Well, don’t. Vista is still full of bugs and not reliable yet. So what’s so good about it? Most people like the new and pretty looks.
It’s a great idea to mix together the good things from both Windows systems: the reliability of XP and looks of Vista. Lets go over this, step-by-step so you can easily follow.
Vista Theme on XP - xptricks.net

1.Change the theme. This is probably the most important thing when trying to make your XP look like Vista. You will need a good Vista-ish theme, I recommend VistaXP or YAVFC. You should be able to get some good ones from Deviantart.
But before you can install 3rd party themes, you will need to patch up youruxtheme.dll file. This file tries to stop you from using other themes than Microsoft’s own. Here are the patches for service pack 1 and service pack 2. (If you’re not sure which Service Pack you have, or what it even is, make sure you take a look at this post.)
You can replace the file manually, but the easiest way is to use replacer, which also backs up the old file in case anything goes wrong..
To replace, go to C: \WINDOWS\System32 and look for uxtheme.dll, which should be among the bottom half of the files. Drag it into the replacer window. Now drag the patch which you downloaded into the window and confirm.
To install a theme, download and unzip into the C:\WINDOWS\Resources\Themes folder.
You’ll also need StyleXP to use the themes.
Now that the hardest part is over, take a deep breath and give yourself the good-old pat on the back.
2. Download the Vista cursor pack. Unzip it to your desktop or anywhere where you can find it later. Now, go to Control Panel -> Appearance and Themes -> Mouse Pointers and open thepointers tab. Click a cursor, press Browse and find the corresponding Vista cursor from the pack you downloaded.
Try Yahoo! Widgets or Thoosje for that Vista signature sidebar.
If you want to, you can also get the TRANSPARENT explorer and internet explorer, which are almost as good as the real ones.
3. A transformation pack is also necessary if you want to go all the way. Basically, what this does, is that it replaces the startup, logon and shutdown screens of XP and makes them look like Vista. You will need to sacrifice some startup speed, but that’s the price.
Here’s a good transformation pack by Windows X.
This is what my XP desktop looks like after a little bit of tweaking:

So, congratulations on your new „Vista“ and make sure you show it off to your friends

10 Reasons Why Firefox and Opera Are Better Than Internet Explorer


I don’t know anyone who knows anyone who uses IE. Because… As most of us know, Internet Explorer sucks. Here’s why:
  1. No more ads! IE doesn’t have a decent integrated ad-blocking device. Opera and Firefox, on the other hand, have the excellent AdBlock plugin. Of course, if you like to support a site with a few clicks you can set it to show ads for that site. Bloggers (like me) are ever so happy when they get a click or two. 
  2. Fast security updates – Internet Explorer’s security updates come with Microso’s usual once-per-week schedule. By that time, Firefox has updated itself several times already. Fast updates are very important for security as they help to protect browsers from the newest security threats.
  3. Reasonable tabbed browsing – Internet Explorer’s tabs are quite a mess. Can’t close them when they’re open and no way to bookmark any at the same time.
  4. Accepting certificates – IE shows the finger to all security certificates it doesn’t trust for some reason. Using your company’s solutions can be quite difficult…
  5. Web standards – Firefox’s and Opera’s support of web standards is better.
  6. Portability – You can take Opera or Firefox with you anytime on a memory stick or flash memory device. Internet Explorer is stuck in your Windows.
  7. Only for Windows – IE is only made for Windows. Firefox, Opera and even Safari are all made for several operating systems.
  8. Customization – Opera has a heap of widgets to use. Firefox has tons of plugins and themes so you can make your favorite browser work and look any way you like. Try that on Internet Explorer! 
  9. Password Management – Firefox and Opera let you choose to delete remembered passwords and Firefox even lets you set one master password to protect the others. IE remains unprotected.
  10. Speed – On Windows XP, both Firefox and Opera are much faster than IE7 when several pages are open. Internet Explorer’s speed is better on Vista, but come on – you need Vista for that!

How to: Make 4 fake computer viruses!


Why not have some fun and prank your friends? There are several kinds of fake virus messages you can make. I will discuss 4 of them:
1. Fake error message

This one is by far, the easiest one to make and all you have to do is to make a new text document with notepad, type msg * YOUR MESSAGE and save as anything.bat. As always, make sure that you select All files instead of Text Document.

2. Forced shutdown

This will display a custom error message and start a countdown which will shut down the computer.

Right-click your desktop and create a new shortcut.
Paste the following code into the Location box in the Create Shortcut
 menu:
shutdown -s -t 30 -c “Your message here

Replace 30 with the length of the countdown you want (in seconds) and place your custom error message between the quotes. Click next and name the shortcut to something the victim would be likely to click on such as “Internet explorer” or “My Documents”, etc.

Next you’d want to change the icon. Right-click on the shortcut you made and click properties. Find the Change Icon button and click it. Choose a suitable icon for the name you chose earlier.

And that’s all! Now you just have to sneak the shortcut onto the victim’s desktop and run!

Note: to stop it, open Run from the start menu and type shutdown-a.

3. Endless Command prompt windows
This will open up a series of command prompt windows that will never end.
The basic idea is that there are two .bat files that open the
 other one when opened, so the other one opens the first one again and the windows just won’t stop coming.
How to do this:
1. Fire up notepad and type: 
start 2.bat
2. Save it as 1.bat (make sure you choose all files when saving it)
3. Make another new text document and type: 
start 1.bat
4. Save it as 2.bat into the same folder as the other one.

All you have to do to start it is to click on either of them.

The on
ly way to stop it is to wait for the windows to become so numerous that they are a group on the taskbar. Then you can use Close group to get rid of the bastards.

4. Fake Command prompt viruses
These are also a good way to make the victim believe that a worm is gnawing at their hard drive and that they can’t do anything to stop it.
Open up notepad and type @echo off
  • To make text appear, type it after an echo tag.
  • To have the the commands wait for the user to press any key type pause
(Note: if you write pause >nul it won’t display Press Any key to continue…)
  • To have a complete high-speed description of files in the drive of the .bat file, type dir /s
  • You can also initiate any other command we covered earlier, such as shutdown, error message, etc.
And why no include all of these in one fake virus?
For example:

I can’t post the batch files here, as sharing .bat files over the internet is illegal.

How to: change the start button text on Windows XP




Tired of the boring old “start” button at the bottom left corner of your Windows XP’s monitor? Want something new to replace iit? Well here’s how to change it.


With a few modifications in the Windows Registry, you can replace the “start” text with anything you like. Great for achieving a new, custom look for your Windows XP. So let’s get started.

Step 1: Modify explorer.exe

If the warning didn’t scare you enough, then the title of this step probably did. Yes, we are going to change Explorer, the backbone of your Windows XP, but don’t worry. Everything should be safe as long as you follow the steps closely.
As explorer is a binary file, we need a special tool to modify it. One of the best ones for this purpose is Resource Hacker. There are of course others that will get the trick done, but we will be using RH this tutorial so I recommend installing it to avoid making mistakes. Install it and let’s continue.
As always before changing anything. you want to back up. So open My Computer and navigate to   and look for explorer. Copy paste it to a safe location on your hard drive.
Now that you’ve backed it up, fire up Resource Hacker and find the same explorer.exe.

When you’ve found and opened explorer in RH, navigate to String Table -> 37 -> 1033. The “start” value is on line 4, after the 578. Change the text “start” to anything you want, making sure you keep the quotes. In this example. I changed the text to xptricks.net.

Press the Compile Script button to make Resource Hacker put together the code. Now click File and Save the script as explorer.exe. into C: \WINDOWS\inf or another C: \WINDOWS subfolder.
Note: make sure you choose Save AS, NOT just save!!
And that’s all for the first step! Now let’s move onto the second one -modifying the registry.

Step 2: changing the registry.

By now, you have a modified explorer sitting in the /inf/ subfolder, so we need to tell Windows to use that one, instead of the original one still resting untouched.
To do this, we need to make just one simple registry modification. To open up the registry, press start (something else soon ;) ) -> run and type regedit.
In the registry editor window that opens, navigate toHKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\ Windows NT\ CurrentVersion\ Winlogon and look for the registry entry “shell”. Click it.

Change the explorer.exe to inf/explorer.exe or whereever you saved the modified explorer.
And believe it or not, you’re done! All you have to do now is reboot or log out and bacö in to see the changes. Enjoy your new custom Windows XP start button!


Set Website as Your Desktop Background


Here is an simple but interesting tweak that is applicable on Windows.You can set a Website(Webpage) as your desktop background. The site in background works as a normal site and opens the link in new window.Now u can search all your google querries on your desktop itself.


Steps:
1: Right click your desktop and go display Properties.
2: Select Desktop Tab, Click on "Customize Desktop".
3: In Desktop Items window Select "Web" tab.
4: Click on "New", add ur websites url and complete the wizard.
5: Apply setting and OK.


Thursday, October 1, 2009

Making Your Own Internet Radio Station

If you want to set up a broadcast but either don't want to pay the fees for Live365, go through the trouble of configuring your computer for SHOUTcast, or just cannot devote your computer's time and resources to being a dedicated server, there is still an option. You can broadcast from your computer whenever you want, for practically nothing, using only your dial-up connection (or broadband connection if you have it). 


The Radio told here is made using SHOUTcast and winamp. Making your own Internet Radio Station is much easier than u think it to be. Follow the simple steps mentioned in the video.



Steps to make Internet Radio Station:
  1. Go to Listen2myradio.com
  2. Click on Sign Up.
  3. Enter your Username, password, email etc here.
  4. After that you have done, you should be able to login. So just login with your username and password
  5. Go to Radio Installation.
  6. Enter your admin and Broadcast Passwords. Its easy of they are same password. Also enter your radio name and URL to whatever you like.
  7. Click Install.
  8. Click on Turn ON/OFF. Turn ON ur radio. 
  9. Go to preferences for more detail about your radio.
  10. There is your Broadcast address you need later.
  11. Now goto SHOUTcast.com.
  12. Click on Download/Be a DJ.
  13. Now you need to get winamp. So download it from there.
  14. After this go back to shoutcast.com to download the plug-ins for your winamp and install it.
  15. Then open your winamp and open preferences (Ctrl+P) and click on the DSP/Effects subcategory under the plug-ins.
  16. Click on shout cast plugi. Then click Configure Active Plug-in.
  17. A SHOUTcast source window will open there.
  18. Now for the connection, Go back to your preferences. Copy and Paste your IP and port addresses. Then put your Broadcast password and Encoder to 1.
  19. Then in Yellowpages tab choose your description and post your radio URL which you can get from again from radio preferences page.
  20. Enable Track Title, that help listeners know the track getting played.
  21. Now Goto Encoder Tab and choose whatever encoder setting your sound card can handle. Remember High rate will give good quality sound.
  22. Now  goto input tab and make sure Input device set to winamp.
  23. Now finally goto output tab and press Connect.
Your Internet Radio station is set. Go play your best songs on winamp it will be broadcasted to your radio URL and people around the world can listen your best collections. SO enjoyyyyyyyyyyy.............. :)

Friday, July 31, 2009

Photosynth - Coolest Imaging and Social Technology


Photosynth, a new service available at photosynth.com that will change the way you experience and share photos. Photosynth is a software application from Microsoft Live Labs and the University of Washington that analyzes digital photographs and generates a three-dimensional model of the photos and a point cloud of a photographed object. Pattern recognition components compare portions of images to create points, which are then compared to convert the image into a model. Users are able to view and generate their own models using a software tool available for download at the Photosynth website.


Process

The Photosynth technology works in two steps. The first step involves the analysis of multiple photographs taken of the same area. Each photograph is processed using an interest point detection and matching algorithm developed by Microsoft Research which is similar in function to UBC's Scale-invariant feature transform. This process identifies specific features, for example the corner of a window frame or a door handle. Features in one photograph are then compared to and matched with the same features in the other photographs. Thus photographs of the same areas are identified. By analyzing the position of matching features within each photograph, the program can identify which photographs belong on which side of others. By analyzing subtle differences in the relationships between the features (angle, distance, etc.), the program identifies the 3D position of each feature, as well as the position and angle at which each photograph was taken.



The second step involves the display of and navigation through the 3D point cloud of features identified in the first step. This is done with the publicly downloadable Photosynth viewer. The viewer resides on a client computer and maintains a connection to a server that stores the original photographs. It enables a user to, among other things, see any of the photographs from their original vantage point.
The Photosynth D3D based viewing software is only available to the Windows Vista and XP operating systems. The team recently released a Silverlight version of the viewer.

Capabilities

  • Walk or fly through a scene to see photos from any angle
  • Zoom in or out of a photo
  • See where pictures were taken in relation to one another
  • Smoothly change viewing angle between nearby photos
  • Smoothly zoom in and out of high-resolution photos
  • Find similar photos to the one you're currently viewing
  • Send pictures

Thursday, July 30, 2009

TED sixth sense technology

I can't really describe Sixth Sense in a line. Sure, it is a system that projects information about what surrounds you over objects' surfaces, but it's also much more.



Basically, Sixth Sense is a mini-projector coupled with a camera and a cellphone—which acts as the computer and your connection to the Cloud, all the information stored on the web. Sixth Sense can also obey hand gestures, like in the infamous Minority Report.
However, instead of requiring you to be in front of a big screen like Tom Cruise, Sixth Sense can do its magic—and a lot more—everywhere, even while you are jumping hysteric over Oprah's sofa.
The camera recognizes objects around you instantly, with the micro-projector overlaying the information on any surface, including the object itself or your hand. Then, you can access or manipulate the information using your fingers. Need to make a call? Extend your hand on front of the projector and numbers will appear for you to click. Need to know the time? Draw a circle on your wrist and a watch will appear. Want to take a photo? Just make a square with your fingers, highlighting what you want to frame, and the system will make the photo—which you can later organize with the others using your own hands over the air.
But those are just novelty applications. The true power of Sixth Sense lies on its potential to connect the real world with the Internet, and overlaying the information on the world itself. Imagine you are at the supermarket, thinking about what brand of soap is better. Or maybe what wine you should get for tonight's dinner. Just look at objects, hold them on your hands, and Sixth Sense will show you if it's good or bad, or if it fits your preferences or not.
Now take this to every aspect of your everyday life. You can be in a taxi going to the airport, and just by taking out your boarding pass, Sixth Sense will grab real time information about your flight and display it over the ticket. You won't need to do any action. Just hold it in front of your and it will work.

The key here is that Sixth Sense recognizes the objects around you, displaying information automatically and letting you access it in any way you want, in the simplest way possible.
Clearly, this has the potential of becoming the ultimate "transparent" user interface for accessing information about everything around us. If they can get rid of the colored finger caps and it ever goes beyond the initial development phase, that is. But as it is now, it may change the way we interact with the real world and truly give everyone complete awareness of the environment around us.

Wednesday, July 29, 2009

Polaroid ZINK

ZINK™ stands for Zero Ink™ - a new and simpler approach to printing where high quality, colorful, durable and affordable prints are magically created – all without a drop of ink. The ZINK Technology, invented by ZINK Imaging, encompasses both the ZINK Paper™ and the intelligence embedded in every ZINK-enabled device. Over 100 patents and patents pending were generated in the development of this breakthrough technology.


The heart of this new "ZINK" category of printing is the ZINK Paper™. The patented ZINK Paper is an advanced composite material with embedded yellow, magenta and cyan dye crystals, activated with 200 million heat pulses, in 30 seconds, in a single pass. With 100 billion crystals in a 2x3" print, the paper is 100% inkless. A ZINK-enabled printer uses heat to activate and colorize these crystals. Because there is no ink, every ZINK-enabled device has the unique benefits of being small, simple, elegant, and eco-friendly.


Polaroid is leveraging the ZINK Technology to bring a new family of digital instant products to the marketplace. The Polaroid Digital Instant Mobile Photo Printer is the first ZINK-enabled device available.
Related Posts with Thumbnails