Simplify the Web

Content Development Kit For Designers / Developers

It has taken a little while to get back on the saddle on the blog. We've been pretty slammed overall in working to get things out the door. After a long furlow, the latest version of PageProLive is on the horizon.

Design Agnostic Deveopment Kit

The PageProLive system has been revamped to enable anyone from the every day designer who wants to simply enable their designs with content easily managed, to the more complicated and intricate developer who needs to streamline the management of their content on a page.

The principle is simple, manage your content in a page without managing the structure of the page. The implementation is straight forward and can easily be used as a simple copy paste script implementation or a more complicated integral part of a developed page.

The great thing about PageProLive is that it's Design Agnostic. Simply put, it outputs compliant unstyled HTML. This allows the output to take upon itself the style of any page it's being put into, allowing a true integrated look of your site. There are no templates!

If you have an existing Content Management System you can even use the PageProLive system in it's current setup. You can use it however you see fit, it's a Content Magement Kit.

DotComOnomics is looking for a select few Designers interested in utilizing PageProLive to enable your designs quickly and easily. This is a controlled release and will only be open to a few individuals. If you are a web designer and have designs that would look great on a site but you need to enable easy management of content, then we're looking for you!

Contact Us Today and let us know you are interested!

Published: Tue, May 19 2009 - 09:25 AM
Tags: Content Management |Content Development |CMS |Manage Content |
Category: Design
Leave a Comment


SEO is good for everyone

After some recent efforts working with a company on improving its SEO visibility and overall performance it has come to my attention just how important it is to make sure EVERYONE in the business has some cursory knowledge and understanding of Search Engines and how they search.

Knowing the basics will help the business to keep its mind aware of what some decisions can do to impact the standings of their site on the web. Even down to the developers, yes, that's right peoples even the developers.

Why would a developer need to know SEO? If you step back and think about it for a minute that person is the one who will ultimately place code out on the internet to be seen by all the search engines. Would it make sense to give the keys to the driver of a bus without verifying he/she knows how to drive first? And so it is with SEO.

By taking the time to work with everyone involved in a project to make sure they understand SEO it will help to reduce time it takes to get the job done and in the end you won't be reviewing your code over and over to tweek it and make sure it looks right. It's good for everyone!

So the next time you hear someone saying SEO is good and SEO is great, take some time to listen to the basics, get a good understanding, get in control, it will only help you in the long run!

Published: Sun, Apr 26 2009 - 09:36 AM
Tags: SEO everyone |SEO tips |Seach Engine Optimization |
Category: Search Engines
Leave a Comment


Back In The Saddle Again

We've been pretty busy with a couple of projects recently, so the blog has been a little neglected. However, we're back and in the saddle and firing on all pistons. There are a few things coming up that you should be interested in.

After much diliberating, we have decided that we will be releasing our Blog Product to the open public as an open source project, at no cost. The thought is simple, get the feedback from the masses as to what they think and see if it's as good as we say it is. We are still here, and we still plan on working with people to help them take their sites to the next level and offering our services in any way we can; we're just gonna do a bit of an experiment is all with our blog system is all.

Stay tuned!

Published: Wed, Mar 18 2009 - 10:38 AM
Tags: Back in Black |
Category: News and Info
Leave a Comment


Preparing Photos for Your Website

While a lot of what makes a website is fairly simple, most amateur web workers have trouble - at first - with adding pictures to their website. Here's a primer.

A Special Place

You need a special place on your website to hold your images. This is important because it makes it easier to manage your website...and let's face it: we all need to make it as simple as possible, right? Create a folder in your website's directory to hold your images. I usually name the folder something sophisticated like "images". Once you have a place to put those great pictures, we can get them ready for the web!

Preparing Your Photos

The most significant mistake new web workers make with pictures is to just upload them as-is. The dimensions are huge, the filesize is huge, and the photos don't look as nice as they could. That's a huge problem for every visitor, but especially those still using dial-up connections.

Crop the Pictures

Before you do anything else, crop the photo so that the focus of the image is the part that communicates. If the whole photo is good, don't crop it...but most photos have more impact when the center of attention is larger and isolated.

Resize the Pictures

There are two ways to make your picture display at the dimensions you want: to make the photo the exact size, or to put the dimensions in your HTML. You should never do it with HTML for the following reasons:

  • Any mistakes will make the image display improperly. Squishing or stretching the image in only one direction gives the viewer a jarring sensation without knowing exactly why. Nobody wants people to feel that way on their website.
  • If your photo is larger than needed, you're making visitors download unnecessary data. That increases the load time for your page, reducing the impact of your website.
  • If your photo is smaller than needed, streching it can lead to blocky, pixelated parts of your image known as 'artifacts'. If the point of an image is to convey information or invoke an emotion, make the most of what you have.

