TWITTER WEEKLY UPDATES FOR 2009-10-25

October 29th, 2009

I’M BACK!

September 15th, 2009

Ahh… there’s zero utterly similar to a great two-week eighth month with a family — as well as there’s zero utterly similar to a alpine raise work which contingency be finished after a great two-week vacation! 8O

Now which a towering is seeking some-more similar to a mole-hill, we eventually have a time to get behind to NWD. My sincerest apologies for a prolonged absence. But a great headlines is which I’m feeling refreshed, rested, as well as ready to write a little some-more great stuff!

(By a way, if a waiter ever asks “Would we similar to to try a live baby octopus?” — jump over it.)

 I’m back!

 I’m back!

 I’m back!  I’m back!  I’m back!  I’m back!  I’m back!  I’m back!

 I’m back!

PLASTOLUX = MODERN DESIGN+INTERIORS+DIY&MORE

July 29th, 2009

b48bc plastolux Plastolux = Modern Design+Interiors+DIY&MoreAre we a air blower of complicated architecture, photography, interiors or DIY projects?  Then check out Plastolux, a blog run by my great crony as well as ol’ college friend Tyler Goodro.  He posts well-developed finds from around a web associated to complicated interior design, pattern etc.  Very cold things to be seen indeed.

Here’s his words: “Plastolux used to exist as a place for me to uncover my portfolio. we have been a Multidisciplinary engineer for 9 years now. we have a passion for interior pattern (heavy upon a complicated as well as retro complicated side) though we do conclude all forms of design. we outlay multiform hours a day seeking during blogs, magazines as well as alternative inspirational material. we suffer pity my finds, so this is how plastolux came to be.

One of my a one preferred things to review about is a Modern DIY. we adore to see how a bland chairman builds, hacks, or creates their own complicated project. we will be posting as most Modern DIY as we can. we will additionally be pity a little of my own projects.”

4dd39 plastolux1 Plastolux = Modern Design+Interiors+DIY&More

4dd39 plastolux2 Plastolux = Modern Design+Interiors+DIY&More

4dd39 plastolux3 Plastolux = Modern Design+Interiors+DIY&More

