Daily Photo:

Music

for you


Hello and Welcome

New..Keep up with Lizard news


Rocket Rollover Css

August 29, 2008

 
The html

<a href="your link" class="rollover"> 

The css

a.rollover { display: block; width: 520px; height: 493px; text-decoration: none; background: url("evolvepics/RocketBlowerRoll.jpg"); } a.rollover:hover { background-position: 0 -493px; }

Filed under: CSS Reaction — By Paul @ 11:10 am

Click to Comment »

DIY

August 28, 2008

Meaning so many things

The house, my camera, web design:changing, Wires and wood.##

A usually pliable metallic strand or rod made in many lengths and diameters, sometimes clad and often electrically insulated, used chiefly for structural support or to conduct electricity.

http://www.answers.com/wires

Not always, when tendrils attack. A sole wireless mouse against a legion of pliable metal strands. They have us out flanked and facing battle, the loyalties of wireless mouse reciever, protecting wireless mouse, yet in league with direct electrical input leave many to suspect duplicity.

more to follow

Filed under: WordPress — By Paul @ 11:56 pm

Click to Comment »

Reported Attack Site!

August 24, 2008

At a loss,

Last night when i noticed this warning on one of my hosted domains I started to try and figure out what had happened.
Assumed the site had been hacked, and was reluctant to follow the links on the warning page. Nice one google for not identifying yourself.
Anyhow after a little (not happy about) googling I came across the same situation all over the web and realized I only saw the warning when browsing with the latest version of firefox.
So anyway ended up here at google webmaster tools, and read the information below:

Advisory provided by
Safe Browsing
Diagnostic page for www.mydomain/
What is the current listing status for www.mydomain/?

Site is listed as suspicious - visiting this web site may harm your computer.

What happened when Google visited this site?

Of the 7 pages we tested on the site over the past 90 days, 0 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 08/03/2008, and suspicious content was never found on this site within the past 90 days.

Malicious software is hosted on 1 domain(s), including ***********.

1 domain(s) appear to be functioning as intermediaries for distributing malware to visitors of this site, including **********.

Has this site acted as an intermediary resulting in further distribution of malware?

Over the past 90 days, www.my_domain/ did not appear to function as an intermediary for the infection of any sites.
Has this site hosted malware?

No, this site has not hosted malicious software over the past 90 days.

How did this happen?

In some cases, third parties can add malicious code to legitimate sites, which would cause us to show the warning message.


Nowt doing, whats the problem, I tried to find the above links in my code, sidebar etc, in the comments, I turned css styles off to see if any horror would become obvious, no luck, so today after 16hrs later, same situation I sent the site for review.

Things are getting worse, and I don’t know how to resolve this.

Update

So I have been messing round with blog for a while, found malicious code, not soon after i had dicked around for ages.
It was quite obvious in the end, sat there sneaky javascript, I can’t teally decode it, but it’s gone. It illuded me by the simple fact I was unwilling to believe I had been hacked. The concern is how did they get in there.

My security protocols definately need looking at, it is bugging me a bit, like being burgled.
Soo watch out nasty virus speading beasties about..

Filed under: WordPress — By Paul @ 9:13 pm

Click to Comment »

Setting up a stylesheet

August 10, 2008

Css | Cascading Style Sheets

My post changing font color with css is getting quite a few hits, but it assumes a certain level of knowledge.
So here I will show you how to set up your style sheet.

Create index

Save document with meta information as shown, as index with .htm as the file extension.
You have your index.htm
within the head section you find the meta information.

<head> <title>MadLayout</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="author" content="Paul David Spencer" /> <meta name="description" content="What we do"/> <meta name="keywords" content="Design, CSS, Standards."/> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> </body> </html>

The highlighted part is where you need to make the link to the stylesheet.
I have called it style.css, but call it anything you will remember.

Create the stylesheet

Open your text editor and save empty page as style, (or whatever you chose) with .css as the extension, thus saving it as a css document.
Once saved you can check your link is working, by adding styles for the body of your index document.

body { margin: 0; padding: 0; background-color:#8b0000; }

Place index.htm and style.css in the same directory, test index in browser, and if your page background colour changes accordingly you are set, Ha ha.

Related Posts

Css Layout
Css Popup
Css Change font colour

Filed under: CSS Reaction — By Paul @ 10:06 am

Click to Comment »

iPhone post test

August 4, 2008

just a test.

nikon-cap.JPG

Lens cap in grass.

Filed under: Design — By Paul @ 3:14 pm

Click to Comment »