browser – Internetblog.org.uk https://www.internetblog.org.uk Web hosting, Domain names, Dedicated servers Fri, 29 Jan 2016 11:05:52 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.5 https://www.internetblog.org.uk/files/2016/01/cropped-favico-32x32.png browser – Internetblog.org.uk https://www.internetblog.org.uk 32 32 Preparing Images for the Web https://www.internetblog.org.uk/post/1506/preparing-images-for-the-web/ Wed, 07 Jul 2010 15:24:15 +0000 http://www.internetblog.org.uk/post/1506/preparing-images-for-the-web/
Nothing is worse for an Internet user than to get to a website and have to wait a long for it to load, especially if that long load time is the result of one seemingly tiny image at the bottom of the page. Here are a few tips you can follow to make sure your website images are actually ready for the web:

1. Use compression, either of the JPEG or PNG variety. PNGs will need to be crushed in order to not be huge file sizes. Your front page should not be filled with images over 10kb (aside from maybe the banner). If you have a blog, try to keep images under 50kb. You can have users click on thumbnails to see larger versions.

2. Use appropriate sizes. If your HTML declares an image to be 250×150, the image should actually be that size. If you resize a larger image, the visitor’s browser will still have to load the full sized image, which takes longer to load.

3. Use the appropriate alt tags. In order to be standards-compliant, all images on any page should be properly described in alt tags so that visually impaired visitors will know what they are.

4. For large packs of images, use a gallery. If you are going to be displaying images in bunches, use some type of gallery or light box (modal windows). People who see the initial page will still get fast load times, and if they want to see the images up close, they can choose to wait longer.

Photo Source: Wikimedia Commons

]]>
Self-Signed SSL Certificates https://www.internetblog.org.uk/post/1298/self-signed-ssl-certificates/ Tue, 11 May 2010 16:08:42 +0000 http://www.internetblog.org.uk/post/1297/self-signed-ssl-certificates/ Untrusted site certificate
SSL allows you to serve encrypted web pages to website visitors over the HTTPS protocol. Certificates must be signed in order to not set off browser flags that will question your site’s authenticity. But OpenSSL also provides the option to create a self-signed certificate, and many web hosting control panels have an option for it.

In most circumstances involving financial transactions, you should purchase a signed certificate, but there are instances when self signing will suffice. Some examples include private intranets, internal business groupware, web-based control panels, and other content backends. In all of those situations, you need encryption, but it does not matter to you if the certificate is official since you are the one who signed it.

You will still receive the browser warning the first time, but your browser should have a function that allows you to add your site to your browser’s trusted sites. From then on, you will not see the warning, although other users still would see it. If you ever decide that you do actually need to purchase a certificate, you can always change it later. For information about creating a self-signed certificate, see this site.

Photo Source: Flickr

]]>
The Latest in the HTML 5 Saga https://www.internetblog.org.uk/post/1216/the-latest-in-the-html-5-saga/ Fri, 16 Apr 2010 18:06:44 +0000 http://www.internetblog.org.uk/post/1216/the-latest-in-the-html-5-saga/ YouTube html5 video
For the past year, we have been following the development of the HTML 5 standard, particularly as it relates to streaming video, an issue of importance for both web hosting providers and their clients. There are some new developments that may change the situation for the better.

Originally, HTML 5 video was supposed to support an open standard, such as Ogg Theora. Mozilla, Opera, and others were in favor of the standardization and began to support it. Apple and Google felt that the Theora codec was not mature enough and did not match the quality of H.264, a proprietary and patented codec. Mozilla, being a provider of a free and open source browser (Firefox), could not legally (or perhaps even ethically) support H.264, while Apple (in Safari) chose to only support it, and Google (in Chrome) supported both.

Not long ago, Google acquired On2 Technologies, the company that originally released the Theora format into the free software community. I speculated that it would be great if Google used On2 to improve Theora or create a new superior open format. Now it seems that Google is going to do just that, and Mozilla will support the new open codec.

]]>
Forcing a browser to prompt to save certain files https://www.internetblog.org.uk/post/1132/forcing-a-browser-to-prompt-to-save-certain-files/ Wed, 24 Mar 2010 18:54:53 +0000 http://www.internetblog.org.uk/post/1132/forcing-a-browser-to-prompt-to-save-certain-files/ Secret documents and sim card
Question: I am distributing sensitive forms to my clients and want to make sure they download them rather than opening them in their browser. Is there a way to force the web server to prompt them for download rather than using a browser plugin?

