Paint Shop Pro Web Design
Delicious Bookmark Us Bump this on Design Bump Share this page on  Facebook Share on Technorati Share on MySpace Michele's Paint Shop Newbie 101 Follow Me On Twitter Google Bookmark This Site gmail this site Post to Myspace Reddit Bookmark
Share with others

 

We are putting out a call for help, and running a DVD drive. Your DVD donation amount gets you everything we can fit on a 4.7GB DVD. Packed with Tutorials, Tubes, PNGs, Frames, Gradients and more! We are behind $1400.00, which the site needs by Oct 1, 2010. Any help you can provide would be greatly appreciated.
DVD Collection

22 April 2010

PSP Script Basics. The basics on how to use the Script features.

4 May 2010

PSP Tube Basics. Design, save, and use tubes. Learn more about the directories for tubes.

14 May 2010

Creative Text Tutorial. Graffiti style text tutorial to design cool tags.

15 June 2010

Floaties Text Animation tutorial has been added to our tutorials section. Learn how to add animated backgrounds into your text graphics.

15 July 2010

Important Note: Between 7/15 and 8/17, I will be busy outside of the net world, and emails/forum questions will be answered during this time, but please be patient during this super hectic time for me. As always DVD shipments ship upon donation. We apologize in advance for any delays in our replies. On a positive note September opens up a whole new busy time for MPS so be sure to get ready to learn more about Paint Shop Pro and more!

31 July 2010

PaintShop Photo Pro X3 Service Pack 2 Update featuring more than 50 improvements. Completed update will bring your version to the current 13.2.0.35

Paint Shop Pro Photo Corel


Corel Paint Shop Pro Sale SAVINGS ALERT:
We do our best to bring you the current sales

Save on Paint Shop Photo Pro X3.
Plus free Photo Restoration Book. Now From $59.99.
For Photos to be Proud of

Paint Shop Pro X3 PSP NEW VERSION
We show you how to use it FREE!

Learn more about Corel® Paint Shop Pro®

Paint Shop Pro Ultimate Photo X2



You asked us for our opinion so here it is!
What helps to make outstanding digital graphic designs while using Paint Shop Pro?
The answer is the The Intuos4 tablet
Intuos4 is the popular and versatile way to enhance your creativity.






Brand New Corel Paint It!. You wanted to know how to easily tranform your photos?
The alternative that magically transform your photos into unique paintings, is with Corel Paint It!

PSP News
Paint Shop Pro Tubes

Want to be the first to hear about our newest tutorials, tubes, and more? Simply follow us on Twitter!


Michele's Top Design Picks
Wacom Graphic Pen Tablets

I've had my Wacom Drawing Tablet now for almost six years, and not once has it let me down. In my early years I could never get my graphics to look neat and clean, but when I got the Wacom tablet my graphic life changed! This is why I've decided this should be my Top Pick.

Wacom Bamboo Fun Tablet Small

Hosting by DreamHost

Setup your own webspace to show off your Paint Shop Pro Graphics. If you do we will give you a $25.00 discount on web hosting through Dreamhost by using the icon below.

Green Hosting by DreamHost


 

The HTML 5 Guide Element Update Review

HTML 5 information on the new drafts of the 5th major revision of the core language of the World Wide Web, since 1997. Designers are both excited and worried about these changes. January 22, 2008, The World Wide Web Consortium (W3C) released news that HTML 5 is a work in progress.

Webmasters all over the world are anxiously waiting for the release of the long overdue HTML 5. We all are so very hopeful we will finally have a language that is in conformance criteria for user agents in an effort to improve interoperability across browsers. Designers have waited for a long time to have a language that is compatible across all browser boards, and we are tired of using hacks to have our sites work in every browser. We all know that Internet Explorer, has their own rendering world, and pages load a bit differently then in other browsers. I am hopeful those days are coming to an end.

HTML 5New elements are being added to the HTML language, and old elements are being removed, and this will have effects on those that do not use or know how to manipulate CSS! Just from my own bit of reading I feel the new HTML 5 will be extremely considerate to CSS. I highly recommend that those designers that have not used CSS should now start using it or you may be in for a rude awakening.


HTML Attributes of HTML 5 No longer allowed in HTML 5

No longer allowed.

accesskey attribute on , area, button, input, label, legend and textarea.

No longer allowed.

scope attribute on td.

No longer allowed.

rev and charset attributes on link and a.

No longer allowed.

headers, axis and abbr attributes on td and th.

No longer allowed.

shape and coords attributes on a.

No longer allowed.

charset and language attributes on script.

No longer allowed.

summary attribute on table.

No longer allowed.

longdesc attribute on img and iframe.

No longer allowed.

valuetype and type attributes on param.

No longer allowed.

target attribute on link.

No longer allowed.

