Mar 17, 2010 | 01:25 PM  
Welcome

Don't have an account yet? You can create one, it is free, just click here

as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.

 • •  Control Panel - Register - Login  • • 
Current Stable MDPro Lite 1.0821 Download
  Forum FAQForum FAQ   SearchSearch  UsergroupsUsergroups  PreferencesPreferences  Options forumOptions forum  Watched TopicsWatched Topics  Watched ForumsWatched Forums
Latest forum posts Latest forum posts  Log in to check your private messages Log in to check your private messages    Log inLog in 
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
VietSon
MD user level 5
MD user level 5


Joined: May 01, 2004
Posts: 94
Location: http://www.nhipcau.net
Member
Post  Posted: Sep 15, 2004 - 09:41 AM Reply with quote Back to top
Post subject: What do you do to promote your Md-site ?

subj.

any ideas are welcome!
View user's profile Visit poster's website
dpottier
MD user level 5
MD user level 5


Joined: July 17, 2004
Posts: 261
Location: Victoria, British Columbia
bannato
Post  Posted: Sep 15, 2004 - 05:25 PM Reply with quote Back to top
Post subject: Re: What do you do to promote your Md-site ?

VietSon
VietSon wrote:
any ideas are welcome!


Make sure you register your site with DMOZ as most of the search engine BOTS check this site periodically.

There is an expensive commercial program, Web CEO that has just released a free version. You can get a copy of the Free Web CEO here. It will take care of search engine registrations for you and a lot more. It is an amazing SEO package.

Search Engine Promotion offers a great Key word Density checker here

Hope these help

David
View user's profile Visit poster's website MSN Messenger
PeteBest
MD user level 5
MD user level 5


Joined: Oct 06, 2003
Posts: 4845

bannato
Post  Posted: Sep 15, 2004 - 11:02 PM Reply with quote Back to top

Also, found the other site that David recommended http://www.sitereportcard.com very useful

_________________
Retired from official MAXdev duties
View user's profile
testuser
MD user level 5
MD user level 5


Joined: Nov 18, 2003
Posts: 117

bannato
Post  Posted: Sep 16, 2004 - 05:50 AM Reply with quote Back to top

Here are my few pennies to this.. I've been trying to promote my site as such for the past 8mo and have found out a few things..

Do not buy traffic ie. those sites that promote "buy 1000 visitors for xyz.."
Get as much links to your site as you can (Arellis can help)
Encourage your users to promote your site for you.. affiliate programs, referer contest, etc
Create (or have someone create) banners for your site (check ebay for banner creators)
Join a banner exchange (at least 2)

My quest continues for more traffic as well Smile
View user's profile
dpottier
MD user level 5
MD user level 5


Joined: July 17, 2004
Posts: 261
Location: Victoria, British Columbia
bannato
Post  Posted: Sep 16, 2004 - 08:30 AM Reply with quote Back to top

Pete
PeteBest wrote:
Also, found the other site that David recommended http://www.sitereportcard.com very useful

I was just the site report card for a site and one of the major code faults found appears to be "45 Warning: <table> lacks "summary" attribute" Any idea of what is causing this, is this caused by a fault with the News module?

Second relates to ContentExpress and many of the URL's in CE Menu blocks not getting converted to short URLs by the current release of phtml.htaccess 106 Warning: unescaped & or unknown entity "&ceid"

Nigglies but ones that can affect site ranking in the SE's

Final one and worst was load time and a part of this is MD or the News module not following the configured setting for only 5 news articles on the main page.

David
View user's profile Visit poster's website MSN Messenger
PeteBest
MD user level 5
MD user level 5


Joined: Oct 06, 2003
Posts: 4845

bannato
Post  Posted: Sep 16, 2004 - 08:54 AM Reply with quote Back to top

David,

Yeah, I noticed that about my site as well. Can't say that I'm too bothered by their warning as my site now meets W3C 4.01 strict (frontpage only ATM) and that didn't mention anything about the summary tag in tables.

The setting for articles on the main page has been covered here before I think. Basically, the settings in the news module to show the max amount of stories just relates to new users (and unregistered users) existing users have to be modified manually in the db

