Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   What Do You Use To Build Your Websites? (http://www.greenguysboard.com/board/showthread.php?t=69305)

Greenguy 2018-02-21 08:54 AM

What Do You Use To Build Your Websites?
 
Why am I asking? Why not? :)

And I'm not talking about scripts like TGPX, but more interested to see what everyone uses to write/code the HTML for their sites.

Please include links (with referral codes if they offer one) and a little info on how &/or why you use it.

Here's mine:

|hr||hr||hr|

Namo WebEditor 5.5 - It's a WYSIWYG HTML editor that I got after Microsoft pulled FrontPage Express from Windows circa 2000 or so |angry| I think this version was released in 2003. I did upgrade to v9.0 when they released it, but it was really buggy (it'd automatically make any letters in a URL lowercase, which really fucked up affiliate codes |banghead|) & they vanished soon after that (back now, but it looks like it's just for eBooks?) You can still download it if you search Google, but I'm not sure if you can still register/license it or not (and it's useless unless you bought a license). While I did learn HTML on Notepad, making tables was so much easier with a WYSIWYG and, at the time, I'm not sure I even new about Dreamweaver. I did try it a couple years back, but the learning curve was too much for me |pokefun||greenguy|

I use this basically all day, every day. The only really bad thing about it is that it fucking butchers the coding that you need to use in TGPX, so I basically have to have 3 files for each page on a site that's using TGPX (ex: index.html, index.txt, and index-code.txt) where I build the .html page in Namo, using simple text as a placeholder for where the TGPX coding goes (like "xxxNEWREGULARGALLERIESxxx" is on my version of the Chubby Links index page where today's new galleries will load). I then save it as a .txt file, search & replace a couple of things (ex:
Textpad - I have v5.3.1 but I see they're up to v8.1.2. Like I said, I started building websites on Notepad*, coding (very basic) HTML by hand. Textpad obviously has more bells & whistles than Notepad. I still use it basically every day to edit code that Namo can't, mostly the above TGPX workaround, as well as css files (yes, I do those by hand lol).

*FUN FACT: All the pages on link-o-rama.com have an extension of .htm and not .html because Windows 95** only allowed for 3 character filename extensions.

**FUN FACT II: There was also an 8 character limit on the filenames, which is why my main page is mlinks.htm and not mainlinks.htm - read about 8.3 filenames on Wiki if your REALLY FUCKING BORED.


Search & Replace - Another outdated program I use (they're on v7.3 and the one I have is v4.8 from 2004). It's really handy to do mass search & replaces, especially for blocks of text/coding that's on multiple lines. When all 150+ pages of your website were made doing a "Save As" from a 1 page template, it really does come in handy when you need to edit something on all of the pages :)

|hr||hr||hr|

OK, now it's your turn, Skippy |shake|

.

Pagan 2018-02-21 09:02 AM

Notepad for fast edits. Coffee Cup HTML editor for everything else.

pc 2018-02-21 09:08 AM

Notepad ++ to build or edit anything
Total commander for FTP
Chrome Browser built in Web Developer Tools

Greenguy 2018-02-21 09:24 AM

Quote:

Originally Posted by pc (Post 550208)
Chrome Browser built in Web Developer Tools

I've used this to look at coding before, but are you saying you can edit with it, too?

Toby 2018-02-21 09:35 AM

I've been using Dreamweaver since it was introduced about twenty years ago. But I do far more than basic HTML and CSS coding.

pc 2018-02-21 09:45 AM

Quote:

Originally Posted by Greenguy (Post 550211)
I've used this to look at coding before, but are you saying you can edit with it, too?

Well. Yes you can edit and looks will change live until you refresh the page. It's very handy with css. You can edit the variables and see the results instantly. Then copy and paste ;)

Greenguy 2018-02-21 09:48 AM

Quote:

Originally Posted by pc (Post 550213)
Well. Yes you can edit and looks will change live until you refresh the page. It's very handy with css. You can edit the variables and see the results instantly. Then copy and paste ;)

NO SHIT! Well, thank you very much for that tip! |smooch|

ArtWilliams 2018-02-21 10:18 AM

I use BlueGriffon which is a successor to Nvu / Kompozer and Mozilla Composer. It's free and open source. You can buy some add-ons to support the author. It's WYSIWYG, supports CSS and is actively developed by it's author. Mac, Windows and Linux versions are available.

JustRobert 2018-02-21 11:20 AM

I've used Dreamweaver since I started back in 2001

jollyhumper 2018-02-21 11:32 AM

I'm using Dreamweaver as well. I started using it a year before I started my Bachelor in Multimedia, approx 2000.

EditPad and Bridge/Photoshop as well. I have quite a collection of Actions in Photoshop which I call from inside Bridge.

Filezilla FTP. (Dreamweavers FTP isn't always that good)

Jolly

romulus 2018-02-21 08:30 PM

OMG!!!! My login still works after all these years!

Well these days I mainly build mainstream sites for client using Joomla.

But for the manual stuff it's always been Dreamweaver and Notepad++

If I need to do scripting then I still use Perl and just write the code in Notepadd++

--
Lou S (a.k.a. romulus)

ArtWilliams 2018-02-21 09:39 PM

Welcome back!

Quote:

Originally Posted by romulus (Post 550230)
OMG!!!! My login still works after all these years!

Well these days I mainly build mainstream sites for client using Joomla.

But for the manual stuff it's always been Dreamweaver and Notepad++

If I need to do scripting then I still use Perl and just write the code in Notepadd++

--
Lou S (a.k.a. romulus)


Greenguy 2018-02-22 04:46 AM

Quote:

Originally Posted by romulus (Post 550230)
OMG!!!! My login still works after all these years!

Congrats on your 2nd post! |party2

sarettah 2018-02-23 03:32 AM

I use PSPAD as my editor for almost everything.

https://www.pspad.com/en/


Use Chrome web developer tools for a lot of my debug of javascript and css.

Jeremy82 2018-02-24 11:12 AM

Quote:

Originally Posted by Greenguy (Post 550206)
OK, now it's your turn, Jeremy82 |shake|

All right, I'm using PSPad. |virgohippy|

Kinky 2018-10-29 08:56 PM

Quote:

Originally Posted by Greenguy (Post 550206)
Why am I asking? Why not? :)

And I'm not talking about scripts like TGPX, but more interested to see what everyone uses to write/code the HTML for their sites.

Please include links (with referral codes if they offer one) and a little info on how &/or why you use it.

Here's mine:

|hr||hr||hr|

Namo WebEditor 5.5 - It's a WYSIWYG HTML editor that I got after Microsoft pulled FrontPage Express from Windows circa 2000 or so |angry| I think this version was released in 2003. I did upgrade to v9.0 when they released it, but it was really buggy (it'd automatically make any letters in a URL lowercase, which really fucked up affiliate codes |banghead|) & they vanished soon after that (back now, but it looks like it's just for eBooks?) You can still download it if you search Google, but I'm not sure if you can still register/license it or not (and it's useless unless you bought a license). While I did learn HTML on Notepad, making tables was so much easier with a WYSIWYG and, at the time, I'm not sure I even new about Dreamweaver. I did try it a couple years back, but the learning curve was too much for me |pokefun||greenguy|

I use this basically all day, every day. The only really bad thing about it is that it fucking butchers the coding that you need to use in TGPX, so I basically have to have 3 files for each page on a site that's using TGPX (ex: index.html, index.txt, and index-code.txt) where I build the .html page in Namo, using simple text as a placeholder for where the TGPX coding goes (like "xxxNEWREGULARGALLERIESxxx" is on my version of the Chubby Links index page where today's new galleries will load). I then save it as a .txt file, search & replace a couple of things (ex:
Textpad - I have v5.3.1 but I see they're up to v8.1.2. Like I said, I started building websites on Notepad*, coding (very basic) HTML by hand. Textpad obviously has more bells & whistles than Notepad. I still use it basically every day to edit code that Namo can't, mostly the above TGPX workaround, as well as css files (yes, I do those by hand lol).

*FUN FACT: All the pages on link-o-rama.com have an extension of .htm and not .html because Windows 95** only allowed for 3 character filename extensions.

**FUN FACT II: There was also an 8 character limit on the filenames, which is why my main page is mlinks.htm and not mainlinks.htm - read about 8.3 filenames on Wiki if your REALLY FUCKING BORED.


Search & Replace - Another outdated program I use (they're on v7.3 and the one I have is v4.8 from 2004). It's really handy to do mass search & replaces, especially for blocks of text/coding that's on multiple lines. When all 150+ pages of your website were made doing a "Save As" from a 1 page template, it really does come in handy when you need to edit something on all of the pages :)

|hr||hr||hr|

OK, now it's your turn, Kinky |shake|

.

still owe you guys |mml| for NAMOing me... best fucking WYSIWYG I still rock the 5.5 the 9 sucked... but I was just about to ask you what you were using these days and i checked the site and NAMO ONE looks pretty sweet and cums with a free trial |banana|

Namo WebEditor ONE is available for MAC only for now.
and never mind that.

FUN FACT: I only drop an L when I am absolutely fucking forced into using it... Old Blue Screen 95, an AVS, and a free host that worked at every pic post EVER back in the days (except Danger's of course haha no web1000 assholes!) and don't forget FP Express |facepalm|


Did you know NAMO has the best search and replace ever... I didn't even know until Cleo told me about searching and replacing the smart way lightyears ago |bow| |cat

https://i.imgflip.com/1at47j.jpg

FUNNY FACT I JUST MEMBER BERRIED: back when you guys recommended namo I was using Express because some tramp that slept with me one time then expected me to build her a fuggin complete site... so I was all here you go honey and gave her my FP 2000 disk... then my computer crashed and I needed the damn disk |banghead| I believe her online nick translated to Any Cock Will Do... man the internet used to be a fun place before the twAtter took over...

Greenguy 2018-10-30 06:45 AM

I honestly had no idea they still had an editor - their website was always http://www.namo.com/

PhoneMistress 2018-11-01 11:46 AM

You mean besides my hands? :)

I still just open Notepad and start typing.

Kinky 2018-11-02 10:52 AM

Get with Greenguy @ Greendr Hookup App
 
Quote:

Originally Posted by PhoneMistress (Post 553868)
You mean besides my hands? :)

I still just open Notepad and start typing.

show off... i'm picturing you banging out source code while talking filthy on a headset all while wearing a frumpy comfy outfit...


so uhm are you single??? Jolly wanted me to ask he is kinda shy (i'm kidding of course)(unless the answer is YES)

#GreendrDatingApp

#DirtyTalker

hony 2018-11-20 10:01 PM

These days it is notepad++ and Chrome Dev Tools.

Really want to have some wysiwyg like we had in the "old days" so I'm going to look at Brackets soon.

Most new sites are actually WP now, the old sites which were built more than 10 years ago I'm just maintaining with text editor. If I want to build new stuff I do it in WP.

However getting fed up with the slow speed and maintenance issues.

Considering going to static site generator like Jekyll or Gatsby but they seem so primitive.

Oh, and yeah my login here worked too after many many years!

Greenguy 2018-11-21 08:32 AM

Quote:

Originally Posted by hony (Post 554228)
Oh, and yeah my login here worked too after many many years!

It's only been 5-1/2 years since you posted. I usually wait til 6 years have passed before I start adding random numbers to everyone's password :D

LeRoy 2018-11-21 08:40 AM

Wordpress and Dreamweaver.

I have mechbunny too but not doing tubes lol

hony 2018-11-21 11:29 PM

Quote:

Originally Posted by Greenguy (Post 554232)
It's only been 5-1/2 years since you posted. I usually wait til 6 years have passed before I start adding random numbers to everyone's password :D



Wow that was close! |pray|

Kinky 2018-11-23 05:02 PM

I am going to admit in this private twitter DM webmaster forum that after 21+ years around adult websites that I still cannot make a page w/o a wysiwyg editor... I couldnt make a page with a single word on it much less link it to shit... please don't tell anybody guys it's sorta not embarassing I think it's funny a$ fuck |loony|


and just for shits and giggles I'll add that literally for years after using frontpage I had not idea there was a "center" button... i just used the space bar and mis-aligned shit up |tmi|

I swear I earn a living at this $hit somehow |huh

Greenguy 2018-11-23 07:29 PM

My 1st page was on angelfire.com & they gave you some default HTML coding when you started, so I do know basic stuff, but tables always gave me a hard time, so I started using FrontPage Express & then Namo when MS shitcanned it & it's been WYSIWYG ever since. I can look at the source of a page & guess most shit, but I wish I kinda wish I never went the easy route & continued to learn to code by hand.


All times are GMT -4. The time now is 12:10 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc