|
2018-02-21, 08:54 AM | #1 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
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: Namo WebEditor 5.5 - It's a WYSIWYG HTML editor that I got after Microsoft pulled FrontPage Express from Windows circa 2000 or so 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 ) & 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 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: </php becomes {phpcode}), copy & paste the coding from the Template Wizard from the index-code.txt file (have to save it someplace, otherwise you have to redo it in TGPX each time) and Bingo! TGPX compatible coding 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 OK, now it's your turn, Skippy . |
2018-02-21, 09:02 AM | #2 |
Perverted Empress
Join Date: Feb 2005
Location: Finland
Posts: 4,852
|
Notepad for fast edits. Coffee Cup HTML editor for everything else.
__________________
Is it naptime yet? |
2018-02-21, 09:08 AM | #3 |
Shift Out / X-On
|
Notepad ++ to build or edit anything
Total commander for FTP Chrome Browser built in Web Developer Tools |
2018-02-21, 09:24 AM | #4 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
I've used this to look at coding before, but are you saying you can edit with it, too?
|
2018-02-21, 09:35 AM | #5 |
Lonewolf Internet Sales
|
I've been using Dreamweaver since it was introduced about twenty years ago. But I do far more than basic HTML and CSS coding.
|
2018-02-21, 09:45 AM | #6 |
Shift Out / X-On
|
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
|
2018-02-21, 09:48 AM | #7 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
NO SHIT! Well, thank you very much for that tip!
|
2018-02-21, 10:18 AM | #8 |
You can now put whatever you want in this space :)
|
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.
Last edited by ArtWilliams; 2018-02-21 at 10:34 AM.. |
2018-02-21, 11:20 AM | #9 |
Bow Ties Are Cool
Join Date: Jun 2006
Location: California
Posts: 9,543
|
I've used Dreamweaver since I started back in 2001
|
2018-02-21, 11:32 AM | #10 |
That's what she said
|
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 |
2018-02-21, 08:30 PM | #11 |
Internet! Is that thing still around?
Join Date: Mar 2005
Posts: 3
|
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) |
2018-02-21, 09:39 PM | #12 | |
You can now put whatever you want in this space :)
|
Welcome back!
Quote:
|
|
2018-02-22, 04:46 AM | #13 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
Congrats on your 2nd post!
|
2018-02-23, 03:32 AM | #14 |
Asleep at the switch? I wasn't asleep, I was drunk
Join Date: Apr 2005
Posts: 214
|
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. Last edited by sarettah; 2018-02-23 at 03:36 AM.. |
2018-02-24, 11:12 AM | #15 |
You can now put whatever you want in this space :)
Join Date: Oct 2010
Posts: 988
|
__________________
FeetSexVids.com |
2018-10-29, 08:56 PM | #16 | |
HEY NOW!
Join Date: Apr 2004
Location: in the Matrix Glitching on an Endless Loop. Loop. Loop. Loop. Loo
Posts: 1,218
|
Quote:
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 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 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 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...
__________________
don't mind me im nothing but nonsense <3 Last edited by Kinky; 2018-10-29 at 09:18 PM.. Reason: I'm Kinda Kinky and fuck namo one |
|
2018-10-30, 06:45 AM | #17 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
I honestly had no idea they still had an editor - their website was always http://www.namo.com/
|
2018-11-01, 11:46 AM | #18 |
Operator! Give me the number for 911!
Join Date: Jun 2004
Location: Washington DC
Posts: 138
|
You mean besides my hands?
I still just open Notepad and start typing. |
2018-11-02, 10:52 AM | #19 | |
HEY NOW!
Join Date: Apr 2004
Location: in the Matrix Glitching on an Endless Loop. Loop. Loop. Loop. Loo
Posts: 1,218
|
Get with Greenguy @ Greendr Hookup App
Quote:
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
__________________
don't mind me im nothing but nonsense <3 |
|
2018-11-20, 10:01 PM | #20 |
If something's hard to do, then it's not worth doing
Join Date: Dec 2004
Posts: 249
|
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!
__________________
$$$ Webcam programs that earn for me -- YMMV $$$ |
2018-11-21, 08:32 AM | #21 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
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
|
2018-11-21, 08:40 AM | #22 |
"Young dumb and full of cum"
|
Wordpress and Dreamweaver.
I have mechbunny too but not doing tubes lol
__________________
JAPANESE ADULT AFFILIATE PROGRAM |
2018-11-21, 11:29 PM | #23 | |
If something's hard to do, then it's not worth doing
Join Date: Dec 2004
Posts: 249
|
Quote:
Wow that was close!
__________________
$$$ Webcam programs that earn for me -- YMMV $$$ |
|
2018-11-23, 05:02 PM | #24 |
HEY NOW!
Join Date: Apr 2004
Location: in the Matrix Glitching on an Endless Loop. Loop. Loop. Loop. Loo
Posts: 1,218
|
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
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 I swear I earn a living at this $hit somehow
__________________
don't mind me im nothing but nonsense <3 |
2018-11-23, 07:29 PM | #25 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
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.
|
|
|