Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 08:14:18 PM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ General Discussion
| |-+ Tech Corner
| | |-+ What do you use to create your site?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2  All Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: What do you use to create your site?  (Read 6739 times)
donecweb
Administrator
Veteran
*****
Posts: 1 303


DonecWeb


« on: January 23, 2010, 07:33:41 PM »

A lot of people use something like notepad to write the code for their sites but it is not necessary. There are many different WYSIWYG (What You See Is What You Get) programs out there that work quite well. Below is a review of 25 of them some are free and some are proprietary and cost a lot of money. Check it out and if you have any questions maybe someone here will have an answer. I have used several of the free ones.
http://www.smashingmagazine.com/2008/05/06/25-wysiwyg-editors-reviewed/
Report to moderator   Logged

DonEc Web

Links and accurate information provide the best answer, while garbage in provides garbage out.
Menard
Key Keeper
Veteran
*****
Posts: 965



WWW
« Reply #1 on: January 24, 2010, 12:59:55 AM »

I have primarily been using notepad but as of late I have been looking into HTML editors again.

Many of my favorites are long in the tooth (pretty old) by now.

EasyHTML (freeware) used to be my standard editor. It had been a while since it was updated and with later JavaScript code I would get script errors on refreshing the preview; to the pint of annoyance, so I gave up using it. EasyHTML was updated in 2005, and I didn't know it, but was eager to try it when I found out. It would have been perfect except that I was getting a memory leak when using the program, eventually bringing my computer to a near standstill. Dangit; like I said, it would have been so perfect if it had not been for the memory leak.

HotDog Pro (paid) is what set the standard for what I wanted in an editor, and which EasyHTML pretty much matched with the update; except for that memory leak thing. Two features I particularly like with HotDog are a split screen preview and a drop down menu to which you can add links to external programs you use. Maybe those might seem trivial, but both made coding more convenient.

Beerwin's PlainHTML is an editor (freeware) I have recently installed and am looking forward to getting into it. I remember this editor from a few years ago, was impressed then, though it didn't offer some things I wanted, but boy has it been updated. The download itself is 39MB and it has a shopping list of features of which some if not many paid editors are lacking.


Other mentions:

Alleycode is freeware and development has ceased but it does offer a handy and free choice with a split screen preview, easy tag insertion, a table builder, and other features. Unfortunately it does not handle div scrollers well in its preview and as I use div scrollers more frequently now, I don't have much use for it.

Selida (amazingly mentioned in that article) is an old standby freeware editor offering both a wysiwyg editor and code editor, with a split screen preview. It is older than what they allude in the article (they say it hasn't been updated since 2005; I don't think it has been updated since 2001).

Lambda HTML Editor is a simple, small, and fast freeware editor if someone wants something lightweight which is primarily a code editor with a few extra features like tag insertion and special character insertion.

JetSoft HTML editor is a freeware editor which is rather light on features but does offer a small editor with a split screen preview for someone who needs such.

DFM2HTML is a wysiwyg editor, freeware, which comes with near 40 built in templates, and the author seems pretty dedicated to it; it now being in version 4.0 and growing with each version.
« Last Edit: January 24, 2010, 04:45:32 PM by Menard » Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #2 on: February 20, 2010, 03:37:41 PM »

I hate to see Windows NotePad being mentioned when NotePad++ is so much better.

For example, you can search all the files in a directory branch for your search string and this editor syntax-highlights your code. It will save you so much time. And you can drag and drop files onto this application to open them up.

But, it is not an HTML WYSIWYG editor!
Report to moderator   Logged

stu
Key Keeper
Member
**
Posts: 83



WWW
« Reply #3 on: May 04, 2010, 10:08:57 PM »

Hi

I use to use notpad ++ then i went to html kit which i thought was great, now i use dreamweaver cs4, its quick ans simple, i carnt stand the page builder side of it but as a text editor its great as it ends the closing tags for you, sorry getting lazy in my old age

Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #4 on: May 05, 2010, 10:27:32 AM »

