MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > Programming > Client side > HTML
Reload this Page what do you use
HTML Discussions about HTML

Reply
 
LinkBack Thread Tools
what do you use
(#1)
Old
volitle's Avatar
volitle is Offline
Contributor
Rep Power: 1
Reputation: 96
volitle will become famous soon enough
 
Posts: 695
Join Date: Nov 2007
Location: in your minds
Question what do you use - 06-20-2008

ok quick question what program do you use to make your website or do you use bare html, php ect...?


Reply With Quote

Donate to remove ads.
(#2)
Old
Trippy000's Avatar
Trippy000 is Offline
Sergeant
Rep Power: 1
Reputation: 16
Trippy000 is on a distinguished road
 
Posts: 47
Join Date: May 2008
06-29-2008

First off, programs are for nubs lolmao (JK),
I personally use notepad.exe FTW
But some like to use DreamWeaver for there html sites
And for php you really have to revert to using notepad since DreamWeaver cant interpret PHP
for ASP I use microsoft Wed Developer (I think thats the name, lol)
for Java Applet Scripting I use JCreator
and Finally for my http server I use apache
Reply With Quote
(#3)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,966
Join Date: Oct 2007
06-29-2008

WoW, I needed that also. Well Java part.
Reply With Quote
(#4)
Old
Morphih is Offline
Master Sergeant
Rep Power: 2
Reputation: 30
Morphih is on a distinguished road
 
Posts: 91
Join Date: Jul 2007
06-29-2008

Html = Very easy, you can easily use a program for that cause it's just a waste of time to make that all yourself. Well the more advanced stuff like php you have to write yourself, i'm sure there are some programs for that to do some little stuff but they suck, if you want to make some cool php stuff you got to do it yourself.


Robot's are Your Plastic Pal Who's Fun To Be With

Reply With Quote
(#5)
Old
NRK's Avatar
NRK is Offline
Master Sergeant
Rep Power: 2
Reputation: 19
NRK is on a distinguished road
 
Posts: 70
Join Date: Mar 2007
06-29-2008

I use [Only registered and activated users can see links. ]

@Trippy000: an editor to that shows some colors in your programmings are usefull, if make bugs with quotemarks in your programming than you can easly see where they are. Every programmer make failures, but with some code highlighters most of those can be correted while writing it.
On top of that, if you want to validate your HTML an CCS on a div layerd site then I'll recomend a programm that do that for you instead of making your eyes bleed on the massiv text and files wall from the site you made.

If you increase your skills, there would be no way around the code highlighter editors.

Last edited by NRK; 06-29-2008 at 11:01 AM.
Reply With Quote
(#6)
Old
-ßlink- is Offline
Knight
Rep Power: 1
Reputation: 17
-ßlink- is on a distinguished road
 
Posts: 186
Join Date: Jan 2008
06-29-2008

dreamweaver for Html!
Reply With Quote
(#7)
Old
Apoc's Avatar
Apoc is Offline
c|_| My care cup is empty
Rep Power: 4
Reputation: 473
Apoc is a glorious beacon of lightApoc is a glorious beacon of lightApoc is a glorious beacon of lightApoc is a glorious beacon of lightApoc is a glorious beacon of light
 
Posts: 588
Join Date: Jan 2008
07-01-2008

I use UltraEdit :P


[Only registered and activated users can see links. ]
Reply With Quote
(#8)
Old
-ßlink- is Offline
Knight
Rep Power: 1
Reputation: 17
-ßlink- is on a distinguished road
 
Posts: 186
Join Date: Jan 2008
07-01-2008

notepad2 is also good (moslty for PHP)


.com
Reply With Quote
(#9)
Old
spreech is Offline
Site Donator
Rep Power: 2
Reputation: 42
spreech is on a distinguished road
 
Posts: 77
Join Date: Mar 2007
Location: Weymouth, Dorset, UK
07-03-2008

Notepad++ for the win

WYSIWYG editors add sooo much redundant and crap code, sometimes when trying to get it to properly validate is just quicker to write it by hand

But anything that is .NET I revert to an IDE and also VB 6.0


Reply With Quote
(#10)
Old
dejavu11 is Offline
Contributor
Rep Power: 2
Reputation: 85
dejavu11 will become famous soon enough
 
Posts: 242
Join Date: Apr 2007
07-03-2008

Dreamweaver hands down for HTML work. I've heard all the comments before about how horrible it is and how using a WYSIWYG editor is utter failure, but there's a code view for a reason

* Easy Snippet Access
* Lots of "how does that go again?" buttons (AKA Doctypes)
* The "sites" management is a great timesaver compared to having to have a separate FTP client open
* Spry integration has saved me quite a bit of time on things here and there, and CS4 is going to be upgrading the Spry integration even farther.
* Spellchecker (even though it sadly only does one page at a time) has been quite nice.
* The code formatting / coloring is of course nice (which you can find in other editors)
* CS4 is going to be bringing in live imagery (exact name escapes me) which lets you drop in PSDs for example, and whenever you update the PSD it'll be updated (as a proper web image) in dreamweaver.

When it comes to PHP if you're just monkeying around then you'll do fine with Dreamweaver / Notepad++ / whatever other text editor you want. If you want to get more serious about your PHP work then Zend Studio Neon is an amazing tool. If you're programming with the Zend Framework it makes it that much more amazing (check it out if you haven't already, really a nice framework).

When it comes to your webserver setup XAMMP is usually fine for most people, I use a local server to do all of my testing just for the fun of it but it's not really needed.

My work with java is limited but I always found eclipse to be nice. With extensive javascript (extjs for example) I like to use Aptana but that's just personal preference really.
Reply With Quote
(#11)
Old
Apoc's Avatar
Apoc is Offline
c|_| My care cup is empty
Rep Power: 4
Reputation: 473
Apoc is a glorious beacon of lightApoc is a glorious beacon of lightApoc is a glorious beacon of lightApoc is a glorious beacon of lightApoc is a glorious beacon of light
 
Posts: 588
Join Date: Jan 2008
07-06-2008

Now for the real editors I use.

Simple Web Editing (HTML, PHP, BASH, etc): UltraEdit. (It's a great IDE for simple languages, and supports a browser view of the documents. Syntax highlighting and code folding gives it a huge plus, as well as the ability to automatically upload via FTP whenever you save the document.)

In depth editing:
HTML: DreamWeaver _sometimes_. The only time I really use DreamWeaver is when I'm building CSS, since the automatic CSS building makes it really easy. (Point and click to build CSS files)

PHP: Zend Studio. Hands down the best PHP IDE available. It's a bit of a bulky install, but the IDE in general is almost up to par with Visual Studio's capabilities. (Although, it's mainly only for PHP, and doesn't support much in the way of non-web based languages)

ASP(.NET): Visual Studio. (Any version of 2008, I use VS 2k8 Team Suite). This is one of about 3 things Microsoft has ever done right. (.NET, C#, and Visual Studio) It has it's own server host, so you can literally hit debug and go test what you're working on. Not to mention it has a WYSIWYG as well as a code view. Plus, hey, you have the benefit of C#/VB.NET to let you do just about anything you want.

javascript: Depends on what language I'm working in, if it's ASP.NET, then I just use Microsoft's in house editor within VS. Otherwise I do it by hand using the WebDeveloper add-on for Firefox. (Amazing little tool)

For my server, it depends on the language really. If it's ASP, I opt for IIS if possible, otherwise I go for Mono for Apache. Everything else is pretty much Apache. (Plain Apache, no silly off-shoots)


[Only registered and activated users can see links. ]
Reply With Quote
(#12)
Old
join's Avatar
join is Offline
Master Sergeant
Rep Power: 1
Reputation: 9
join is an unknown quantity at this point
 
Posts: 112
Join Date: Dec 2007
Location: 127.0.0.1
07-07-2008

is there any other way too create html that isn´t notepad?



Reply With Quote
(#13)
Old
damon160's Avatar
damon160 is Offline
Master Sergeant
Rep Power: 1
Reputation: 8
damon160 is an unknown quantity at this point
 
Posts: 99
Join Date: Oct 2007
Location: Inside the world
07-08-2008

Dreamweaver html ftw!

and notepad for other stuff


Reply With Quote
(#14)
Old
volitle's Avatar
volitle is Offline
Contributor
Rep Power: 1
Reputation: 96
volitle will become famous soon enough
 
Posts: 695
Join Date: Nov 2007
Location: in your minds
07-08-2008

im useing dreamweaver atm because im geting tired if writing everything in :@ now i have just got increadibly lazy and just got vb and vba(homepage like mmowned) simple and easy to use then you can just link stuff off but i myt have to check out that Zend Studio would help me alot, cheers +rep


Reply With Quote
(#15)
Old
banviktor's Avatar
banviktor is Offline
Master Sergeant
Rep Power: 1
Reputation: 71
banviktor will become famous soon enough
 
Posts: 131
Join Date: Mar 2008
Location: Hungary
07-10-2008

i usually use notepad and notepad++.
notepad++ colors the words i write into it and teh programming become easier
so:
other programs for nubs haha
css: notepad
php: notepad
html: notepad


almost forgot: i dont use CMS'


[RESKIN] Racing turtle (1 Turtlepower & sponsors = Full of win)mmowned.com/forums/simple-model-edits/156936-reskin-racing-turtle-1-turtlepower-sponsors-full-win.html

Last edited by banviktor; 07-10-2008 at 09:11 AM.
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328