Need a new web host or having a problem with a script? Tips and advice on the best way to design, build and maintain your most valuable asset - your website!

Would this kind of web-editing tool be useful ?

slay2k
 
Posts: 3
Joined: 25 Jul 10
Trust:

Would this kind of web-editing tool be useful ?

Some friends of mine have developed a tool that lets you build and modify web pages, live in the browser, by dragging and dropping things around. It works on existing pages as well, and is a little like photoshop, but instead of a PSD file you get the actual html/css.

Anyway, since I have some marketing background, I immediately thought of using it for quickly making and editing landing pages and such. I also thought it might be nice for making multiple versions of a page and having the system do A/B split testing for you.

They liked the idea but wanted to know if people would actually use it, so I figured I'd post and see what other people thought.
 

  • 0
PremiumMember
jmpruitt
 
Posts: 4507
Joined: 19 Jun 09
Location: United States
Trust:

sounds interesting. Personally I like using wordpress for all of that not only for the ease of use, but for the impact it can have with seo when used properly.

however, I know many people who prefer a static site, and would probably interest them.
 

  • 0
James Pruitt,
Get my exact strategy for forum marketing and brand your business today...
http://www.forumsweeper.com

 
slay2k
 
Posts: 3
Joined: 25 Jul 10
Trust:

Do you also use wordpress for landing pages and A/B testing ?

Their software seems to work w/ wordpress as well, for making direct modifications without touching the code.
 

  • 0
PremiumMember
jmpruitt
 
Posts: 4507
Joined: 19 Jun 09
Location: United States
Trust:

i use wp for everything LOL. all my sites are built on wordpress, and I never do touch the code.
 

  • 0
James Pruitt,
Get my exact strategy for forum marketing and brand your business today...
http://www.forumsweeper.com

 
slay2k
 
Posts: 3
Joined: 25 Jul 10
Trust:

You never even look at the template code within the admin panel ? From what I've seen, you can only make so many changes in WP without touching the code in some way (e.g editing the header/footer.php)
 

  • 0
PremiumMember
jmpruitt
 
Posts: 4507
Joined: 19 Jun 09
Location: United States
Trust:

depends on wht you are doing i guess. i have never had to edit the footer or header on my sites. usually if i need something done, i find a plugin that does it for me. dont have any need to hack codes tht I dont understand
 

  • 0
James Pruitt,
Get my exact strategy for forum marketing and brand your business today...
http://www.forumsweeper.com

 
kjhosein
 
Posts: 44
Joined: 30 Nov 08
Location: United States
Trust:

@slay2k - this sounds a lot like the (free) Firebug extension for Firefox. It lets you muck around directly with your HTML and/or CSS, live in the browser, although there is no drag-and-dropping of page elements. The Chrome browser also has a lot of built-in web development tools.

Also very useful are the web-dev bookmarklets from Squarefree (https://www.squarefree.com/bookmarklets/webdevel.html). "Test Styles" is easily the bookmarklet I use most.

Best,
 

  • 0