-
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…
-
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…
-
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.…
-
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…
-
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…
