April 27th, 2008 Jeremy
I recently got Ubuntu 8 to dual boot with Vista and soon realized it was a pain to have two places to store my music, documents, images, etc. I thought about using an extra harddrive as a shared harddrive where I could keep files for both. But I’m highly organized on the computer (which is funny, since I’m not all that organized off the computer) and didn’t want to deal with creating sixty billion folders and I also liked keeping files in Vista’s Documents, Music, etc. folders. In addition to that (yes, I’m trying to prove to you that I’m not just lazy), I didn’t want to fill up the harddrive with all my files. I’d rather keep them all spanned out across three or four harddrives. The only way to do that was with syncing software. So I tried Vista’s syncing software, but apparently that only works with media devices. You’ve failed me again Microsoft!
Read the rest of this entry »
Posted in Internet, Linux, Technology, Windows | No Comments »
April 18th, 2008 Jeremy
note: This has only been confirmed to work with Windows XP
Want to piss someone off? Next time you’re at their house, open up notepad on their computer and type the following:
text1=msgbox(”Click yes to undo”,52,”!”)
text1=msgbox(”Are you sure you don’t want to undo?”,52,”!”)
text1=msgbox(”Well whatever. It’s your computer.”,52,”!”)
Now hit Ctrl+S (save) and change the Save As Type from .txt to All Files. Now name the file popup.vbs and hit save. Feel free to open the file to test it out. All it does is pop up a warning box (to edit the text that displays, change the text in the code. The ‘!’ part is the title, not some weird bit of code).
Now click/drag or cut/past the vbs file into some directory your friend won’t stumble onto. Try the Program Files folder or something. Now right click on the icon and click Send to… -> Desktop (Create Shortcut).
Now click the start button and under All Programs should be a folder called startup. Open it up and put the shortcut to your vbs file into it. Whenever you friend turns on their computer, the warning box(es) will pop up.
Posted in Funny, How To, Windows | 3 Comments »
April 16th, 2008 Jeremy
For the writing of this article I used Windows XP Professional SP2.
I recently got sick of using an FTP program every time I wanted to upload files to my site. So I searched around for solutions (thinking I could ftp via some hidden Windows program) until I found out that you can FTP via Windows Explorer. Not Internet Explorer, but Windows Explorer.
Connecting
To start your connection, open up My Documents (or any folder on Windows you want). In the address bar, type in the ftp address to your site (Example- ftp.sitename.net). After a few seconds, a box will pop up telling you that you cannot connect. Close the box and right click inside of the folder you were just trying to connect through. Select “Login As” and type in your log in information. Click connect and -poof- you’re connected to your site via ftp via windows explorer.
Make Future Connecting Easy
Close out that window (or keep it open if you’d like) and open up your start menu. On the right side of the menu, under My Computer should be My Network Places; click that. On the left, click “Add a Network Place” . Go through the wizard until you can choose between MSN Communities and Choose Another Network Connection. Select the latter and click next. Now type in your ftp address and hit next one more time (make sure to type ftp:// before your ftp address). Unclick Login Anonymously and type in your login name. Name the connection and hit finish. You will now be able to instantly connect to your site via My Network Places. For extra ease, place a shortcut to the connection on your desktop or quick launch bar.
Posted in How To, Internet, Technology, Windows | 3 Comments »
January 19th, 2008 Jeremy
One of the greatest things about Mozilla Firefox is the addons. And since a lot of Firefox developers are web designers, there’s a ton of tools made just for web designers. So I present to you my 5 favorite. Which means they’re the best, I guess.
Read the rest of this entry »
Posted in Internet, Microsoft, Technology, Web Design, Windows | No Comments »
January 11th, 2008 Jeremy
love to play games. So much so that I like to do other things while I play them. For example, while playing World of Warcraft, I often have to read up on something in the WoW Wikipedia or the official site. So instead of minimizing the game, I have it set to windowed mode.
World of Warcraft has really spoiled me, because it has excellent built-in windowed mode support. But most games don’t. The other PC games I play a lot are Sim City 4 and The Sims 2. Neither of which have any built-in support for windowed mode. This is quite annoying for me, because I’m one of those people that likes keeping an eye on their buddylist, inbox, etc. So I googled around to find the answer and now I’ll share it with you. First of all, find the shortcut to the game (or the actual .exe file of the game. Either will do) and right click on the icon. Then click Properties.
On your game there should be a little box with the path to the game in it (labeled as “Target:”). At the end of the path (after the final quote mark), type -window. Then click “OK”. This only works with some games, so you might need to try just -w after the final quote instead of -window. If you have no idea what I’m talking about, just look at the above image. It’s the “final product” of this whole thing. Even with one of the two at the end of the path, it still might not work. I have no idea why, but some (maybe most) programs don’t have support for that. So if those don’t work, you can give 3D-Analyze a shot. Amongst other things, it can force games into windowed mode. To do this, unzip the files into a directory and run 3DAnalyze.exe. Then click “SELECT” and find and select the .exe for the game you want to run in windowed mode. NOTE: It HAS to be the .exe. Using the shortcut doesn’t work with this thing. After you’ve selected it, click off “Force Windowed Mode” at the bottom of the “Performance” column. Then click RUN.
This also may or may not work. But hopefully one of the two methods I’ve given will work for you. If not, actually check your game to see if it has it already. It’ll be under the graphics or display setting. I’ll be updated this article as I find new ways to force windowed mode.
Posted in Gaming, How To, Windows | 2 Comments »