Skip to content

Web Solutions

    • Home
    • Blog
    • Profile
      • University Projects
    • Gallery
    • Contact
  • Random Number Lists

    This small tool will generate 4 lists of random numbers between 1-20 which can be printed. I’m using these lists as worksheets to support their learning and understanding of numbers, where they either provide one more or one less in the respective empty box next to the number. Random Number Lists

    February 18, 2017
  • How to upload large files with filesize constraints

    Need to upload a large file but are being limited by the hosting provider to a maximum upload file size? Well here a neat way to get your large file on your hosting account easily, using unix shell script. So let’s say you’re limited to 200Mb file uploads but your file is 500Mb, you will…

    August 25, 2010
  • Javascript – Opening Multiple Pages in an iFrame

    Here’s a useful bit of javascript, that should help you action multiple web tasks which use the URL query string to past a parameter or two… Simply add your URLs to the “urls” array list and open the HTML file in a web browser. <div id=”count”></div> <iframe name=”ifrm” id=”ifrm” src=”http://www.jasdev.co.uk” width=”90%” height=”90%”></iframe> <script type=”text/javascript”> var…

    August 19, 2010
  • Mac Automator Script – Download Assets using a text file

    Mac Automator Script – Download Assets using a text file

    If you have web assets, such as images, pdfs, etc. which you wish to download as part of a website migrate project, where you don’t have access to the FTP account you may be stuck downloading them one by one… Unless you are on a mac, using the attached automator script (a tool available with…

    August 8, 2010
  • htaccess – changing webroot folder

    Ever wondered how to change the webroot of the web hosting package? Maybe you have two domains mapped to a single web hosting package, but you want both domains to act independently… Well you can with a .htaccess file in your public_html folder. Simply create a blank text file called “.htaccess” (if you don’t already…

    July 29, 2010
  • htaccess redirects

    I find the best way to setup redirects of websites is to use the .htaccess file. It a plain text file which can help you get enhanced features on your website, one of them being 301 redirects. 301 redirects are used to redirect visitor’s URL requests if the URL has been permanently moved, and thus…

    July 22, 2010
  • How to view ZIP file contents on Mac without extracting files

    Viewing the contents of a ZIP file on a Mac without extracting the ZIP content has been missing from the basic functionality available on a standard OS X installation. Now you can download a small freeware plug-in for ‘QuickLook’ which fixes this issue. Allowing you to view the contents before extracting the complete ZIP file.…

    July 4, 2010
  • Are your passwords secure?

    There has been an increase in recent months where websites have been hacked simply because the primary defense is weak. File Transfer Protocol (FTP) is used the upload website content from HTML pages to images, videos and audio files. FTP access is protected by a password, which if weak, can potential allow hackers access to…

    April 9, 2010
  • Get Your FREE Website Planning Guide

    BigFanta Ltd has made available a newly compiled website planning guide, including sections on: Planning Your Website Building Your Website Marketing Your Website Improving Your Website This provide usefully information on your to structure, built and most importantly marketing your website. Having a feature/media rich website is unless you have traffic to generate revenue. This…

    December 24, 2009
  • SQL query for WordPress Posts

    I have been trying to write a SQL select query for getting the all the posts made in wordpress blog (to create a latest news banner). This seem easy enough, doesn’t it. The problems arose due to the post revising done by the wordpress blog application, this was just added a layer of confusion. The…

    November 8, 2009
1 2
Next Page→

Web Solutions

Proudly powered by WordPress