Invent

2009 May


New Motherboard, CPU & RAM

Well not so long ago i decided my trusty old PC could do with an update. I bought this PC around 4 years ago. Compaq Presario SR1609UK, and it cost me about £400 for just the tower. Back then it was pretty good, Sempron 3000+ processor, 1GIG DDR Ram ATI Radeon Xpress 200 chipset and the motherboard and I/O was the most appealing. It had 8 in 4 card reader on the front as well as 3 USB, Mic, Headphones, Line In Sockets and a 1349 Firewire port. The back was just as appealing, 4 USB, 1 Firewire and all the usually stuff. The motherboard itself had PCI-E x16 which was good, 4 PCI slots, and 4 RAM Sockets.

Now, if all that meant nothing to you, it basically meant that i could upgrade to future technologies easily, for example, if i wanted more ram, plenty of space, if i wanted better graphics, no problem.

Anyway, over the last 4 years it had some MAJOR upgrades, for starters 3GIG ram was slapped inside, a Sapphire Radeon x1650 Pro 256mb graphics card, and Avermedia Hybrid TV+FM HD TV Card and a Creative Sound Blaster LIVE! 24-bit sound card.. nice, was great for ages, even upgraded to vista, loved it.

Then the problem struck, applications were getting more complex and more demanding, games were getting super heavy on the processor, an there was the problem, the processor. The version of motherboard i had didn’t use the AM2 socket for processors, it meant that getting a upgraded processor would bring little improvement and then it was hard to find a processor to fit my socket.

So now we have arrived at 2 weeks ago, my pc became stupidly slow with the programs i need to use, i mean it was taking me just over 2 hours to convert and burn a DVD (take note of this). Now i looked high and low for weeks, trying to find a suitable upgrade, and then i found it.

AMD Phenom x4 9650 True-Quadcore
High end MSI Motherboard
4GIG DDR2 800 RAM

i saved my money, i ordered, paid, and waited patiently every morning for the delivery man to arrive.

When it finally arrived, i installed a 64-bit copy of vista, and the first thing i done was run the windows rating test. here’s the result.

Capture This was a major improvement, especially considering my laptop which is only about 2 years old and cost £500 has a score of about 2.4. Now, as you can see from that score above, gaming graphics and the hard disk are letting me down, but this isn’t surprising considering I’m using the same graphics card i mentioned above which is now quite old, and I’m using a 4 year old IDE hard disk. Graphics I’m not to fussed about, new games still run on above normal settings fine, take The Last Remnant for example, this runs good with high textures and everything set on high providing shadows are off, shadows seems to cause a major drop in frame rate, but again, I’m not to fussed, i have an Xbox for playing games. So my next step really is to get a new SATA hard drive.

Now performance, OUTSTANDING is all i can really say, remember my old 2 hours+ DVD burning time, well i tested this a few days ago, the same DVD now only took me 18 minutes to convert and burn! My processor never seems to reach above 50% usage, in fact, the only time i ever got it to around 70% was when i was rendering an Adobe After Effects CS4 HD Project, and even then i think that was slowed down because my hard disk cant write data as fast as my processor can produce it.

So, if anyone is thinking about updating there PC’s Quad-Core is definitely the answer, absolutely awesome.

And with that, if anyone is interested, I’m selling my old motherboard, processor and 3GIG DDR Ram, runs great for normal day to day tasks, I’m a bit of a power user and most of the programs i use require high end CPU’s, anyway if your interested just let me know.

Read more...


Bouncy Radio Center 9 RAJAX Module

So I’ve been working a lot on a feature that has been requested for a LONG time, a feature which seen an early implementation in old versions for a brief period. That’s right, AJAX refreshing of radio data “in page”. Basically this is updating details such as the current song playing, DJ, listeners etc. without having to refresh the page.

This is where i would like to introduce to you the brand spanking new RAJAX module for Bouncy Radio Center v9. RAJAX is short for ‘Radio Asynchronous JavaScript and XML’ and comes bundled with the new Radio Center App.

CaptureRAJAX comes with 2 modes, Auto & Manual, quite simple really, Auto Mode will update the radio data every ‘x’ amount of seconds after the page has loaded, while Manual Mode provides buttons to the right of each block of data, which when clicked, will update the relative information, However, Auto Mode also includes the refresh buttons, allowing for you to check the current song for example as you wish.

In addition to this some protection has been put into place for those people who visit the page, fall asleep and forget all about it. This comes in the form of a Decay time. What this basically does is double the wait time if data has not been updated on a certain RAJAX element. Let me show you in detail, lets assume this check is for the name of the current song playing.

Check Time Since Load Starting Decay Did Data Change? Ending Decay Time To Wait Comments
1 00:00 1 N/A 1 30sec Data is deemed changed as there is no prior response to compare to
2 00:30 1 YES 1 30sec song name changed so decay is reset to default which was already 1
3 01:00 1 NO 2 60sec song name not changed, decay and wait time doubled
4 02:00 2 NO 4 120sec still no change, double again
5 04:00 4 NO 8 240sec no change again, double again
6 08:00 8 YES 1 30Sec ahh, data changed, reset the decay and wait times to default

 

So as you can see, if somebody sits on the page, and the radio goes offline for example, rather than there browser making a request every 30 seconds, it will double the wait and decay time if nothing has changed. This means idle users wont hog up resources making un-needed requests.

In regards to how this works if you have a song for example which is 6 minutes long playing on the radio, it should be caught and updated by check 6, if however you have a song which is say 9 minutes long, check 6 would detect no change and would have to wait an additional 8 minutes before the next check picks up the change, this is not a serious problem, as you could just click the refresh button to update that element and the decay and wait time is reset again.

So that’s most of the technical side sorted, well, at least all you need to know for now. Oh yes, RAJAX will also feed any custom radio hooks, apps, modules that users may create letting you take full advantage of it in your own custom modules whether its inside of the forum scripting or not, RAJAX is there to feed you, and your there to be fed.

Thanks for reading and feel free to leave me your thoughts and comments.

oh, and before i forget you can test RAJAX live over at our development forums http://dev.bouncyservers.co.uk

Until next time, keep it bouncy! (poor attempt at a sign of line)

Read more...


Bouncy Radio Center 9 Sidebar Hook

sidebarhook I’ve been a bit quiet lately and that is because i have been hard at work on the new Bouncy Radio Center. each time i complete a new feature I’m hoping to publish an article about it here at anthonykinson.co.uk.

So, I’m happy to announce that the Sidebar Hook for the new radio center is now completed. (see left image)

I’ve kept it nice and simple and it will have its own settings groups so you can totally customize it to how you want it. Also i have created some brand spanking new icons for it, kept the code really clean and fast.

And with that onto speed, The new radio center actually performs over 500 times faster than the previous version 8.2 which is a combinations of a few things. First of all i have cleaned up necessary coding and optimized functions to dramatically reduce load times, and IPB’s great new forum software.

Despite all the cool new features and sleek JavaScript with the new IP.Board, it performs surprisingly faster than its previous 2.3 version.

Anyways, coming up in my next article i will be going through some of the bigger core functions of the new Radio Center, including the all new History and Schedule pages!

Thanks for reading and i look forward to hearing some feedback!

Anthony

Read more...

Twitter

Visit also our social profiles:

Scroll to top