Answer: Yes, using .htaccess you can force most browsers open a “save as” prompt rather than opening a particular file type with a browser plugin. Add the following to an .htaccess file inside the directory with the files:

AddType application/octet-stream .pdf
AddType application/octet-stream .doc
AddType application/octet-stream .txt

Nevertheless, nothing is fool proof. If you want to make sure your clients will save the documents, there is no substitute for good education. Make sure they know how to do and that you mark that clearly on the download page. If you want to be particularly diligent, you can even add a popup window to remind them again before they click the link.

Photo Source: Flickr

]]>
iPhone and smartphone SSH with WebShell https://www.internetblog.org.uk/post/1091/iphone-and-smartphone-ssh-with-webshell/ Fri, 12 Mar 2010 21:33:20 +0000 http://www.internetblog.org.uk/post/1091/iphone-and-smartphone-ssh-with-webshell/ Webshell screenshot
You cannot be at your desk 24/7 even if you are the best system administrator the world has ever known. You also cannot predict when your server will need attention or where you will be when it does. We live in an age where mobile devices are as common as clothing, so it is only natural that web servers should be accessible from mobile devices as well.

Enter: Webshell, a cross-platform mobile SSH tool that allows the user to access a remote server on a computer, iPhone, or any other mobile device that has a web browser. Webshell is written in Python and therefore runs on any Unix-like system, including Linux, BSD, and Mac OS X.

Webshell supports multiple terminal emulations, UTF-8 enconding, including chinese/japanese glyph support, a virtual keyboard for iPhone users, customizable appearance, and maintains all of the security of SSH since it still operates over SSL/TLS. Webshell is free and open source software (GPL) and available for download from the project’s website.

]]>
Microsoft may soon step up its HTML 5 game https://www.internetblog.org.uk/post/1067/microsoft-may-soon-step-up-its-html-5-game/ Fri, 05 Mar 2010 21:48:27 +0000 http://www.internetblog.org.uk/post/1067/microsoft-may-soon-step-up-its-html-5-game/ Internet Explorer logoJust days after we posted news about Google’s acquisitions that position it to make a large impact on HTML 5 video development, suspicion is floating around the tech world that Microsoft is planning a big announcement for Internet Explorer 9, the next installment of their declining browser.

If Microsoft intends to keep their commanding share of the browser market, they will need to continue to adapt to web standards. At their MIX 2010 developer conference in Las Vegas, experts predict that Microsoft will unveil a new IE version that takes into account HTML 5 elements, including support for vector graphics like SVG.

Even with IE 8, the current version, Internet Explorer is still far behind competitors like Mozilla Firefox, Google Chrome, Apple Safari, and Opera. If ever there were a time for Microsoft to make a game-changing play, that time is now.

Source: Webmonkey

]]>
Opera to turn browser into web server https://www.internetblog.org.uk/post/179/opera-to-turn-browser-into-web-server/ Wed, 17 Jun 2009 13:49:51 +0000 http://www.internetblog.org.uk/post/179/opera-to-turn-browser-into-web-server/ Opera mobile and desktop browser
Opera is introducing a new service called Opera Unite that will run a tiny web server on a user’s computer, allowing them to sharing media over he web. The services are loaded on demand and can share files, stream MP3’s and share photos. Users can even create their own web site.

“Today, we are opening the full potential of the Web for everyone,” said Jon von Tetzchner, Opera CEO, in a statement. “With server capability in the browser, Web developers can create Web applications with profound ease. Consumers have the flexibility to choose private and efficient ways of sharing information.”

Each service is started independently. A user only chooses the ones he wants to run. It relies on UPnP to connect to a user’s router, eliminating the need for port-forwarding. It also sets up a proxy that should create a security layer, protecting the user’s computer from Internet attacks. The small web server is design to not tax a user’s CPU or broadband connection, allowing it to work in the background without interfering with regular computing.

Source: Ars Technica
Photo: Flickr

]]>