Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 24th, 2007, 12:09 AM   #1
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
HTML Easy Edit

I've been creating websites for people alot and most of the time when its a small business there is no need to use a full blown CMS. So I wrote this script to allow people to edit the content of their site if need be without me having to use a full-blown CMS to do it. It works by placing formatted comments before and after sections of the page you want to allow the users to load into the editor.

Heres a demo:
http://www.split-visionz.net/EasyEditor/login.php

Username : test
Password : tester

the pages you can edit from within the demo are
http://www.split-visionz.net/EasyEditor/Demo1.html
http://www.split-visionz.net/EasyEditor/Demo2.html
MicDareall is offline   Reply With Quote
Old Jun 24th, 2007, 2:25 AM   #2
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
A couple things:

I didn't test it in IE, but in FF the window has a horizontal scroll bar. Second of all, the boxes float way right. Third, it was a bit confusing, I didn't see that each box has it's own submit button. You should change that so all the boxes are updated under one single submit button. It's a little misleading. Someone might write out huge messages for each section, and hit the bottom submit button not knowing that they are only updating the one section. They might lose data. It's more of a user accessibility issue than anything. Just something to think about. Other than that, it seems fine.
Booooze is offline   Reply With Quote
Old Jun 24th, 2007, 4:28 AM   #3
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3 kruptof is on a distinguished road
I couldn't edit anything, I selected an option from the combo box but nothing happened, even when I enabled scripting.
__________________
Quote:
When I was young it seemed that life was so wonderful,a miracle, oh it was beautiful, magical.
Now watch what you say or they'll be calling you a radical,a liberal, oh fanatical, criminal. Oh won't you sign up your name,we'd like to feel you're acceptable, respectable, oh presentable, a vegetable
kruptof is offline   Reply With Quote
Old Jun 24th, 2007, 8:03 AM   #4
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by Booooze View Post
A couple things:

I didn't test it in IE, but in FF the window has a horizontal scroll bar. Second of all, the boxes float way right. Third, it was a bit confusing, I didn't see that each box has it's own submit button. You should change that so all the boxes are updated under one single submit button. It's a little misleading. Someone might write out huge messages for each section, and hit the bottom submit button not knowing that they are only updating the one section. They might lose data. It's more of a user accessibility issue than anything. Just something to think about. Other than that, it seems fine.
I'll take a look at changing some things up. What screen resolution are you viewing it at if I may ask? because Ive used 1024x768 and higher and FF2.0 and Ive never had a scroll bar, but it shouldn't be too much to fix.
MicDareall is offline   Reply With Quote
Old Jun 24th, 2007, 1:03 PM   #5
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
I'm at 1280X1024
Booooze is offline   Reply With Quote
Old Jun 24th, 2007, 10:02 PM   #6
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by Booooze View Post
I'm at 1280X1024
lol.. I figured out what it is, I'll fix it, I must have put a different version up. Thanks for pointing it out.
MicDareall is offline   Reply With Quote
Old Jun 24th, 2007, 10:02 PM   #7
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by kruptof View Post
I couldn't edit anything, I selected an option from the combo box but nothing happened, even when I enabled scripting.
And I really have no Idea what would cause this.
MicDareall is offline   Reply With Quote
Old Jun 24th, 2007, 11:07 PM   #8
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 582
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
It works great on IE for me.
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Jun 25th, 2007, 3:08 AM   #9
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Its updated and should not have any horizontal scrolling now on any of the pages.

Now I'm going to attempt and rewrite it to save all instead of individual sections..
MicDareall is offline   Reply With Quote
Old Jul 7th, 2007, 5:22 AM   #10
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Hey, I like that.

The advantages of CMS are, of course, allowing the user to edit their site without having to phone you up, so this small version is really good.

Thanks.
mattireland is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
start Learning HTMl smita HTML / XHTML / CSS 0 Mar 15th, 2007 7:38 AM
very simple question. make button change number in edit box nickm Delphi 2 Apr 29th, 2006 10:47 PM
Basic HTML Tutorial - Reuben Keeney ReubenK HTML / XHTML / CSS 14 Mar 26th, 2006 5:50 AM
HTML =/= Programming Sane Coder's Corner Lounge 32 Mar 8th, 2006 2:50 AM
Reading edit controls (I have tried, code provided) layer C++ 5 Apr 27th, 2005 7:31 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:44 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC