Computer Tips and Tricks | WordPress Technology Hints » Computer Tips and Tricks
Setting up and installing phpBB3
phpBB version 3 is one of the most configurable and functional – yet more importantly free – pieces of forum software on the market today. It is a highly efficient forum board which can be suited and styled to fit the themes of any website out there today. I’m going to discuss the easy way to get one of these forums installed and underway. Deciding the location Where you install your forum is entirely up to you. … Read entire article »
Filed under: Computer Tips and Tricks, PHPBB Tips
Free JP2 JPEG 2000 plugin converter for Adobe Photoshop
If you need a converter for JP2 JPEG-2000 then you can get one from this site: http://www.fnordware.com/j2k/ They offer a free plugin for photoshop and adobe after effects. … Read entire article »
Filed under: Computer Tips and Tricks, Technology Tips
Webmasterserve – UK webmaster forum
I had to post a blog about this site I am a recently a member of as I’m a big fan of this site for hints, tips and discussions on all things web master related. For search engine optimisation and discussions about running a website it is one of the first places I go to for assistance. The people on this site are very friendly and helpful and is a gem amongst some of the … Read entire article »
Filed under: Computer Tips and Tricks, Featured
Clickheat heatmap to see where visitors click most on your site
We all want to get more clicks on our ads to gain revenue for the site but what is the best way to find out where to place the adverts so they perform their best? One simple way to do this is to use a Heatmap. Heatmaps are a piece of code that reports where people are clicking on your pages and much like a thermal camera, displays darker red colours in the hot spots … Read entire article »
Filed under: Computer Tips and Tricks, Technology Tips
Arfooo – Free directory script
While doing some investigation about setting up a directory I found this really useful and best of all free directory script. It’s a product called Arfooo – three ooo’s – and does all the relevant basic tools that I can think of for a directory script. It features advertising plugins so that you can place banner ads, and adverts in between your classifieds. It features a payment gateway able to handle paypal and subscription features. As for … Read entire article »
Filed under: Computer Tips and Tricks
25% off voucher for Web Hosting – Expires Thursday – be quick!
andthenhost.com offer cheap WordPress, Joomla and phpBB hosting starting from £1.49 per month. Packages feature: Windows or Linux hosting 20Gb webspace and 100Gb bandwidth for £4.99 per month. iPhone on the move control panel – Manage your domain while out and about! Better still – with voucher code APRIL25 you get a further 25% off the Linux Gold and Windows Gold Package Offer expires April 1st so hurry!!! … Read entire article »
Filed under: Computer Tips and Tricks, Wordpress Tips
99p web hosting at andthenhost.com
http://andthenhost.com/99phosting.html WOW! 99p hosting at andthenhost.com – Great value. Supports WordPress, Joomla, php, perl and MySQL. For 99p a month its a bargain. Stick a flake on it and go for a 99! http://andthenhost.com/99phosting.html … Read entire article »
Filed under: Computer Tips and Tricks, Featured, Wordpress Tips
Install Webmin on Ubuntu server 9.10
SSH onto your server Get the latest version (1.510 to date) wget http://prdownloads.sourceforge.net/webadmin/webmin_1.510_all.deb Extract and install the package dpkg –install webmin_1.510_all.deb It may error on a few dependencies so to overcome those install these apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl … Read entire article »
Filed under: Computer Tips and Tricks
25% off WordPress Hosting
andthenhost.com offer cheap WordPress, Joomla and phpBB hosting starting from £1.49 pr month. Packages feature: Windows or Linux hosting Unlimited webspace and bandwidth for £4.99 per month. iPhone on the move control panel – Manage your domain while out and about! Better still – with voucher code APRIL25 you get a further 25% off the Linux Gold and Windows Gold Package Offer expires April 1st so hurry!!! … Read entire article »
Filed under: Computer Tips and Tricks, Featured, PHPBB Tips, Wordpress Tips
How to turn off Data Execution Prevention DEP in Windows Server 2008
The way to turn off DEP in Windows 2008 is to go to Start > Run > cmd and in the command prompt type bcdedit.exe /set {current} nx AlwaysOff and then reboot the server. To turn it back on go to Start > Run > cmd and in the command prompt type bcdedit.exe /set {current} nx AlwaysOn and then reboot the server. … Read entire article »
Filed under: Computer Tips and Tricks
Citrix Program Neighborhood This application has failed to start because WINHTTP.dll was not found
After installing this version of the client on a Windows XP workstation that has no Microsoft Service Packs installed, an error message might appear when launching Program Neighborhood, indicating that the file Winhttp.dll was not found. This application has failed to start because WINHTTP.dll was not found. Re-installing the application may fix this problem. To resolve this issue, install Microsoft Service Pack 1 or later for Windows XP Workstation. … Read entire article »
Filed under: Computer Tips and Tricks
Change your Ubuntu server from a dynamic to static IP address
To allow your Ubuntu server to work with a static IP, you need to amend a couple of files. If you have Webmin installed, its much easier to do this in the network interface section of the System settings. However details below are how to do this from the command ssh terminal prompt. Edit your interface file sudo vi /etc/network/interfaces Change it to look the same as the following – obviously amending it to have your relevant network details in. auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 Press shift ZZ to save the file once amended. Amend DNS settings We need to add in the DNS settings by editing the resolv.conf file: sudo vi /etc/resolv.conf On the line nameserver xxx.xxx.xxx.xxx replace the x with the IP of your name server. Remove DHCP client This will remove the now … Read entire article »
Filed under: Computer Tips and Tricks
PHP Motion install errors on Ubuntu
On installing PHPMotion on an Ubuntu webserver there are a couple of things you need to take into account to fix errors. If your VPS or server is running the 64bit edition of Ubuntu then you need to make sure you download the correct version of the PHP loaders and upload them to your phpmotion/phpshield via binary upload. The 64 bit loaders can be found here: http://phpshield.com/loaders/phpshield.loaders.linux-64.zip If you are getting a similar error to this: {++++} extension_dir does not exists /usr/lib/php/extensions/20060613 then you need to make sure the file phpshield.5.2.lin is copied to the location of your extension_dir and the below line is put in your php.ini file at the bottom: extension=phpshield.5.2.lin Once it is in, restart Apache. … Read entire article »
Filed under: Computer Tips and Tricks
Ubuntu 8.04 Nagios Install
Nagios server monitoring is one of the best – if not the best open source server, switch and router monitoring platforms I’ve used. Best of all, because it is open source, it is free. I’ve documented here the method I used to get Nagios 3. Introduction If you follow these instructions the plan is you’ll end up with: Nagios and the plugins will be installed underneath /usr/local/nagios Nagios will be configured to monitor a few aspects of your local system (CPU load, disk usage, etc.) The Nagios web interface will be accessible at http://localhost/nagios/ or at http://yourWANip/nagios/ Before you start You’ll need to have a command line editor – I recommend Putty for this. Its easier to be logged on as root but if you are not, use the sudo command before typing a command. I’ve put … Read entire article »
Filed under: Computer Tips and Tricks
Outlook 2003 – Command is not available. See the program documentation about how to use this extension
When in Outlook 2003 and you are trying to set your out of office assistant, click the menu item gives the error message: command is not available. See the program documentation about how to use this extension To get around this you need to do the following in Outlook: Go to Help > About > Disabled Items Click on Addin: outex.dll (outex.dll) to highlight it and then click Enable Restart outlook and all will be good. … Read entire article »
Filed under: Computer Tips and Tricks
Free cPanel Web Hosting with PHP5/Mysql – no advertising!
Register now: http://www.000webhost.com/246554.html We can offer you a free web hosting package packed with advanced features for hosting & building professional dynamic websites. We provide secure free web space with all the web hosting tools you could possibly ever need. Our package includes: - 1500 MB of Disk Space, 100 GB Bandwidth - Host your own domain (http://www.yourdomain.com) - cPanel Powered Hosting (you will love it) - Over 500 website templates ready to download - Easy to use website builder - Free POP3 Email Box with Webmail access - FTP and Web based File Manager - PHP, MySQL, Perl, CGI, Ruby. - And many more.. Click here to visit us: http://www.000webhost.com/246554.html … Read entire article »
Filed under: Computer Tips and Tricks
Hello Facebook Friends!
February 26th, 2010 | Add a Comment
For those of you who have received a Facebook invite and been kind enough to visit I really appreciate it. I hope to get my Google ranking up from page 3 to page 1 with these efforts. Please register on the right hand side and if you wish to leave any comments you are able to once registered. Please feel free to pass on my link to yuor friends too. I will cover any required topics IT wise on the site with requests via the contact form should you need anything. But try turning it off and back on again first…. Many thanks. Martin. … Read entire article »
Filed under: Computer Tips and Tricks