Google
 

Friday, October 13, 2006

All CSS Properties Listed!

All the CSS Properties are listed alphabetically on this website. The CSS property identifies which CSS aspect you want to apply the style to. For example, "Background-color." Using this property will apply a change to the background color of the selector that you choose.



If you read my CSS Tutorial I For beginners you would know that the property completes the portion of the code also known as the "declaration." Here's an example:


#div {background-color: blue}



"#div" is the selector. Selecting which item to apply the style to

"background-color-blue" makes up the entire declaration.



Alright my little CSS pups, here is the link to this great list !!


All CSS Properties List

Wednesday, October 11, 2006

Check it out-Web Directions Website

Hi Guys! If you're trying to make it in the web design/internet market, you should stay up to date on all of the successful ones! I am dissapointed in myself every day, when I find a new, highly popular web resource...Mostly because I feel like I should have already know about it! :( O well...

You don't have to go through this. That's why I'm here! :D

Check out Web Directions Site. There was a very important convention recently and the site has videos of some of the speakers. This is a link to the "Reinventing Social Networking" video. With 20 somethings like Mark Zuckerberg making billions off their online community sites, this is something we should all look into. Enjoy!

http://www.webdirections.org/youbiquity/

Style Master CSS Editor--Not Bad...

CSS isn't that difficult to learn, but if you're like me, and you like to hand code everything, than it can be kind of tedious. Dreamweaver is a good program, that can help you with your CSS design and implementation, but it is not good for creating the entire code. Style Master CSS Editor takes it up a couple notches, with features that are geared towards CSS/HTML coders who want FULL control over the markup. It makes the job easier, without adding fluff, confusion and dirty dirty messy code...Shame on messy code...Anyway, Check it out, it's free to try, it comes from a very reliable company that sponsors "Web Directions South." So, I guess someone likes it. It's not for me, but, I kinda like the tedious stuff :D

http://www.westciv.com/style_master/index.html

Also, for all you Niche Newbies out there, First off, I wuv u! Secondly, there's a great tutorial on the site, for CSS that has helped me a lot and I know you'll benefit from it.

Toodles

Copyright Free Graphics/images for your website

Ok, so this is CSS month, and I should have saved this gem for "Free Graphics & Photos" month...But, I like you a lot. I mean ALOT. So here is a nifty little site. I like making my own graphics, but this is good for blog sites and other little things if you don't have time. Save away, as these are ALL copyright FREE...

:D YEY!

Top Ten Geek Business Myths Blog

Are you a Geek? Have dreams of turning your best new idea into a substantial source of income? I know I do! This is a funny, yet informative link to "Random Ramblings" blog post, on top ten Geek Business Myths--Every tech-saavy novice to expert should read! :)

http://rondam.blogspot.com/2006/10/top-ten-geek-business-myths.html

Johnny Knoxville, Wee Man & ME!

Johnny KnoxvilleWee Man



I'm the one in the middle, with my infamous headband! :) Johnny Knoxville & wee man came to the local bar by our college; Orlando, Fl-they were filming Jack Ass II Feb 06'.....When the bar closed down, my friend Liz (Girl with the brown shirt, in the pic with Knoxville) was flirting so obviously with Jonny and his group of friends, that they invited us back to their hotel. Knoxville drove my car, wee man sat in the back. After hanging out at his hotel for about 30 min. I went home. Liz, well she stayed the night...And I don't think I should say anymore about that...
Anyway, thought I would share. :)

Add Day, Date and Time to your Website using Javascript

Ever wondered how to add the day, date and time to your website?
Well, because I luv you guys so much, and because I have no life, I'll give you the free script...

It's very very easy, simple javascript code, just plug it in wherever you want the clock to go...

First of all, this is what it will look like:

"Monday, 10/11/2006"

And...Drum roll please?

Here is the script:


