1. Speed up your Windows 7

    It is not recommended to do DIY stunts like this on your Windows 7, because Windows 7's services depend on each other. Windows 7 is a lot lot lot more chaotic and messy than your plain ol' Windows XP and turning off a few services can mean your whole computer cease to function completely. So, please refrain from doing the customizations yourself, and if you still really want to make your win 7 faster, start using Add or Remove Programs and uninstall all unnecessary bloat, or even better, don't install things you don't need.


    You have now yourself a really non-responsive and slow-than-usual computer and you just don't know what the heck is causing it or don't really know how to deal with it. There are lots of ways to get your computer back to the younger days. Here I show you my method.

    My method assumes that you use your computer just for web-browsing and running regular Windows applications.

    You know how breezy your Windows feels when you boot into safe mode? However safe mode gives you a really stripped down experience, as essential drivers and services are disabled in safe mode. However, you still can have your regular Windows but with the breezy safe mode experience.

    Firstly, boot into safe mode by pressing F8 constantly on boot up, then select 'Boot Windows with networking'. After the desktop loaded, run 'msconfig.exe', and go the services tab, there you will find a list of services, then click 'disable all services'. Sort the services by clicking the 'status' title, then tick all the services that have it's status 'running' (these are the networking services).

    Then look for these services and enable them (put a tick beside the service):
    Audio
    Windows Audio
    Remote Prodecure Call (RPC)
    Windows Audio Endpoint Builder
    Multimedia Class Scheduler
    Aero Interface
    Desktop Windows Manager Session Manager
    Themes
    Performance
    Superfetch
    Turboboost (if you are using a Core series processor)
    Printing (enable this only if you do printing)
    Printer spooler

    Then, click on the Startup tab and click 'Disable all'

    After all that done, just click apply and restart your computer.

    After: Less processes and less memory usage = a more happy computer

    In the event your applications stopped functioning properly after the tweak, which is quite rare, you can just revert the changes you made by going back to msconfig.exe, and select 'Normal startup' at the startup selection.
    Continue reading »
  2. "20 Things I Learned About Browsers and the Web" look-alike

    Having seen that great HTML5 demo made by Google Team, I decided to emulate their idea by utilizing more or less the same methods used by them which is to implement interactive web content using open standards.

    So here you have it, a look-alike of the Google's book which I call it Brownbook.

    It consists of Javascript for the page turning animations and the transition of text, while CSS is used to anchor and position all the web elements, and HTML serves as the content structure.

    While it does not look exactly fancy and much more interactive than the Google's one, but hey it can be done and it's possible to make one of those books yourself. I did not manage to include the hardcover, because I'm very inexperienced in JS.

    The javascripts credits to Hakim El Hattab, one of the developers at F-i.com for the Google's book, who gave quite an insight to how the book is made and provided snippets of the codes.

    http://smartypants.dlinkddns.com:8888 Brownbook




    Continue reading »
  3. Managing Old Computer(s)

    - a typical day at file management (fail)

    Is quite a headache. Being a computer user for so long, I've never done backup or file management myself ever, mainly because the files and programs I use are usually redundant and does not have any importance at all, such as games and miscellaneous schoolworks., and when I do not need them, the files will just be deleted without much second thought, but they never got deleted anyway because the harrdrive failed and did it for me (a few times).

    Now, as file size of the programs I use grew substantially, and of course the collection of music, photos and videos are becoming larger, it's a pretty messy job to sort them out one by one, because I never had the habit of saving files I need in a systematic manner and for example unrar files wherever they are, now both the computers I'm using are in a state of chaos in terms of file management. Now only I realize, I'm paying the price of inefficiency for the collective laziness. The situation is much worse at my older Asus laptop, and now I'm painstakingly sorting files and deleting unnecessary ones. The process is slow, much due to the dilemma of 'to save or not to save'. Like some of the legacy exe files I used to use, I cannot decide whether to get rid of them or save them for archive. Very frustrating.

    But to think of it, if you still insist on using your old computer but is lazy to deal with the mess, why not use the ultimate method of getting an image or snapshot of the harrdrive, by swapping the whole old harddrive and store them, and replacing them with a new harrdrive.
    Continue reading »
  4. The Differences Between LAME MP3, WMA, and AAC+ at very low bitrate.


    Here are some demonstrations to the more obvious differences between today's most popular audio formats when pushed to the limit.


    For technical reasons, mp3 is obviously the worst method to compress your music, as it is quite an old format. Newer audio compression formats such as Vorbis, WMA Pro and AAC are generally much better as it has much less limitations.

    The original source is FLAC audio ripped from a CD.
    Continue reading »
  5. searching for music treasure - right in your mp3 player



    It might sound weird, but in fact, thats how I actually listen to my music sometimes. For a few times, I had accidentally reformatted or deleted music files in my mp3 player, and found myself panicking because I did not have any copy of the files anywhere, so I had to do data recovery on it. And to make things worst, prior to the data recovery, I copied some more music files onto it, making my effort to have a complete recovery futile. But i tried recovering it anyway, as I need to recover a long and important .wav recording from the player, and guess what, even though I've written fresh data on it, the recovery software still saw the 250mbytes REC023.wav file that I've lost, but it was listed in the lost chain and incomplete category, but I copied the whole raw data anyway. That's when the fun begins, I tried playing the .wav file, to my surprise, it did not play any recording at all, instead the whole .wav file contains all the mix of long lost mp3s which were still retaining in the flash memory, and since the files are all mp3, the recovery software actually copies the whole chain of lost mp3 together thinking that it is a one stream of .wav file. I always had the trance and house music in my mp3, and this process have somehow created a really random mix tape of it all, and actually, the random process itself have chosen some of my forgotten favourites, from Moonbeam, to Kyau & Albert, some of the bits and pieces of mp3 survived the formatting and deleting, and are together chained into the .wav file. So, instead of making a playlist, the recovery software did the whole thing for me, but sadly, not even one piece of the real .wav recording was recovered.

    The same thing also happened on my Nokia, I have an 8Gbyte microsd card which is really messy, and contains everything from videos to pictures to apps to everything, and is always filled up. I have an app called symtorrent, which I used it to download torrent straight to my phone, and once I was downloading an album which consists of all mp3 files, and I hadn't yet download it completely just at around 40%, and I tried playing the broken torrent mp3s, and to my surprise, the player jumped all around the sd card playing random bits and pieces of mp3s in the card. Whenever it reads the incomplete mp3s, it somehow got addressed to other places in the sd card, and since the incomplete mp3 is actually overwriting my past mp3 collection which was deleted, it reads the raw deleted data whenever there is a hole in the incomplete mp3. And there I go, reminiscing the past mp3s, long forgotten, and now revived by the incomplete mp3s. I thought it should've have skipped the null data, instead, it reads the data (since it's also mp3).
    Continue reading »
  6. Create your own custom font - Illustrator




    Wanting to create your own unique font for your name or logo but does not like the ones you find online? Then create one for yourself, just like how I do, here I am going to show the steps to how I make my own font using Adobe's Illustrator CS5.

    The font here is based on techno and the text I am creating is 'la vida' which means to live life in spanish, which is also my facebook name. However, you can also create your own text based on the techniques I use below.

    First, open up a new document in Illustrator and go to view>snap to grip and show grid.

    Then, create a rectangle with the rectangle tool. We are going to make the L alphabet.

    Use the Pen tool, to dot on the points like shown in the red circles, that will create a path for shape editing.
    Then, use the direct select tool to bend the point shown in the figure below.
    Then, select the upper part of the rectangle, and delete it, the result should be the same as figure below.
    Now, make another rectangle beside the L rectangle and use the Pen Tool to dot the edges for the alphabet A.
    For the V.
    For I.
    For D.
    After creating all the individual texts, select all of them and go to effect>stylize>round corners. Make sure the stroke size for all the objects in Illustrator is zero.
    I chose to use 5 pixels, as it is adequate.
    Then, open up Photoshop and make a layer with gradient settings (or whatever you like) shown in figure below.
    Select all the objects in Illustrator and copy paste them into photoshop, with the paste settings shown in figure.
    Here are some of the styles for the 'Shape Layer', however you can do whatever you like to the 'Shape'.


    The end result.
    So there you have it, a quick way to create a simple yet stylish font.

    Continue reading »
  7. Punkbuster Busted - Call of Duty 4 Modern Warfare (COD4:MW)

    I wanted to test the reliability of Punkbuster (which was to detect potential cheaters) in COD4 and this is what I get.






    A rather funny thing though, as I was expected to be greeted with "Inappropriate Software detected" or "violation detected", but instead the game continued on, even after map change, punkbuster did not seem to detect anything suspicious.

    The hacks I'm using here are the custom texture hack and the decafcoffee's dll that is injected by using Sinject. Initially, I used the texture hack due to it's undetectability, but after awhile, i wanted to up the ante because some admin banned me permanently for being funny, so i changed my cd key and ip and went back to the server. The weird thing is, PB has had detected and banned people who was using decafcoffee's hack.

    The server is an official server (202.71.97.81:28960, BolehVPN HC TDM server), and has PB enabled.

    I think it's due me using windows 7, and the security mechanism of the OS has somehow disabled the ability of PB to spy on my processes and files, plus the incompatibility of the 64bit.

    So hack as you wish as long as you are using Windows 7.




    Continue reading »
techteendaily One Line Description Avatar Logo a one place stopshop for some of your tech needs. Though this blog is not updated frequently, but it's information are still meant to be usable and feasible. As the blogger is a lazy person, and also there are no audience at the moment, so maintainence is kept to the lowest priority. If you want this blog to come alive, PLEASE TELL ME and POST COMMENTS to let me know that you care.