archive, classid, codebase, codetype, declare and standby attributes on object

No longer allowed.

nohref attribute on area.

No longer allowed.

scheme attribute on meta.

No longer allowed.

profile attribute on head.

No longer allowed.

version attribute on html.



New HTML 5 Elements Better Structure

dialog

The dialog element is used to mark up a conversation as in a "dialog"

section

The section element represents a section. As an example it can be used together with headings such as h1-h6 to indicate the document structure.

header

The header element represents the header of a section.

nav

The nav element represents a section of the document intended for navigation.

aside

The aside element represents a piece of content that is only slightly related to the rest of the page.

article

The article element represents an independent piece of content of a document, such as a blog entry or newspaper article.

footer

The footer element represents a footer for a section and can contain information about the author, copyright information, and more.

time

The time element represents a date and/or time.

datagrid

The datagrid element represents an interactive representation of a tree list or tabular data.

figure

The figure element can be used to associate a caption together with some embedded content, such as a graphic or video. Highly anticipated. An example as shown at the W3 site.

canvas

The canvas element represents is used for rendering dynamic bitmap graphics on the fly, such as graphs, games, et cetera.

details

The details element represents additional information or controls which the user can obtain on demand.

datalist

The datalist element together with the a new list attribute for input is used to make comboboxes. An example as shown at the W3 site.

event-source

The event-source element is used to "catch" server sent events.

output

The output element represents some type of output, such as from a calculation done through scripting.

command

The command element represents a command the user can invoke.

meter

The meter element represents a measurement, such as disk usage.

m

The m element represents a run of marked text.

progress

The progress element represents a completion of a task, such as downloading or when performing a series of expensive operations.

datatemplate, rule, and nest

These element provide a templating mechanism for HTML.

The input element's type attribute now has the these new values:

datetime, datetime-local, date, month, week, time, number, range, email, url



HTML 5 Quick Change Card Better Structure

The a and area elements

Now have a media attribute for consistency with the link element. It is purely advisory.

Also has a new attribute called ping that specifies a space separated list of URIs which have to be pinged when the hyperlink is followed. This attribute allows the user agent to inform users which URIs are going to be pinged as well as giving privacy-conscious users a way to turn it off.

The area element, for consistency, now has the hreflang and rel attributes.

The base element

Now has a target attribute as well mainly for consistency with the a element and because it was already widely supported. The target attribute for the a and area elements is no longer deprecated. They are useful in Web applications, such as with ain conjunction with iframe.

The value attribute for the li element

Is no longer deprecated. The same for the start attribute of the ol element.

The meta element has a charset attribute

As this was already supported and provides a nicer way to specify the character encoding for the document.

A new autofocus attribute

Can be specified on the input except when the type attribute is hidden, select, textarea and button elements. It provides a declarative way to focus a form control during page load. This feature should enhance the user experience as the user can turn it off if he does not like it.

The new form attribute for input, output, select, textarea, button and fieldset

These elements allows for controls to be associated with more than a single form.

The input, button and form elements

Now have a new replace attribute which affects what will be done with the document after a form has been submitted.

The form and select elements as well as the datalist element

Have a data attribute that allows for automatically prefilling of form controls, in case of form, or the form control, in case of select and datalist, with data from the server.

The new required attribute

Applies to input except when the type attribute is hidden, image or some button type such as submit and textarea. It indicates that the user has to fill in a value in order to submit the form.

The input and textarea elements

Has a new attribute called inputmode which gives a hint to the user interface as to what kind of input is expected.

You can now disable an entire fieldset by using the disabled attribute on it.

Please note that this was not possible before.

The input element

This has several new attributes to specify constraints: autocomplete, min, max, pattern and step. As mentioned before it also has a new list attribute which can be used together with the datalist and select element.

The style element

Now has a new scoped attribute which can be used to enable scoped style sheets. Style rules within such a style element only apply to the local tree.

input and button

Has a new template attribute which can be used for repetition templates.

The menu element

Now has three new attributes: type, label and autosubmit. They allow the element to transform into a menu as found in typical user interfaces as well as providing for context menus in conjunction with the global contextmenu attribute.

The script element

Now has a new attribute called async that influences script loading and execution.

The html element

Now has a new attribute called manifest that points to an application cache manifest used in conjunction with the API for offline Web applications.



Global Attributes class, dir, id, lang, tabindex and title

Many attributes from HTML 4 now apply to all elements. Global attributes: class, dir, id, lang, tabindex and title.

The irrelevant attribute

Indicates that an element is not yet, or is no longer, relevant.

The contextmenu attribute

Can be used to point to a context menu provided by the author.

The contenteditable attribute

Indicates that the element is an editable area. The user can change the contents of the element and manipulate the markup.

The draggable attribute

Can be used together with the new drag & drop API..