var currentTime = new Date()
var weekday=new Array(7)
weekday[0]="Sunday"
weekday[1]="Monday"
weekday[2]="Tuesday"
weekday[3]="Wednesday"
weekday[4]="Thursday"
weekday[5]="Friday"
weekday[6]="Saturday"
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(weekday[currentTime.getDay()] + ", " + month + "/" + day + "/" + year)


Just make sure you put it inside a script tag...

You're welcome! :)

Tuesday, October 10, 2006

Looking for a job as a web designer/developer?

Craig's list is a great place to find jobs as a web designer or freelancer. The opportunities are 99.9% exactly what they claim to be, and they're always looking for forward-thinking young minded individuals.

Check out the bottom left navigation on my blog...I have feeds updated every day from craig's list Web Design section. Currently I'm getting info for

Orlando Web Design Jobs

Los Angeles Web Design Jobs

New York Web Design Jobs

If you have suggestions, let me know and I'll try and get some quality feeds from there as well!

20 Web 2.0/CSS Link

Found a very generous wealth of links on a blog post, and since this is October (AKA CSS Month) I wanted to share it with you guys! If you have any to add, please post it; me and my ever-growing bookmark list will give you much thanks!

Here is the link to 20 deliciously helpful CSS links:

http://www.stevengibbons.com/2006/10/07/20-web-20-css-links/

HTML, CSS, PHP, Drupal, Alright Already!

Over the years, I've spent a lot of time trying to understand all of the different languages and ways that are available to communicate through the web medium. I began by learning Dreamweaver software...BTW, this got me absolutely no where, as I had to re-learn everything. TIP: Dreamweaver is good, learning backend is better, and if you ever plan on becoming a quality web designer and/or programmer you will have to learn this; and dreamweaver in no way prepares you for it. Anyway, I digress...



Once I think I have come a long way in my slowly expanding knowledge of web design, graphic design and programming, there is an entirely new set of languages I have to learn. And, before I learn them I have to actually know what in heck I need to learn them for. So here's a little overview for anyone who has been in my predicament:

(This list assumes you already know web graphics & proper designing principles...To cover the graphical part of web design would require an entirely new list, which would include Flash!)

1. HTML-Basic web design, foundation of principles you will need to understand.
2. XHTML- HTML with a few more rules. Learn this after you've mastered HTML, there is no need to learn HTML & XHTML at the same time, unless of course you want to.
3. CSS-Also a basic foundation you'll need to learn in order to succeed as a web designer. Through learning HTML, you should understand tables, from this point CSS is the next language and design instrument you need to be proficient in.
4. DHTML-applies some CSS and HTML elements so that they achieve more dynamic functions. It is a creative way of looking at basic HTML & CSS, someone else has done the dirty work of figuring out how to utilize basic web page design and make it better, so learn this next.
5. Javascript-Program of choice for web designers who want to achieve interactivity (forms, feeds, etc.) and also some dynamic aspects of web design. You don't necessarily need to learn javascript like the back of your hand, but you should understand it pretty well and be able to apply almost any function needed with a little research.
6. PHP/SQL- This is a HUGE jump from javascript, very difficult, very complicated and overall it is much different from you're used to learning if you haven't worked with C++ or any other advanced programming languages. Once you've learned this though, your stock goes up 10 fold. You can create forums, blogs, ecommerce sites-shopping carts, and a lot more. *PHP/SQL are the most widely used programs to achieve their intended results, but there are some interchangeable ones that work if it suits you-ASP being one of them.
7. Drupal- Useful tool for creating web communities, forums, blogs, ecommerce sites. Goes hand in hand with PHP & SQL, though you don't need to learn it if you find other ways to accomplish what it does.

This is a short list, it could be longer. But, this is my list of things right now...Please let me know of other programs and/or languages that you would put higher up on the hierarchy!!

So you Want to be a Web Designer?

