background preloader

Web-Design

Facebook Twitter

Build a Calendar Using PHP, XHTML, and CSS. One of the website features my customers love to provider their web users is an online dynamic calendar. An online calendar can be used for events, upcoming product specials, memos, and anything else you can think of. I've taken some time to completely rewrite the PHP event calendar so that I may share it with you. The CSS The above code is complete with IE6 hacks. The PHP The PHP is largely based upon one function that only requires the month and year of the calendar you'd like. I look forward to seeing what you can do with the calendar! Be Heard Tip: Wrap your code in <pre> tags or link to a GitHub Gist! Older QuickBoxes for Dojo Newer.

Web Develop

Design. Blog- Freebies. Fuzzimo Blog- Vectors. Ok, this took a bit and it was messy but the results are pretty cool. :) I’ve been meaning to do these Splatter Brushes to use in Photoshop for a while now. I already had some black acrylic paint but I also went out and bought some black ink just to have more resources to play with. So I laid many sheets of paper and started splattering all over mixtures of acrylic, ink and water.

I got a bit carried away as it was fun to explore different ways to drip and spill paint. Anyhow here are the results, 35 Free High Resolution Splatter Paint Brushes for Photoshop These Photoshop brushes are large as you can see the px sizes in the screens below.

Photos

iWeb. CSS Selectors, Properties, and Values. For each selector there are “properties” inside curly brackets, which simply take the form of words such as color, font-weight or background-color. A value is given to the property following a colon (NOT an “equals” sign) and semi-colons separate the properties. This will apply the given values to the font-size and color properties to the body selector. So basically, when this is applied to an HTML document, text between the body tags (which is the content of the whole window) will be 14 pixels in size and navy in color. There are many property-specific units for values used in CSS, but there are some general units that are used by a number of properties and it is worth familiarizing yourself with these before continuing. px (such as font-size: 12px) is the unit for pixels.em (such as font-size: 2em) is the unit for the calculated size of a font.

Other units include pc (picas), cm (centimeters), mm (millimeters) and in (inches). When a value is zero, you do not need to state a unit.