Make coding easy?
Tired of looking for solutions to problems or finding interesting atricles online and only finding cluttered answers?
Look no further: Make coding Easy, by Steve Vaubell.
Enjoy!
Netbook news, tips and tricks
Tired of looking for solutions to problems or finding interesting atricles online and only finding cluttered answers?
Look no further: Make coding Easy, by Steve Vaubell.
Enjoy!
Today I needed to build some documentation for a .NET assembly built in VS 2008. This aint as easy as it sounds! Luckily i found the following link:
http://technetbangladesh.net/blogs/nazmul_ahsan/archive/2009/07/02/documentation-of-net-assemblies-net-3-0-or-higher-using-shfb.aspx
This was incredibly helpful – but after following all the instructions, i was left with a number of error messages.
The solution was simple – i had installed the SandCastle help file builder, but not the Sandcastle compiler, nor the HtmlHelp 1.x compiler!
So.. If any one else has the same problems, as well as downloading this:
http://shfb.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24422
Also download this:
http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=Sandcastle&DownloadId=35709&FileTime=128565694069170000&Build=15760
And:
http://go.microsoft.com/fwlink/?LinkId=14188
Install all of the above and you should be good to go…
Interested in a netbook? Need mobile broadband? Why not pay for a mobile broadband contract and get a netbook free!!
The following site lists the latest broadband and free netbook deals!
http://www.top10-broadband.co.uk/compare/broadband_free_netbooks/
The broadband industry in the UK has been central to the development of Britain`s digital infrastructure which in turn has allowed huge societal shifts in the way that people communicate with one another and go about their lives. The amount of new broadband customers signing up for services is increasing despite the credit crunch having a negative impact in other areas and with such choice and variety of service in the market there`s very little restriction on which provider or service you wish to use. The one downside of this is that it can be difficult to choose a broadband provider to cater to your needs and in many cases people either pay a premium for unnecessary extras or are left with a service which doesn`t meet their broadband needs. Never fear though, as following these tips will help you decide.
The broadband industry in the UK has been central to the development of Britain`s digital infrastructure which in turn has allowed huge societal shifts in the way that people communicate with one another and go about their lives.
The amount of new broadband customers signing up for services is increasing despite the credit crunch having a negative impact in other areas and with such choice and variety of service in the market there`s very little restriction on which provider or service you wish to use.
The one downside of this is that it can be difficult to choose a broadband provider to cater to your needs and in many cases people either pay a premium for unnecessary extras or are left with a service which doesn`t meet their broadband needs. Never fear though, as following these tips will help you decide.
Connection Speed and Service Availability
Arguably the most important aspect of any broadband connection is the speed at which data can be sent and received and this is dependent on a number of factors.
Firstly there`s the type of service you choose and what’s available in your area. ADSL broadband, using your existing BT landline, is cheap and widely available, but speeds usually reach a theoretical maximum of 8Mbps and in real life are lower for most customers. Cable broadband can reach up to 50Mbps, but cabled areas account for around 50% of households and the fastest speeds are more expensive. Mobile broadband, which uses 3G networks rather than physical landlines, is also coming down in price and gives you the freedom to surf the net wherever you are in the country, but speeds vary between 3.6Mbps and 7.2Mbps and coverage differs depending on your provider. Check out the top providers listed below to see the connections they offer and the extras in store for new customers:
BT – The BT home hub is the crown jewel of BT`s ADSL broadband package, offering as it does the best Wi-Fi coverage for your home thanks to the Wireless N technology.
Virgin Media – The UK`s only cable broadband provider for consumers offers between 2Mbps and 50Mbps to its broadband customers. You need to take a Virgin Media land line and pay line rental, but they add on extras like free evening and weekend calls and include a free wireless router.
Tiscali – Their 8Mbps unlimited ADSL broadband is certainly value for money. Things get even cheaper if you take a Tiscali home phone package, meaning you don`t have to pay line rental to BT anymore and you`ll get free unlimited off peak calls to UK landlines.
O2 – This mobile provider is consistently voted one of the best broadband providers for home customers in the UK and the prices are even better if you`re an existing O2 mobile customer. Speeds of up to 20Mbps are available on their ADSL broadband package and all the usual extras like a free router and cut rate calls are available
I recently got sick of trying to get the lastest version of VMWare server to play nice. I need to run an Ubuntu Linux server on my Windows XP machine for testing various pieces of software.
After a bit of research i downloaded Suns VirtualBox, which seemed to have all the features i was looking for without all the fluff i didn’t need!
Download, installation and configuration was a breeze. I downloaded the latest Ubuntu iso, mounted and installed. Bingo.
However, i need to SSH to this machine from my desktop and i also need to access pages from the apache web server on the Ubuntu installation
By default the networking for the virtual machine is set to PCnet-FAST III(NAT) and the guest machine will reside on a different network.
Looking through the Virtual Box documentation i found what was needed to forward ports on my host (Windows XP) to the guest (Ubuntu) so that i could ssh and access http on the virtual box.
I hope this saves someone else a few minutes:
To enable port forwarding from the host to the guest OS, the guest must be switched off..
using the command prompt, navigate to where the VBoxManage executable is located, on my system this is:
cd “Program Files\Sun\xVM VirtualBox”
Then 3 commands need to be run for each mapping you wish to create.. with the following syntax (replace tokens in []):
So to enable forwarding of port 2222 on my local machine to port 22 on the Ubuntu virtual machine i issued the following commands:
And to enable forwarding of port 8888 on my local machine to port 80 on the Ubuntu virtual machine i issued the following commands:
i can now access the ubuntu ssh server via ssh -p 2222 user@127.0.0.1
and i can now access the apache server on the ubuntu virtual server via: http://localhost:8888/
Windows XP can load programs it thinks you need before you actually load them yourself! This is done by a process called pre-fetching. This process can consume memory and slow your XP experience.
Windows XP will retain a copy of a portion of a program you have run in the prefetch folder even if you only used it once. If you are unlikely to use this program again, this will adversely affect the performance of your system and is of no benefit to you!
You can see the contents of the prefetch directory by navigating to %systemroot%\prefetch
If you would like to selectively remove programs from the prefetch folder, you can manually delete the items from within the directory listed above. If you would like to disable the service entirely however, please follow the instructions below.
Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory] using regedit:
If you are using your Netbook on the move, it can be very frustrating if you have to wait a significant amount of time for Windows XP to shut down. The following tip will show you how to reduce shut down times, by altering the settings that dictate when windows will shut down tasks that are hung (a common cause of slow shut down speeds). Note: This article assumes that you know how to edit registry settings. You should always backup your registry before making changes.
Navigate to [HKEY_CURRENT_USER\Control Panel\desktop] using regedit:
References to the above settings can be found at the following link:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34637.mspx?mfr=true
Windows XP can be set easily for best performance or for best appearance. Setting Windows XP for best performance will disable a number of graphical user interface features, improving the speed and responsiveness of Windows XP noticeably.
To set Windows XP for best performance perform the following:
Screen real estate is at a premium on most netbooks and large icons in the start menu can take a lot of room and seem out of proportion for the screen size offered. A simple change of settings in Windows XP can be used to show small icons in the start menu, giving you a lot more room.
To set Windows XP to use small start menu icons, perform the following:
The Microsoft Windows XP indexing service is a topic frequently discussed when it comes to performance tuning. The indexing service can adversely affect performance and especially when you are running Windows XP on a Netbook, you’ll want to disable any services that may slow down or hinder your experience.
The following instructions will show you how to disable the indexing service within Windows XP:
The above instructions can be found on Microsofts web site:
http://support.microsoft.com/kb/899869
Use of the indexing service however can be useful and can be tweaked to your requirements. If you do require the use of the indexing service, if for example you would like to search your “my documents” folder but not others, the following article explores the Indexing service options in more depth:
http://articles.techrepublic.com.com/5100-22_11-5533688.html