Wednesday, August 19, 2009
SwagBucks: The best way to get free stuff online
Swagbucks
This is the best way to get free stuff online. It is super simple, all you have to do is search using their search engine, just like you would do with google. When you search, you will earn swagbucks. Once you get enough swagbucks, you can get a free prizes! Iphones, Mp3s, instruments, ext.
And, unlike other sites, swagbucks doesn't want your creditcard or other harmful information. And I'm really writing this post because i thought it was a good site, not because i was paid to do it or something. I think you should check it out, using this link. Send your friends this link to, they would love the site!
Swagbucks
-Tech-drummer
Friday, February 27, 2009
22ed Century Technology Is Officially Closing.
And So is Upbeatpc.com (Failed website attempt that we never really worked on).
This closure is due to Spam (Comments), and loss of interest in the blog.
Really, the full story is, We thought ," Lets ditch the blog and make a full blown website". We started out nicely, But then just stopped working on the website. (We never even finished the design, whats on there now was kind-of a "test"). Feel free to browse the Blog and site for past articles. Although the site will likely be shut down, the blog will stay up freely for anyone to browse.
In other news, I [Tech-drummer] have started a new blog. It is mainly focused on software and graphic design. Here is the link, http://alecsgraphics.blogspot.com/
Feel free to check it out and comment. Also, Budgetperson is currently working on a blog. I will publish the link once he gives me it.
Hope you will keep on reading our new blogs. Thanks again for all the (NOT spam) Comments, and all the efforts that , as of this last post, that gave this blog 26,197 visitors.
-22ed Century Technology
Sunday, September 14, 2008
Upbeat PC Is up and running!
http://www.upbeatpc.com/
Thanks!
-Tech-drummer
Thursday, July 17, 2008
Upbeat PC! New awesome Website thats coming out soon!
Monday, June 30, 2008
Memory Usage - IE8 beta 1 vs Firefox vs Opera
But now, with the release of firefox version 3, Mozilla has promised to fix over 300 memory leaks. Memory leaks occur when the browser fails to dispatch memory that it has already used, (happens especially, though not always, when you go to a lot of sites in the same tab).
These are the version numbers of the browsers we used -
- Firefox 3
- Opera 9.5
- IE8 beta 1
We went to the nba channel on youtube, and played all of the videos in the playlist "There Can Only be One" in high quality (if available). After a couple seconds after they all played, we went to Windows Task manager to see which one consumed the least amount of memory.

Here are the results -
- Firefox 3 - 53092 kb
- Internet Explorer 8 Beta 1 - 59701 kb
- Opera 9.5 - 85832 kb
-22nd Century Technology
Saturday, June 28, 2008
Macs are computers too!
With 8 cores, this is the fastest mac yet. And if your not building, this is the fastest computer on the market.
Even though the price starts at $2,799.00, if you had $20,000 laying in the bank, you could get this machine with two 3.2GHz Quad-Core Intel Xeon, 32gb of ram, a Mac pro RAID card,FOUR 300gb 15,000-rpm SAS Drives ,a NIVDIA Quadro FX 560 1.5gb video card, 2 16x superdrives, and to top it all of a airport extreme wi-fi card. But remember that is just the computer. If you had $5,000 more, you could get all the software, a protection plan, and 2 30" monitors.
Of course, you can configure it yourself, with lots of options, at http://www.apple.com/macpro/
Post a comment!
-tech-drummer
Thursday, June 26, 2008
Howto: Wine with Linux
How To: Run Your Windows Applications in Linux.
So you want to run your Windows applications on Ubuntu but don't know where to start? This guide explains step-by-step instructions on how to do it in a really simple way. Just follow step-by step.
Although there are numerous programs that can do this job – the most common way to do it is to use Wine (Wine Is Not an Emulator), and that is what we will use here.
To set up Wine all you need is -
A working 32-bit Linux OS installed to your hard drive (or through a VM) *You can do 64-bit but these instructions are for 32-bit only
An Internet Connection (or someone who does)
A little bit of common sense and patience
First of all we have to get Wine. To do this all you have to do is run the shell script that I made which will automatically put the wine repository in your list, update apt, and install wine.
First of all download the script from here.
Go to the folder in which you downloaded the script, and right click and go to properties.
Go to the “Permissions” tab.
Check “Allow Executing file as a program”
After that, double click on the executable and say “Run in Terminal”
The script will install wine and close, once it is done wine is installed! Simple right?
Next all we have to do is install an application. We all don't have the same applications – so as an example I am going to use Notepad++. It is a text editor more advanced than notepad (for programming) and it works wonderfully in Wine. You can download it here. (If you download yourself, use version 4.8.5 , the 5.0 beta does not work). Once it is done, go to the folder in which you
downloaded it, right click it and there should be an option saying - “Open with Wine Windows Emulator”. If that doesn't show up, you will have to take some extra steps. Go to “Open With Other Application”. Use a custom command – and put in “wine” (without quotes).
When you open the notepad++ installer, the installation screen should show up asking you which language to pick (Illustration 1). Then you can just go through the installation process as you normally would as if you were in Windows.
Afterwards, you would get an icon on your desktop that says, “Notepad++” . You would also get it in the menu (after it refreshes). (If it asks you to update, say no). Double-click it and there you go. You are running notepad++ in wine!
Not all software is that easy, but then again, some are. If you need help installing a particular program, you can google it, or search the Wine Application Database. This is a database which has a list of programs which work or do not work with Wine.
Also, if you are willing to pay, there are some proprietary wine solutions out there.
CodeWeavers CrossoverOffice This is a wine derivative and makes it very easy to install windows applications through its interface, I recommend to try the beta and see if you are willing to pay $40 for it.
CodeWeavers CrossoverGames This is like CrossoverOffice except it is meant for games.
Cedega – This is another application that helps you play your games on Linux. I cannot say anything about CrossoverGames vs Cedega (since I haven't tried them). The only thing I know is that Cedega is cheaper than Crossover Games.
-22nd Century Technology