HTML

HTML, CSS, JavaScript, plug-ins

if chrome or Firefox will not save id’s and passwords

December 29, 2016

“help: I tell chrome to save my password but it does not do it” It offers the option to do it but then, it does not. (since it offers to do it, the browser settings are certainly proper) There are some, not all, websites were Chrome, or Firefox, will not save nor re-save a password though It prompts you asking you if you want...

Read more »

Sizing Images for Computers and Phones

November 18, 2015

Responsive Web Design – Images. One solution is to use the max-width property example: max-width: 100%; height: auto;   background images If the background-size property is set to “contain”, the background image will scale, and try to fit the content area, and the image will keep its aspect ratio. ex: div { width: 100%; height: 400px; background-image: url('img_flowers.jpg'); background-repeat: no-repeat; background-size: contain; } If...

Read more »

how to force mobile phones into landscape mode

August 31, 2015

updated 2019-12-29 How to force horizontal or landscape layout on mobile devices How to force a mobile device into landscape-horizontal mode or view all without javascript. add this to your style sheet .css #container { display:block; } @media only screen and (orientation:portrait){ #container { height: 100vw; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } }...

Read more »

Goodbye Flash plug-in!

December 5, 2014

updated 2016-09-11 by PAUL WAGENSEIL Jun 17, 2016 You Should Disable Adobe Flash Player Now: Here’s How a large chunk of the malware attacking web browsers worldwide is dependent on Flash Player flaws. – tomsguide.com/us/disable-flash-how-to,news-21335.html … the Flash plugin is entirely unnecessary nowadays and serves only as a for the delivery of viruses. – Hacker’s Manual 2016 page 32 April 8, 2016 Time...

Read more »

TAKE jpg webcam PHOTO with HTML5

July 5, 2014
TAKE jpg webcam PHOTO with HTML5

updated 2016-03-03 How to take-upload your visitors webcam photo How to upload a jpg photo on your website with your visitors webcam html5 webcam getUserMedia examples and demo How to take a jpg webcam photo with html5 One of the really cool things that has come from HTML5 is the ability to access a website visitor’s webcam and upload a snapshot through the browser...

Read more »

Flash takes over your camera and microphone and writes permanent cookies!

May 4, 2013

REMOVE FLASH! Flash takes control of your webcam and mike. without permission! Web sites advertisers can now silently access your camera and/or microphone and write up to 13 copies of a new type of cookie that was quietly introduced “last year” = 2009. It’s officially called the Local Shared Object (LSO), commonly called a Flash cookie. More persistent and much more dangerous than HTTP...

Read more »

Browser Hacking; Firefox and Google Triumph

April 15, 2011

2011 Hacking Contest Browser Results Wednesday, March 16, 2011 Pwn2Own, now in its fifth year, is a hacking competition divided into two areas: web browsers and mobile phones. This year’s Pwn2Own contest has come and gone with February, leaving in its wake 3 exposed browsers. Vupen (a French security firm) hacked the Apple Saffari browser version 5.0.4 earning $15,000 from TippingPoint. The Google Chrome...

Read more »