October 17, 2009 – 10:28 am
So, I haven’t posted on this blog in awhile… And it’s because I’ve had alot of change happen in my life recently. But, I’m wanting to get back to my website, and be able to create and offer inspiring content for the web. So, I’m going to be redoing my website and giving way to [...]
January 18, 2008 – 5:00 am
This is the first a series of blog posts that I’m going to be writing that has to do with the CSS float property. I hope you can learn from this and be able to have a broader understanding of how you can use CSS to your benefit.
“So what is it good for”, you say? [...]
January 14, 2008 – 9:30 am
One of the first coding languages I taught myself was CSS. I’ve learned the wrong way and right way to do many of the tasks CSS can handle. Hopefully some of the resources below will help someone else alpong their way to CSS mastery.
Books
The first book I ever purchased about CSS was very helpful at [...]
January 11, 2008 – 9:35 am
There are a few resources for PHP that I feel have been vital in my learning the language. From books to websites, I will try and give a short grouping that will hopefully help you understand PHP better.
Books
Some of the best help books I’ve found are written by, Larry Ullman. Here is one of his [...]
January 8, 2008 – 9:41 am
So one of my goals this year is to learn ASP.NET. So I looked at book reviews, read blog articles, and talked to some friends as to what I should learn about ASP. I got out of it that I should learn C#, learn what MVC is, and to just start coding ASP.NET on my [...]
November 16, 2007 – 9:00 am
I work with websites that have a need for alot of images and repetitive content. One of the needs I’ve had to work with is that of not wanting to change the original image once it’s been uploaded, if the change is only temporary.
An example would be where you would need to make product links [...]
November 9, 2007 – 9:12 am
This is an attempt at creating a list of known issues/bugs with Internet Explorer and CSS, and documentation/help for those bugs. I hope that you find it helpful. I’ve been needing to research some of these, so I thought I should document and share. Feel free to submit your finds as well.
Articles / Websites to [...]
November 6, 2007 – 9:28 am
So I’ve been trying to follow the lawsuit against Target. And I remember when I first heard about it I started thinking, “I wonder where this will lead,” hoping that it wouldn’t create a bunch of rules and regulations I have to abide by when creating websites.
There are plenty of standards that I try to [...]
October 22, 2007 – 10:05 am
One thing that I find myself doing continuously is creating forms. From forms that submit info into a database, to forms that send emails. I constantly am doing repetitive processes.
Most of the time I am using server side PHP code to create or validate part of the form. So I created a few server side [...]
October 15, 2007 – 1:52 pm
Today I am writing about the environment. I am trying to become more environmentally aware, and have been trying to think of some ways that I can do that in my profession. So I have decided to write about it for Blog Action Day.
One simple thing that I’ve started doing is using hosting that has [...]
October 12, 2007 – 7:45 am
So, I love critique. It is always unexpected, and you learn from it. Even if you hate to admit it, you do learn. That’s why I love CSS Off so much! But now to recap some things that were said about my entry. Here is the link where my critique is, I’m the last.
But first, [...]
October 4, 2007 – 2:28 pm
So I thought I would share a simple trick that creates a really clean effect. It’s what I call a double border. I don’t like adding borders onto the actual images I put on websites, so I’ve experimented with using css to create the borders. What I’ve found is that css rocks at doing this!
Basically [...]