_________________
Retired from official MAXdev duties
View user's profile
Naphta
MD Staff
MD Staff


Joined: Aug 01, 2003
Posts: 517
Location: Berlin - Deutschland
bannato
Post  Posted: Sep 16, 2004 - 09:01 AM Reply with quote Back to top

Quote:
I was just the site report card for a site and one of the major code faults found appears to be "45 Warning: <table> lacks "summary" attribute" Any idea of what is causing this, is this caused by a fault with the News module?


This is not caused by the news module, but by your templates using tables for layout. The summary tag isn't neccessary but useful regarding accessibility.

>>The summary of a table is never displayed in visual browsers; it is exclusively designed for screen readers and speech browsers. It is exactly what it sounds like: a summary, a longer description than the caption.<<

More about the summary tag

Naphta
View user's profile
dpottier
MD user level 5
MD user level 5


Joined: July 17, 2004
Posts: 261
Location: Victoria, British Columbia
bannato
Post  Posted: Sep 16, 2004 - 09:36 AM Reply with quote Back to top

Naptha
Naphta wrote:
The summary of a table is never displayed in visual browsers; it is exclusively designed for screen readers and speech browsers.More about the summary tag

Many thanks for educating me on this aspect. When I started using PC's my first "teacher" was visually handicapped. Can the "summary" process be automated so that a summary=description is included in each table in MD Pro or any other CMS once the command has been added to the tables?

Or will simpy changing a table description to <Table summary=> get a summary included?

David
View user's profile Visit poster's website MSN Messenger
dpottier
MD user level 5
MD user level 5


Joined: July 17, 2004
Posts: 261
Location: Victoria, British Columbia
bannato
Post  Posted: Sep 17, 2004 - 04:21 AM Reply with quote Back to top

Pete
PeteBest wrote:
The setting for articles on the main page has been covered here before I think

Did a cursory search in Forums, not much luck - 7+ pages of results. Checked my tables but no clue there. Could only find field for one parm for stories shown on page. C'est la vie.

One thing needed in Forums - a descent search tool that will actually find a string and possibly rank results. Much less time and frustration. Smile

David
View user's profile Visit poster's website MSN Messenger
PeteBest
MD user level 5
MD user level 5


Joined: Oct 06, 2003
Posts: 4845

bannato
Post  Posted: Sep 17, 2004 - 04:46 AM Reply with quote Back to top

Hmm, I can't seem to find it either. Ah well, nevermind. The section in the DB is in the md_users table and the field you need to change is pn_storynum IIRC

_________________
Retired from official MAXdev duties
View user's profile
dpottier
MD user level 5
MD user level 5


Joined: July 17, 2004
Posts: 261
Location: Victoria, British Columbia
bannato
Post  Posted: Sep 17, 2004 - 05:25 AM Reply with quote Back to top

Pete
PeteBest wrote:
The section in the DB is in the md_users table and the field you need to change is pn_storynum IIRC

Thanks for the tip. It done and that would explain why I could not find it in the stories tables Smile

Dropped to 6 to balance main page side blocks. An inportant area of control and should be selectable from settings Smile

David
View user's profile Visit poster's website MSN Messenger
PeteBest
MD user level 5
MD user level 5


Joined: Oct 06, 2003
Posts: 4845

bannato
Post  Posted: Sep 17, 2004 - 05:32 AM Reply with quote Back to top

Yeah, I know. Sadly I've missed the boat for 1.0.7, so this is another thing I'd like to see added for 1.1

_________________
Retired from official MAXdev duties
View user's profile
dpottier
MD user level 5
MD user level 5


Joined: July 17, 2004
Posts: 261
Location: Victoria, British Columbia
bannato
Post  Posted: Sep 17, 2004 - 08:01 AM Reply with quote Back to top

Pete
PeteBest wrote:
Yeah, I know. Sadly I've missed the boat for 1.0.7, so this is another thing I'd like to see added for 1.1

We will just have to hack it until then and i at least know what to hack now. It will make a nice improvement area for 1.1.

David
View user's profile Visit poster's website MSN Messenger
Display posts from previous:     
Jump to:  
All times are GMT + 13 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by MDForum 2.0.8© 2003-2007 MAXdev Team
Credits