It can be difficult to make an attractive website without using a CMS (Content Management System such as WordPress) since these come with designer-created themes. But one work-around might be to adapt a theme by removing the CMS-specific code (but of course retain the credits to the designer).

So where I build a site that needs to look good, I tend to use a CMS plus ready-made theme so that's another reason I can get away with using NotePad++. But most times I focus on the SEO so the appearance is not so important since the visitor will be leaving soon to buy something after landing on the site, hopefully.

If you can justify the cost, then DreamWeaver seems to be the #1 choice for WYSIWYG editing.
Report to moderator   Logged

stu
Key Keeper
Member
**
Posts: 83



WWW
« Reply #5 on: May 05, 2010, 10:49:58 AM »

Ya i agree with you about the cost of dreamweaver, i got it very cheap via an offer with studend discount, other wise i would still be using html kit which is open source.

I did like html kit its an advanced notpad ++ with validation built in
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #6 on: May 05, 2010, 02:15:20 PM »

I used to recommend HTML kit here years ago, and I still think it is a great piece of software. But now I am so familiar with HTML and CSS etc. I don't seem to need it any more.
Report to moderator   Logged

stu
Key Keeper
Member
**
Posts: 83



WWW
« Reply #7 on: May 05, 2010, 03:09:02 PM »

Hi

I dont to be honest, I like dreamweaver for lazyness realy, when you go to close a tag it automaticly closes it for you, so less typing
Report to moderator   Logged

donecweb
Administrator
Veteran
*****
Posts: 1 303


DonecWeb


« Reply #8 on: May 05, 2010, 08:14:02 PM »

Stu does dreamweaver do CSS?
Report to moderator   Logged

DonEc Web

Links and accurate information provide the best answer, while garbage in provides garbage out.
stu
Key Keeper
Member
**
Posts: 83



WWW
« Reply #9 on: May 05, 2010, 09:50:31 PM »

Hi

yes it does do css, and javascript, its pretty good for that it does you mouse over image scripts for you and things like that, i use the cs4 version which has plenty of extras agaist the cs3 version so if you are gona buy defo spend the extra and get the c34, i have the complete adobe master collection cs4 i also got coldfusion to run on my pc aswell but stay away from that
Report to moderator   Logged

donecweb
Administrator
Veteran
*****
Posts: 1 303


DonecWeb


« Reply #10 on: May 06, 2010, 04:33:23 AM »

I wouldn't use dreamweaver myself because I prefer freeware and I have found enough free software to do all the stuff I so far have found a need for. I was just wondering. Does dreamweaver write any extra code when using the WISIWYG function?
Report to moderator   Logged

DonEc Web

Links and accurate information provide the best answer, while garbage in provides garbage out.
stu
Key Keeper
Member
**
Posts: 83



WWW
« Reply #11 on: May 06, 2010, 09:59:02 AM »

Hi

I dont know if cs4 does i now cs3 i trype the code in direct
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #12 on: May 10, 2010, 11:49:12 AM »

Way to go with the signature links Stu.
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #13 on: May 11, 2010, 12:59:31 PM »

I used WordPress again for a new site since it is so quick and easy to set up without the hassle of designing a site.

Here's a page from the site that I created today:

How Private Investors Are Screwed

I used my WP Tycoon script to create the site in about 12 seconds and then I just needed to select a template and create a couple of posts.
Report to moderator   Logged

nsterling
Jr. Member
*
Posts: 29



WWW
« Reply #14 on: July 21, 2010, 06:46:12 AM »

I use dreamweaver to code programs which is the PHP. I find it easy to navigate and to use.  Cheesy
Report to moderator   Logged

Pages: [1] 2  All Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ General Discussion
| |-+ Tech Corner
| | |-+ What do you use to create your site?

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!