ecommerce website design Shropshire, Custom & Ecommerce Website Designers, Web Page Design Company Shropshire UK Site Map
Phone:01743 272 609 Fax: 0709 286 1166
Home page, website design service at Shrewsbury, Shropshire. We supply website design service to business in Shropshire and whole UKAbout spark computing, website design service at Shrewsbury, Shropshire. We supply website design service to business in Shropshire and whole UKExpertise and services from spark computing, website design service at Shrewsbury, Shropshire. We supply website design service to business in Shropshire and whole UKOffice automatic solutions, online business solutions supplied by Spark computing, shrewsbury, shropshirecontact spark computing, shrewsbury, shroshire to discuss online business websites, custom software development

Archives for: October 2010

14/10/10

Permalink 12:31:43 am, Categories: Website design  

Open link in a new window or tab

Using old basic javascript it is very simple to open a link or new page on a new window.

Code:

window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200')

Below is a list of the attributes you can use:

1. width=300
Use this to define the width of the new window.

2. height=200
Use this to define the height of the new window.

3. resizable=yes or no
Use this to control whether or not you want the user to be able to resize the window.

4. scrollbars=yes or no
This lets you decide whether or not to have scrollbars on the window.

5. toolbar=yes or no
Whether or not the new window should have the browser navigation bar at the top (The back, foward, stop buttons..etc.).

6. location=yes or no
Whether or not you wish to show the location box with the current url (The place to type http://address).

7. directories=yes or no
Whether or not the window should show the extra buttons. (what’s cool, personal buttons, etc…).

8. status=yes or no
Whether or not to show the window status bar at the bottom of the window.

9. menubar=yes or no
Whether or not to show the menus at the top of the window (File, Edit, etc…).

10. copyhistory=yes or no
Whether or not to copy the old browser window’s history list to the new window.

You can use Jquery to force all links in the page will open the target page in a new window:

Code:

<script type="text/javacript">
  var $j = jQuery.noConflict();
$j(document).ready(function() {
//external attribute
$j("a:not([@href*=http://YOURSITE.com/])").not("[href^=#]")
.addClass("external")
.attr({ target: "_blank" });
} );
</script>

Tweet this! Facebook Live Yahoo bookmark Digg US google bookmark

12/10/10

Permalink 01:34:36 am, Categories: General IT articles  

bmi.js

Today I have problem with the ADSL in office and I have to connect the HTC Hero provided by T-mobile to browse the Internet and SSH onto our servers for urgent maintenance.

I notice one of our clients’ website got some Javascript injected, right in the html header:

src="http://1.2.3.8/bmi-int-js/bmi.js"

My heart sinks and I thought that account is hacked. It turns out that T-Mobile (and Vodafone UK) thinks it is appropriate to insert their own Javascript into each page which I visit, which pipes all images through a proxy to degrade their quality. This will save bandwidth but the images look horrible on a 27″ PC screen. On a HTC hero tiny screen I am sure I will not notice a thing. But there you ago, a false alarm…


Tweet this! Facebook Live Yahoo bookmark Digg US google bookmark

08/10/10

Permalink 04:32:49 pm, Categories: Shropshire talk  

Cookery School Gift Vouchers

One of our customers, Brompton Cookery School, is selling gift vouchers for cookery courses. If you run out of ideas of what gifts you would like to give to your love ones this Christmas, please consider the gift voucher offered by Brompton Cookery School.

Click to view more information about: Gift Voucher from Brompton Cookery School


Tweet this! Facebook Live Yahoo bookmark Digg US google bookmark

04/10/10

Permalink 03:03:27 pm, Categories: Shropshire talk  

BT Fibre Internet in Shrewsbury Campaign - BT Infinity

Do you want to have super fast Optical Fibre Internet in Shrewsbury? Please vote for BT Infinity Internet at

http://www.racetoinfinity.bt.com/

I have done it already and want to vote yes again million times :-)


Tweet this! Facebook Live Yahoo bookmark Digg US google bookmark

October 2010
Mon Tue Wed Thu Fri Sat Sun
 << < Current> >>
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Spark Website Design, Shropshire

Technical articles on IT solutions.

Free information on office and home IT solutions; How to get a website running for your business; self-help e-commerce; and tips on website design.

Search

Misc

XML Feeds

What is this?