Posts tagged HTML
What Are Margins and Padding in CSS
Nov 18th
Have you ever notice that some websites or when you working on a blog post your text wrapping around an image and the text is right up against or overlapping the image? Ugly right? Well, there is fix for this. You can use CSS or cascading style sheets to fix this. When you want to wrap text around an image or you want to add space to the container, you can set the padding and margins. By default, these settings are set at 0px. To get the text off the image you can set the margin to 5px – 10px and the More >
Use The Canvas Element in HTML To create Graphics
Sep 3rd
I often see articles, tutorials and info sites focusing HTML5 and from those articles I see a lot of benefits to HTML5. At the same time, I get clients and friends asking me about what’s HTML and do they do they need it on their sites. To be honest, you do not really or at least not yet. Its still under development and not all browsers support HTML5. Once HTML5 is fully out of testing more browsers will support HTML5. When that happens, it may be time to upgrade your site. It will be the new standard that has features such as More >
6+ New CSS Tutorials You May Not Have Read Yet
Apr 28th
Over the last few days I spent some more time reading and studying a new list of SS tutorials. Every chance I get, read over CSS blogs and tutorials sites finding the latest CSS guides out there and learning what I can. Cascading Style Sheets are found in every modern website. As a designer and WordPress administrator it is vital that you have CSS skills so can create and modify sites as needed. These are just a few of the CSS sites I went over and learned from. Enjoy.
- The definitive guide to formatting CSS – Sickdesigner – “As web designers, we like certain More >
PHP Tutorials For Beginners – Daily Delicious Links April 16th 2010
Apr 16th
Today I spent some time going over PHP tutorials. I thought I would share with you some of my favorite sites and tutorials covering PHP. PHP coding is not a strong point. My PHP skills are limited to editing and adding code to a WordPress theme. But I do like working with PHP and plan to strengthen my skills as a coder. Take a look at these sites and let me know what you think.
- PHP tutorial for beginners Lots of information about PHP scripts and tutorials to help with beginning PHP (tags: php)
- PHP Tutorial for Beginners | Webmonkey | Wired.com “This tutorial is More >
110+ CSS Resources and Tutorials
Mar 25th
Cascading style sheets (CSS) were created to define how HTML elements will display. CSS can be implemented on the index page or as a stand alone file. In most cases, I would recommend using an external style because you can easily make changes to the style sheet by updating the code and simply replacing the file on the server. If you want a completely different look, then you can create a new style sheet and put it in place. By doing this you will have a new look but the content will stay the same.
Today was a great day for More >