I've read and heard many professionals say that the one biggest mistake aspiring web designers and graphic designers make, is that they don't concentrate on a niche. Well, Web Design is our Niche, right? All aspects, every part, we can design ANYTHING (or we'd like to think so...)

But, regardless of what us passionate designers want and think we are capable of, you will be more successful by choosing a core niche for your designs. That might be the hard part. When choosing your niche, focus on the area that you live, is their an abundance of one profession?

1. Real Estate Agents
2. Lawyers
3. Accountants
4. Investors
5. Dentists
6. Eye Doctors
7. Pediatricians
8. Veterinarians

Go online and check to see if all of these businesses have websites, or are even listed online! Some professional businesses, that have been around longer, do not understand the point of marketing online.

They have a decent client base, business cards, what else is there?

LOTS. You can help them get listed in directories, e-mail newsletters, website and much more. You have to get creative. Learn about your particular niche, go to conventions, read other websites in your chosen genre.

Once you have established yourself as a worthy designer to a couple of industry professionals within your niche, the projects and opportunities will start flooding in....

Anyone have a current niche? Happier, or miserable in that niche?

Rounded Corners using CSS

Want to know how to make those rounded corner boxes using CSS and hardly any images?

Do you already have a way of creating rounded corner boxes, using the background image declaration, or some other less-than-perfect method...This article is a MUST for any new Web Designer trying to get all the new tricks down.

CSS and Round Corners: Build Boxes with Curves

CSS Tutorial for Beginners: Part 1

CSS Tutorial for Beginners


CSS stands for Cascading Style Sheets, and it is essentially the language used for styling the contents of an HTML page. I won’t go into the history, reasoning and technical aspects of why CSS is so important. But, instead I will briefly sum up in a list of three reasons what the real purpose behind designing with CSS styles is.


For simple to complicated websites, the content within the site can be completely separated from the design of the site. This is important for a couple obvious reasons: you can update content without changing the style, and you can change the style (colors, fonts, layouts) without having to make any changes to the content.


You can make one change to a style sheet, and it will simultaneously change every part of your content that takes its orders from that style sheet. Let’s put this into perspective-changing one piece of CSS code, can change the colors, layout, fonts, and more of many, many, many pages all at one time. For a great illustration of this quality taking effect, please visit and read the information on the home page of:


http://www.csszengarden.com


Main Format


Cascading Style Sheets are composed of two main parts: Selector & Declaration.


This is an example of a simple style sheet:


H2 { Font-weight: bold;}


The Selector is “H2”

The Declaration is “Font-weight: bold”


If you attach this style sheet to any HTML document, all of the content held between the <H2> </H2> tags will be bold. There are many different types of declarations and selectors, and you will probably not memorize all of them. Having some kind of online resource, or text reference will help you when you’re in the process of creating your site. Also, Dreamweaver will automatically list the selector or declaration items if you type in part of it, Dreamweaver also has some unique visual aids and guides when working with CSS.


Attaching CSS


When you write up all of the style sheets, using the particular selectors (H2, H1, P, etc.) and declarations (font-weight: bold, font-size: 12px, etc) you will then save this document as a CSS file. CSS files contain no head tags, no paragraph tags; basically they are not formatted the way that HTML pages are formatted. Just the styles, that’s it.


You save the file will a .css extension, and then proceed to attach it to the HTML documents you want to be affected by it.


You would attach a style sheet as show in red and within the head portion of the HTML:


The code shown in green is the way in which you would attach a style within the HTML document, and requires no linking whatsoever.


<HTML>

  <HEAD>

    <TITLE>title</TITLE>

    <LINK REL=STYLESHEET TYPE="text/css" 

      HREF="MainStyle.css" TITLE="Cool">

  </HEAD>

  <BODY>

    <H1>Headline is blue</H1>

    <P STYLE="color: green">While the paragraph is green.

  </BODY>

</HTML>


Now, you can probably see why putting a style attribute (declaration on a selector) within the body of the text defeats the purpose and greatness of CSS. It only affects the one piece of text that the style in surrounding.




Selectors

If you are new to CSS, you are probably wondering…What I can use these style sheets on, so far I’ve only see P and H1… You can style almost any standard HTML selector, some examples include:


H1, H2, P, em


In addition to these selectors, you can actually create selectors yourself, and identify images or content as the selector! The two examples of this are:


ID Selectors have a unique value over all other selector elements. An example of what the CSS code would look like using an ID selector:


#Days { font-family: verdana; color: #ffffff }


There are two ways to specify the ID within the HTML code.


You can identify this ID with another element-


<p id=”Days”>Monday, Tuesday, Wednesday</p>


Or as its own DIV, which is also its own unique element-


<Div id= “Days”>Monday, Tuesday, Wednesday </Div>


Class Selectors similar to ID selectors, but their formatting is different, and they hold a slightly less importance than ID selectors when it comes time for the HTML to choose the order of the styles.


An example of what the code would look like:


.days {font-family: verdana; color: #ffffff}


There are also two ways to specify the class within the HTML code.


You can identify the class with another element:


<p class=”Days”> Monday, Tuesday, Wednesday</p>


Or as its own DIV, which is a unique element being styled by the class selector


<Div class=”Days”>Monday, Tuesday, Wednesday </div>



Here are some resources to help you better understand the many different class selectors and declarations. It is composed of many pages, but it is useful to get a general idea of some of the possibly attributes and selectors that can be made using CSS.


http://www.w3schools.com/css/css_reference.asp


I will continue the CSS Tutorial for Beginners in a “Part 2.” Cascading Style Sheets can be very confusing and overwhelming if you are new to them. When I first attempted to teach myself CSS, I spent hours upon hours, days upon days, trying to find resources online that provided me with in depth knowledge on the subject.


Hopefully, I can help someone avoid all that trouble. Please check out the links in the top five sections, this week (10/9/06-10/16/06) is all about CSS, and they are very useful. If you have any questions, or would like some advice on CSS, please post a comment or shoot me a message!



Trend Watch

#1 Rated Hosting, Cheapest Domains

Make sure no one takes your name!
GoDaddy.com - Home of the $1.99 domain name

Google Gives Back: Essential Web Master Tools



I came down prety hard on Google in a recent post on my Technology News Blog If you want to view the article, Sentenced to Life Behind Google I decided I would talk about some of the great things that Google does offer Web Masters, that are essential and incredibly useful. First of all, their Adwords program is not only great for advertisers, it is also an incredible way for web site owners to market their own websites. The Adsense program allows you to set prices on specific keywords, choose the websites you advertise on, and allows complete control over the display of the ad. Also, you can count on Google to ensure the quality and reliablity of their advertisers. If you have money to invest in website marketing or promotion, I would highly recommend using Google Adwords to market your website. If you want to purchase Adwords ad space and watch your user base triple in size, thus increasing profit.

Now that we're talking about website marketing, let me move on to Google Adsense. There has been a lot of talk about Google Adsense, and their competitors. One thing I've heard is that users are so familiar with Google Ads and their format, that they are programmed to just kind of skim over them. But, Google Adsense allows the webmaster to completely customize the format, color and layout. So, this shouldn't really be the issue. The other argument is that Google Adsense doesn't payout as high as the competitors. But, if you're serious about making money with ads, the 2 cents you receive more from a competitor is not worth the sloppy ad displays they have. Google Adsense, without a doubt, displays the most relevant, essential and quality links compare to their competitors. This is because they can, they have the money, the experience and the means with which to provide their customers with the highest quality Advertising methods. If you want to is the answer.

Alright, on to the fun stuff! Google's Toolbar is AMAZING! The newest version out allows webmasters to view CSS, HTML Code, Form information, Site Ranking and a whole lot more. If you consider yourself a web privy individual, web master, or simply curious internet geek like me (well...I'm all three) You should be packing the toolbar in your belt. The is the only way to go for web browsing, mastering or discovering.

The Google Pack is another nifty offering handed to us by our master, Google.com. It's an entire package of lite, fluffy magic that will ensure safer browsing, and efficient web mastering.

Hope that was useful! Any website designer should understand these four essential Google tools like the back of their hand: Google Adsense, Google Adwords, Google Toolbar, and Google Pack