The Girl Next Door
marketing is deceiving…one of the sweetest movies in years
The Girl Next Door’s tagline “Matt didn’t see her coming…but all his friends have!” is very deceiving, because the movie is not like that at all. When you see this, you’ll expect a raunchy, borderline porn movie, but what you get is a refreshing, adorable, and sweet love story with great performances from Emile Hirsch and Elisha Cuthbert.
Matthew Kidman (Emile Hirsch, The Emperor’s Club, Lords of Dogtown) is not a geek by any means. He’s your everyday nice guy who’s never really ‘lived’. He is the top student, the class president, and he’s in charge of bringing a teenage super genius to the U.S.A. Everything is going fantastic, because he even gets accepted to Georgetown. Only problem is, he needs the money to get to the school, and this can only be paid by winning a scholarship. A few days before his speech on why he deserves the scholarship, Matt meets Danielle (Elisha Cuthbert, ‘24′, Weezer’s ‘Perfect Situation video), a breathtakingly beautiful girl who (after a hilarious few scenes where they meet) he instantly falls for, and she falls for him.
For the first part of the movie, you see Danielle, the near unfairly sexy girl, push Matt to limits he hasn’t gone to, such as running in the street naked, swimming in a stranger’s pool, and skipping school. They’re falling in love, and it’s easy to see on screen, and it’s adorable.
Just when it can’t get any better for Matt, things take a turn for the worse. One of his best friends, Eli (the hilarious Chris Marquette), who is a massive porn addict, goes through his collection, and finds a tape…and who is the star? Danielle. Turns out, Danielle had just quit her job as a porn star and decided to turn over a new leaf. After a near tear-jerking scene, Danielle returns to her old career by contacting her old boss, a gritty and suave porn producer named Kelly (Tim Olyphant). It’s at this point that Matt decides that he doesn’t care about Danielle’s past, and he’s in love with her. He decides that he’ll do anything to get her back, including taking on Kelly, the porn industry, and some very weird people.
After some events, the plot strays away from just Matt and Danielle, and thickens to become a real movie, not just a teen movie. The movie does an excellent job of keeping us interested, because just as the plot becomes serious, Eli and Matt’s other friend, Klitz, add some very funny moments and ideas. Yes, the movie does sound like the classic Risky Business, but it does things that separate itself from that movie. The chemistry between Hirsch and Cuthbert is magical, and despite her gigantic sex appeal, the character of Danielle is so lovable for how sweet and caring she is to Matt. There are some great plot twists that keep you interested, not to mention hilarious in jokes and one liners, and not to mention a classic quote: “The juice was worth the squeeze”. You’ll understand. Tim Olyphant is great in a somewhat opposing role, and veteran actor James Remar makes a few appearances as a porn producing giant. The movie’s ending is so great and funny that you can’t help but enjoy, not to mention mysterious, keeping you hanging by a thread the whole way through.
Registry Hacking
Display legal notice on startup:
Wanna tell your friends about the do’s and dont’s in your computer when they login in your absence. Well you can do it pretty easily by displaying a legal notice at system start up.
REGEDIT
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem]
“legalnoticecaption”=”enter your notice caption”
“legalnoticetext”=”enter your legal notice text”
Automatic Administrator Login:
Well here’s the trick which you can use to prove that Windows XP is not at all secure as multi-user operating system. Hacking the system registry from any account having access to system registry puts you in to the administrator account.
REGEDIT 4
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
“AutoAdminLogon”=”1″
No Shutdown:
Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!
Regedit
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer
“NoClose”=”DWORD:1″
Menu Delays:
Another minor and easy tweak to remove any delay from menus sliding out. For this you will need to use regedit (open regedit by going to Start -> Run…, then typing ‘regedit’ and pressing enter). The key you need to change is located in HKEY_CURRENT_USERControl PanelDesktop. The actual key is called MenuShowDelay – all you have to do is change the value to 0. Remember, you will have to re-boot your computer for this tweak to take effect.
GPEDIT.MSC And Autoplay
A great tweaking file that comes with XP is gpedit.msc. Go to Start -> Run… and then type in ‘gpedit.msc’ and press enter. This is effectively the Policies Editor, and it comes in handy often. For example, if you hate CD autoplay like I do and want to permanently disable it, you can use this tool to do so. Just run gpedit.msc, then go to Computer Configuration -> Administrative Templates -> System. In here you can see the value ‘Turn Off Autoplay’. Right-click on it and then click ‘Properties’.
Increasing options in add/remove programs:
Not a fan of MSN Messenger? don’t want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP’s ‘built in’ programs are visible. it’s fairly easy to change, though… just open the file X:Windowsinfsysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:
[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7
This is a list of all components installed at the moment. I’ve taken the example of MSN Messenger – the program entry called ‘msmsgs’, third-last line. You can see the word ‘hide’ highlighted – this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word ‘hide’ like so:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
To this:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word “,hide” and replace it with a single comma “,”.
Automatically Kill Programs At Shutdown:
don’t you hate it when, while trying to shut down, you get message boxes telling you that a program is still running? Making it so that Windows automatically kills applications running is a snap. Simply navigate to the HKEY_CURRENT_USERControl PanelDesktop directory in the Registry, then alter the key AutoEndTasks to the value 1.
Speeding Up Share Viewing:
This is a great tweak. Before I found it, I was always smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer – a fairly useless task, but one that can add up to 30 seconds of waiting on the other end – not good! Fortunately, it’s fairly easy to disable this process. First, navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry. Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}. Just delete this, and after a restart, Windows will no longer check for scheduled tasks – mucho performance improvement!
Create a Shortcut to Lock Your Computer
Leaving your computer in a hurry but you don’t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screen saver. To create a shortcut on your desktop to lock your computer: Right-click the desktop. Point to New, and then click Shortcut. The Create Shortcut Wizard opens. In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. Enter a name for the shortcut. You can call it “Lock Workstation” or choose any name you like. Click Finish. You can also change the shortcut’s icon (my personal favorite is the padlock icon in shell32.dll). To change the icon: Right click the shortcut and then select Properties. Click the Shortcut tab, and then click the Change Icon button. In the Look for icons in this file text box, type: Shell32.dll. Click OK. Select one of the icons from the list and then click OK You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.
Speed up Internet Explorer 6 Favorites For some reason, the Favorites menu in IE 6 seems to slow down dramatically sometimes–I’ve noticed this happens when you install Tweak UI 1.33, for example, and when you use the preview tip to speed up the Start menu. But here’s a fix for the problem that does work, though it’s unclear why: Just open a command line window (Start button -> Run -> cmd) and type sfc, then hit ENTER. This command line runs the System File Checker, which performs a number of services, all of which are completely unrelated to IE 6. But there you go: It works.
Aspi
WinXP does not come with an Aspi layer. So far almost 90% of the problems with WinXP and CD burning software are Aspi layer problems. After installing WinXP, before installing any CD burning software do a few things first: 1. Open up “My computer” and right click on the CD Recorder. If your CD recorder was detected as a CD recorder there will be a tab called “Recording”. On this tab uncheck ALL of the boxes. apply or OK out of it and close my computer. 2. Next install the standard Aspi layer for NT. Reboot when asked. That’s is. after the reboot you can install any of the currently working CD recording applications with no problems. If using CD Creator do not install direct CD or Take two as they are currently incompatible but Roxio has promised a fix as soon as XP is released.
Another way …
Boot from win98 cd, delete the SAM, SAM.SAV, SAM.LOg files ( in sytem32/config folder ). Note: don’t delete SAM.exe.
How to Use ANY Gadget on Vista’s SideBar
Here is a way to convert Google or almost any Gadgets and use them on your Vista SideBar. I have tried it successfully with Widgets from widgetbox too. You can transform almost any gadget into one that can live on the Windows Vista sidebar or your Desktop. Freeware Amnesty Generator lets you do it, without your having to know even a line of coding !
Download & Install Amnesty Generator (www.amnestywidgets.com/GeneratorWin.html) .Then, choose a Web gadget you’d like to turn into a Vista gadget, click a few buttons to display the gadget’s underlying HTML code. Copy and paste that code into Amnesty Generator, change a few settings, such as the gadget’s name or size, if you wish, and tell Amnesty Generator to turn it into a Windows Vista gadget. The gadget will appear in the Windows Vista Gadget Gallery. From there you can move it to the Sidebar or even your Desktop.
Internet Connection in Linux via Mobile
1.Connect the mobile via USB cable.
2. Open terminal and type su to become root.
3. It will ask for the root password, type in there.
4. Then Issue this command
wvdialconf /etc/wvdial.conf
Phone would be detected as Modem
5. Then to Edit this file(/etc/wvdial.conf), open it in a Text Editor
vi /etc/wvdial.conf
When we issued command in point 4, it showed the address of ur phone that in which USB port it has been connected. note it down from there.
“Modem = /dev/*****” #<– /dev/ttyACM0 for my sony ericcson k510i
6. When Text Editor opens the file, erase everything from there and Paste the following:
[Dialer Defaults]
Modem = /dev/ttyUSB0 # <– Replace it with the reading you got
Phone = *99#
Username = paul
Password = 1983
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Carrier Check = No
The mOdem has been configured successfully.
To dial the internet conenction type
wvdial
If eerything goes fine it wud say that connected successfully.
Press Ctrl+C to disconnect.
-
Archives
- June 2009 (1)
- March 2009 (1)
- February 2009 (1)
- October 2008 (2)
- June 2008 (3)
- May 2008 (1)
- March 2008 (8)
- February 2008 (13)
-
Categories
-
RSS
Entries RSS
Comments RSS