ADDING SOME CSS TO OUR WEBSITE (MFW#5)

July 29th, 2009

“My First Website” array navigation: first postwhole series

0a170 css baby Adding some CSS to our website (MFW#5)It’s time for the impulse you’ve all been watchful for: adding CSS to the website! In the previous post in this array we eventually were equates to to get the little unequivocally simple calm upon the initial website. Unfortunately, as distant as websites go, it’s flattering sore — no styling, no colors, as good as what we got was the single prolonged liquid layout (a blueprint whose breadth varies with the breadth of the browser window.)

So hurl up your sleeves, get Notepad, TextEdit, or your the a single preferred text-digesting program ready to go, since we’re gonna supplement the little CSS!

Adding an External Style Sheet

The initial thing we need to do is begin the vacant request in possibly Notepad or TextEdit. You’re starting to name this record “style.css” (without the quotes) as good as save it in the same printed matter with the “index.html” record we combined in the prior post. (Design Projects – My First Website – website.)

The fixing of this record isn’t unequivocally which important. You can call it “mainsheet.css” or “stylesheet.css” or even “frankie.css” if which your preference. The usually thing we MUST have is the “.css” during the end. Also, don’t have have have use of of of spaces or upper-case letters. Instead of spaces, we can have have have use of of of the lurch ( – ) or an underscore ( _ ). For example: “style_version1″.css” Make certain to save it as the UTF-8 as we schooled in the previous post.

Linking your web page to the outmost CSS file

Next, we’re starting to couple the web page to the CSS record we only created. We do so regulating this line of symbol up:

<link rel="stylesheet" href="style.css" type="text/css">

Now, open your “index.html” as good as supplement which line of symbol up anywhere in between the <head> </head> tags. Like this: (I done it red to have it simpler to spot.)

<head>
<title>My First Website</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="style.css" type="text/css">
</head>

Wrapping the web page

It’s time to supplement the initial “box” to the web page. This box will ring or “wrap” the total page itself. We will do so by adding <div> </div> tags. But prior to we do that, we need to name the <div> so we can have have have use of of of the CSS record to shift how it will appear.

To name this <div>, we’re starting to give it the singular id. “Id”s can have any name during all, only have certain it is detailed sufficient to we so we know what is does. For example, this <div> is starting to hang the web page, so let’s give it an id with the name of “pagewrap”. And we write it similar to this:

<div id="pagewrap">

Now supplement both the opening tab as good as the shutting tab to your “index.html” file. See subsequent (to have it shorter, we left out all of the calm we combined in the previous post.)

<body>

<div id="pagewrap">

<h1>A Level 1 Heading</h1>
(Here’s all the calm from before)

</div>
</body>

Save your “index.html” file.

Finally! Some CSS!

Go behind to your “style.css” record as good as come in (or duplicate as good as paste) the following:

#pagewrap {
width: 800px;
}

What this does is acknowledgement which the id called “pagewrap” (the # pointer equates to “id” in CSS lingo) will have the breadth of 800px (the “px” equates to pixels.) The opening as good as shutting curly brackets — { } — contingency approximate the CSS code!

Save your “style.css” file.

Take the look

If all went well, afterwards when we perspective your “index.html” record in your browser (remember how to do that?) It should demeanour similar to this:

View the web page

If your web page looks similar to the a single on top of afterwards congratulations! If not, go behind an check all of the formula as good as symbol up for mistakes. Here is the full symbol up of the “index.html” record for we to review against:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>My First Website</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body>

<div id="pagewrap">

<h1>A Level 1 Heading</h1>

<p>Morbi non erat non ipsum pharetra tempus. Donec orci. Proin in ante. Pellentesque lay amet purus. Cras egestas diam sed ante. Etiam imperdiet urna lay amet risus. Donec ornare arcu id erat.</p>

<p>Aliquam et nisl vel ligula consectetuer suscipit. Morbi euismod enim eget neque. Donec sagittis massa. Vestibulum quis augue lay amet ipsum laoreet pretium. Nulla facilisi. Duis tincidunt, felis et luctus placerat, ipsum libero vestibulum sem, vitae elementum wisi ipsum the metus.</p>

<h3>A Level 3 Heading</h3>

<p>Morbi non erat non ipsum pharetra tempus. Donec orci. Proin in ante. Pellentesque lay amet purus. Cras egestas diam sed ante. Etiam imperdiet urna lay amet risus. Donec ornare arcu id erat.</p>

<p>Aliquam et nisl vel ligula consectetuer suscipit. Morbi euismod enim eget neque. Donec sagittis massa. Vestibulum quis augue lay amet ipsum laoreet pretium. Nulla facilisi. Duis tincidunt, felis et luctus placerat, ipsum libero vestibulum sem, vitae elementum wisi ipsum the metus.</p>

</div>

</body>

Conclusion

We’ve right away taken the liquid layout (a blueprint which changes breadth with the browser window) as good as done it in to the fixed-width layout (a blueprint whose breadth is unblushing by the breadth of the browser window). Still it’s not most to demeanour at, though we’re removing there!

In the subsequent post I’ll intro we to the bloody sum of the CSS box indication by adding the little padding, the little margins, as good as even the limit to approximate the web page.

Until subsequent time!

 Adding some CSS to our website (MFW#5)  Adding some CSS to our website (MFW#5)  Adding some CSS to our website (MFW#5)  Adding some CSS to our website (MFW#5)  Adding some CSS to our website (MFW#5)  Adding some CSS to our website (MFW#5)

 Adding some CSS to our website (MFW#5)

140+ WORDPRESS DESIGN FOR MORE INSPIRATION

April 25th, 2009

wp1 150x150 140+ Wordpress design for more inspirationDo we likes a prior 44 designs? Here’s an additional 140 Wordpress designs to inspirat you. The many of a designs have been simple, though there have been a little really considerable designs in a list.

140 Designs

44 GREAT BLOG DESIGN TO INSPIRATE YOU

April 20th, 2009

cd 150x150 44 great blog design to inspirate youInstantshift picked up 44 good designs to uncover a designers what can they do from pristine imagination. The designs have been all law done as well as looks great. Click upon a couple next to see a full list.

Instantshift.com

QUALITY TEXTURE SOURCE

April 14th, 2009

dsc 7222 150x150 Quality texture sourceTo find the most appropriate images to the website is the tough duty, though not impossible. You can buy images as well as textures for the satisfactory price, though there’s the site which offers tall peculiarity textures for free! The Textureking offers thousands of giveaway images what we can download to your tough expostulate as well as make use of it as we want.

Textureking.com

FREE SOUND EFFECTS

April 10th, 2009

sound 150x150 Free sound effectsA peep formed site might need to urge with peculiarity receptive to advice effects. To get the receptive to advice which compare your judgment we can buy the single or select google to find the single to you. Here’s the site which might assistance we out. Freesound.org has the outrageous pick up of opposite receptive to advice goods which we can make use of to finish your work. Just register an comment for giveaway ans begin download peculiarity sounds.

Freesound.org

THE BEST HD WALLPAPER SOURCE

April 6th, 2009

ageisbeauty 150x150 The best HD wallpaper sourceTo find the tall peculiarity wallpaper we might need to find the website which provides we sufficient wallpaper where we can select the most appropriate for your desktop. There have been not most sites in this category, though there is the single which we contingency see. Interfacelift.com is the good website with some-more than 1793 desktop wallpapers. You can download them to your PC, LCD TV or to your mobile device.

Interfacelift.com

 
 
All Rights Reserved 2009.