Archive for the ‘Download’ Category

Opacity in CSS

Wednesday, November 7th, 2007

Example of Opacity

Today we learn about opacity in CSS! I made an example here and here you have the files.

Information about opacity in CSS:

The opacity property takes a value of the amount of transparency from 0.0 to 1.0. 0.0 is 100% transparent – anything below that element will show completely through. 1.0 is 100% opaque – nothing below the element will show through.

So to set an element to 50% transparent, you would write: opacity:0.5;

Neither IE 6 nor 7 support the CSS 3 opacity property. But you’re not out of luck. Instead, IE supports a Microsoft-only property “alpha filter”. Alpha filters in IE accept values from 0 (completely transparent) to 100 (completely opaque). So, to get your transparency in IE, you should multiply your opacity by 100 and add an alpha filter to your styles:

Alpha filter for IE:  filter: alpha(opacity=50);
Alpha filter for Mozilla:  -moz-opacity:0.5;

(more…)

Prison Break Season 3 Episoade 7 – Vamonos

Wednesday, November 7th, 2007

Download:

(more…)

Prison Break Season 3 Episode 6 – Photo Finish

Wednesday, November 7th, 2007

Prison Break Cover, Season 3 Episode 6

Download link:

(more…)

13 Wordpress Plugins you must HAVE

Wednesday, November 7th, 2007

Ten minutes ago I do some updates to my plugins and I think is ok if I tell you what
plugins I use, to a good maintenance of your blog!

[1] Askimet – Askimet checks your comments against the Akismet web service to see if they look like spam or not. You need a WordPress.com API key to use it. You can review the spam it catches under “Comments”. Is a good plugin but i think the spammers use PROXY and you never escape from this kind of people.

Askimet screenshot

[2] All in One SEO Pack - Optimizes your Wordpress blog for Search Engines: Automatically optimizes your titles for search engines, Generates META tags automatically, Avoids the typical duplicate content found on Wordpress blogs, You can override any title and set any META description and any META keywords you want. This is the plugin which I love!

All In One SEO Pack screenshot

(more…)

Validate HMTL & CSS from your page.

Tuesday, November 6th, 2007

Hy! Today we learn how to validate HTML and CSS from your page. This tip is usefull if you have a website about webdesign where you have tools for development! Here is the final result
with a design what i made, you have all files in the archive HERE. Let’s Start.

[1] Open your text editor and type the next HTML code

<html>
<head>
<title>Validate CSS, HTML, XHTML from your page</title>
</head>
<body>
<div>
<form method=”get” action=”http://jigsaw.w3.org/css-validator/validator” target=”_blank”>
<input name=”uri” id=”uri” size=”30″ value=”http://” /></p><br><br>
<label title=”Submit file for validation”><input type=”submit” value=”Validate CSS” /></label>
<label title=”Clear HTML data”><input type=”reset” value=”Clear” /></label>
</form>
</div>
<br>
<div>
<form method=”get” action=”http://validator.w3.org/check” target=”_blank”>
<input name=”uri” id=”uri” size=”30″ value=”http://” /></p><br><br>
<label title=”Submit”><input type=”submit” value=”Validate HTML” /></label>
<label title=”Clear”><input type=”reset” value=”Clear” /></label>
</form>
</div>
</body>
</html> 

(more…)

Need For Speed Pro Street Demo

Tuesday, November 6th, 2007

Ea Sports release the demo of Need For Speed Pro Street!
(more…)

Mobile Animations

Monday, November 5th, 2007

Animations for your Mobile Phone ( to save, right click and select Save Image )

Free Mobile Animations

Free Mobile Animations
(more…)

[OST] Nicola Piovani – La Vita E Bella [1998]

Wednesday, October 31st, 2007

[OST] Nicola Piovani – La Vita E Bella [1998]

Cover [OST] Nicola Piovani - La Vita E Bella [1998]

Tracklist:

Halloween Icons ( PNG format )

Wednesday, October 31st, 2007


(more…)

Flash MP3 Player

Monday, October 29th, 2007

I found in my PC a very beautiful and easy to configurate. Click here to see an example!

Flash Mp3 Player
How to configurate:
(more…)