Resize the image on your computer before putting it on your website. This ensures that you're putting your best foot forward.

Optimize the Pictures

This part is the most foreign to the average web worker. Let me simplify it: the human eye is capable of seeing much, much more in a picture than a computer monitor can display. If you're going to print a picture on photo paper, you want the highest quality possible because the human eye will be viewing it directly. When you view an image on a computer monitor, you want the image to be the lowest quality possible without looking bad. The process of shrinking an image this way is called optimization. Done properly, optimization reduces the filesize of the image without reducing the quality. Most image-editing programs can optimize a photo for you.

We've all been to websites with pictures that took 5 minutes (or more) to finish loading. This is generally because an unoptimized photo can be hundreds of times bigger than an optimized one. Unless you want your visitors leaving your site before the pictures finish loading, spend some time learning how to optimize them.

Upload the Pictures

When you've cropped, resized, and optimized the photos, they're web-ready. Now you need to upload them to that special folder you created for them. If you're a PageProLive subscriber, you can do this when you're editing the page or blog post that you're working on. If you're not a PageProLive user you'll need an FTP program. FTP stands for File Transfer Protocol, and simply means 'a way to move files from your computer to a web server'.

Link to the Pictures

When the photos are online, you'll need to add them to your page or post. PageProLive users can simply use the built-in image picker to put the pictures right where they want them. If you're editing your own HTML, you'll need to create code like this:

<img src="images/photo.jpg" alt="Description" />

Here's what the parts do:

IMG: this simply says "here's an image".

SRC: this means "source".

IMAGES/PHOTO.JPG: this is the actual location of the photo (in that special folder you created) and the filename (what you called the photo before you uploaded it). This part will be different for everyone, depending on the actual location of the photo. If you make a mistake here, your visitors will see a red X or a blue diamond or a question mark instead of your photo, so be careful.

ALT: this means "alternate text". This is what displays if, for some reason, your photo doesn't load properly. It's very important.

DESCRIPTION: you can put two kinds of information here. First, you can describe the contents of the photo. This is best, as alternate text conveys the photo's message when it can't be seen. Blind internet users rely on good descriptions to understand your website, so make it good. You can put whole sentences in there, so make it work. Second, you can add a few keywords for improved search engine visibility. This is only recommended for images that don't normally convey information, like decorative borders. Do not use search engine tactics in place of real descriptions. In fact, most of the time, your best bet for BOTH types of descriptions is to simply describe the photo. If you've chosen a photo that conveys information or evokes emotion, a good description will serve both functions.

Summary

There you have it. Those are the basics for adding photos to your website. It might seem complicated at first, but it quickly becomes second nature when you do it a dozen times or more. Choose great photos, prepare them properly, and describe them well...and your website will have the kind of impact you're looking for!

Published: Sun, Jan 25 2009 - 17:44 PM
Tags: Photos |
Category: Design
Leave a Comment


Blog Development Kit

Dilemma:

Since we started DotComOnomics back a couple of years ago, Tony and I have been working hard to provide solutions that we wouldn't be ashamed of recommending or even using through out our endeavours online. We have always had an idea to be able to easily implement a system that would enable and not hinder the web design process.

The holy grail here was to make a system that would be easily included and called at any time throughout the code and insert the output with minimal impact on the design of any site. In essence a Design Agnostic Development solution that would enable us to work with any site, any look, any feel without the problem of spending precious time on "integrating."

What we wanted just simply didn't exist. Too many systems require you to work your design into their rigid file structure and setup. What we needed was a system that integrated INTO your site and not the other way around.

Our solution:

PagePro Live was our answer to the conundrum we faced. Built with the idea of integrating into any design look and feel, it made updating information quick and easy for any user and presented ourselves with a solution that worked with any template setup.

Well the next generation of our system is coming, a system that takes that integration idea to the next level. A system that enables the designer AND the developer to easily create a design AND develop solutions extensibly and quickly. A system that will allow the end result to look perfect and without the time it takes to update and integrate. As the solution gets closer look to the blog for information on how to use it, how it works and how you can take advantage of PagePro Live.

 

Published: Fri, Jan 23 2009 - 17:08 PM
Tags: Blog Development Kit |Development |Easy Blog Integration |
Category: News and Info
Leave a Comment


<< Newer Posts | Older Posts >>