Ceroc Scotland Charity Champs
Scottish Charity Champs
Edinburgh: Sat. 18/10/08
(with Pre-Champs Party on Friday 17th October)

Ceroc Scotland Forum

Ceroc Scotland Homepage

Ceroc learn to dance the easy way!


Go Back   Ceroc Scotland Forum > Testing testing > Forum technical problems / Questions / Suggestions..

Forum technical problems / Questions / Suggestions.. Report any problem or ask a question about the Forum... Problems with registration, post here.
guests / unregistered can post here

Quick News
Glasgow Party - Saturday 11th October Party at the Woodside Halls, Glenfarg Street, Glasgow. 8.00pm to 12.00am - Fun Class at 9.00pm. £8 on the door.
- 2008 Scottish Championships - Edinburgh Friday night Party and Saturday all day event @ the Royal Highland Centre.
Compete in the friendliest national competition and join us for a brilliant dance Party. All proceeds to the Aberlour Childcare Trust charity.

Upgrade your Forum experience, become a SILVER MEMBER!
Benefits of Silver membership: - View what everyone is up to on the 'Who's online page, be invisible on the Forum, Create your own Blog, Join the Chat Rooms :) Remove Google Adverts, Filter new posts to avoid certain areas (e.g. Fun & Games, Chit Chat, Geek corner, etc...) when searching new posts, choose a custom avatar and have a Signature! Join today from as little as £6.00

Reply
 
LinkBack Thread Tools Display Modes
Old 19th-July-2007, 02:20 AM   #21 (permalink)
Registered User
 
Join Date: Mar 2003
Location: bedford
Posts: 3,884
Status: No Status
Rep Power: 3 Rep.: 801
bigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of light
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Jamie View Post
I'm by no means a geek but if ever I do need a page built, I use nothing but notepad... Can't be arsed with all these programs like "dreamweaver" or whatever else it's called.

Real programmers code in binary
Hex, once they have acquired a vocabulary.
bigdjiver is offline   Reply With Quote
Old 19th-July-2007, 08:49 AM   #22 (permalink)
Senior Member
 
Beowulf's Avatar
 
Join Date: Jul 2003
Location: London
Posts: 7,272
Status: Needing another holiday !!
Rep Power: 5 Rep.: 1865
Beowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to all
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Jamie View Post
Real programmers code in binary
Quote:
Originally Posted by bigdjiver View Post
Hex, once they have acquired a vocabulary.
Personally I find ASCII easiest.. And this programmer uses Visual Studio 2005, Delphi 2007 and for some of our legacy dos apps (I mean we have clients who still use those?!!? ) C++

We have deadlines..

Although to program our old legacy handheld's we do have to code in Assembly and dump the code as Hex into the flash via RS232. That's "fun" I can tell you

For all out web stuff it's just plain text. Notepad would do but when you have several hundred pages of HTML, PHP , ASP, etc then a little formatting helps!
__________________
"Makes a soft mint look hard" - Twirly
Beowulf is offline   Reply With Quote
Old 19th-July-2007, 08:59 AM   #23 (permalink)
Senior Member
 
straycat's Avatar
 
Join Date: May 2003
Location: Northeastern Parts
Posts: 3,861
Status: woke up clipped
Rep Power: 4 Rep.: 1791
straycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to all
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Beowulf1970 View Post
I use HTML Kit which is basically a glorified notepad with formatting. I design all my webpages, CSS scripts and PHP code using this in raw HTML, (or CSS , PHP obviously) and then test, tidy, and upload.

I prefer to write webpages myself from scratch rather than use these WYSIWYG editors.. which IMHO make messy code.
Eclipse for me. A little bit too heavyweight for my liking in many ways, but incredibly extensible for the multitude of languages / markup languages I'm coding in, with a lot of verrry nice features.

Except on the Mac, where I use BBEdit.

Right there with you on the source editing - I can't stand using the likes of Dreamweaver, and prefer full control over the HTML / CSS etc.

[EDIT]Mind you - just downloading HTML-Kit now, to give it a whirl. Looks good...[/EDIT]
__________________
Straycat
Cheap, but not as cheap as your girlfriend...
straycat is offline   Reply With Quote
Old 19th-July-2007, 09:52 AM   #24 (permalink)
Senior Member
 
Beowulf's Avatar
 
Join Date: Jul 2003
Location: London
Posts: 7,272
Status: Needing another holiday !!
Rep Power: 5 Rep.: 1865
Beowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to all
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by straycat264 View Post
[EDIT]Mind you - just downloading HTML-Kit now, to give it a whirl. Looks good...[/EDIT]
Call me lazy.. but the HTML-TIDY function of HTML-KIT is fantastic. Especially when you're trying to track down a missing Table end tag or something
__________________
"Makes a soft mint look hard" - Twirly
Beowulf is offline   Reply With Quote
Old 19th-July-2007, 10:16 AM   #25 (permalink)
Registered User
 
Join Date: Mar 2003
Location: bedford
Posts: 3,884
Status: No Status
Rep Power: 3 Rep.: 801
bigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of lightbigdjiver is a glorious beacon of light
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Beowulf1970 View Post
Personally I find ASCII easiest.. And this programmer uses Visual Studio 2005, Delphi 2007 and for some of our legacy dos apps (I mean we have clients who still use those?!!? ) C++

We have deadlines..

Although to program our old legacy handheld's we do have to code in Assembly and dump the code as Hex into the flash via RS232. That's "fun" I can tell you

For all out web stuff it's just plain text. Notepad would do but when you have several hundred pages of HTML, PHP , ASP, etc then a little formatting helps!
I was most and best trained by an MSc in computing. He used to satirise low level programmers "Matchsticks. You need matchsticks. You can build anything with matchsticks."

He wa all for solving a problem with the most high level language you could use, and that often a problem could be solved with one word thingmy, where thingmy was the program that someone else already wrote to solve the problem. He was looking for his holy grail, the one program that would solve most of his problems. It would be called "PayMe".
bigdjiver is offline   Reply With Quote
Old 19th-July-2007, 11:16 AM   #26 (permalink)
Lovely Moderator
 
ducasi's Avatar
 
Join Date: Feb 2005
Location: Glasgow
Posts: 9,745
Status: simply bushed!
Rep Power: 6 Rep.: 3375
ducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to beholdducasi is a splendid one to behold
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Jamie View Post
I'm by no means a geek but if ever I do need a page built, I use nothing but notepad... Can't be arsed with all these programs like "dreamweaver" or whatever else it's called.

Real programmers code in binary
I use Dreamweaver to help me manage web sites – it's good for moving things around and making sure all the links still work, then sync-ing by ftp back to the host server.

Can't do that with Notepad.

For the actual HTML creation, I'll either use Dreamweaver if I have it open, or 'vi'.
__________________
Let your mind go and your body will follow. – Steve Martin, LA Story
ducasi is offline   Reply With Quote
Old 19th-July-2007, 11:20 AM   #27 (permalink)
Senior Member
 
straycat's Avatar
 
Join Date: May 2003
Location: Northeastern Parts
Posts: 3,861
Status: woke up clipped
Rep Power: 4 Rep.: 1791
straycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to allstraycat is a name known to all
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Beowulf1970 View Post
Call me lazy.. but the HTML-TIDY function of HTML-KIT is fantastic. Especially when you're trying to track down a missing Table end tag or something
Checking it out now. Any idea if there's any plugins to tie it into the MS source control API?
__________________
Straycat
Cheap, but not as cheap as your girlfriend...
straycat is offline   Reply With Quote
Old 19th-July-2007, 12:11 PM   #28 (permalink)
Senior Member
 
Beowulf's Avatar
 
Join Date: Jul 2003
Location: London
Posts: 7,272
Status: Needing another holiday !!
Rep Power: 5 Rep.: 1865
Beowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to all
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by straycat264 View Post
Checking it out now. Any idea if there's any plugins to tie it into the MS source control API?
Off the top of my head... (urgh dandruff!)... I don't know !!
__________________
"Makes a soft mint look hard" - Twirly
Beowulf is offline   Reply With Quote
Old 20th-July-2007, 07:34 PM   #29 (permalink)
JCB
Registered User
 
Join Date: Apr 2007
Location: Buckinghamshire
Posts: 144
Status: No Status
Rep Power: 1 Rep.: 105
JCB will become famous soon enoughJCB will become famous soon enough
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Jamie View Post
Real programmers code in binary
Used to amend object programs in octal and hex. Does that mean I can become real, (maybe if I can find the Blue Fairy?)
JCB is offline   Reply With Quote
Old 25th-July-2007, 01:52 PM   #30 (permalink)
Senior Member
 
Beowulf's Avatar
 
Join Date: Jul 2003
Location: London
Posts: 7,272
Status: Needing another holiday !!
Rep Power: 5 Rep.: 1865
Beowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to allBeowulf is a name known to all
Re: What is and isn't allowed in Posts??

Quote:
Originally Posted by Beowulf1970 View Post
Such as <s>THIS</s> <sup>This</sup> or <sub>This</sub> and I have been known to use tables.
Ok so I see now we don't even have those
__________________
"Makes a soft mint look hard" - Twirly
Beowulf is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Reply

Bookmarks

Tags
allowed, posts

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


The time in sunny Scotland is 11:38 AM.

These are the 100 most used thread tags
Tag Cloud
2005 2006 2007 2008 aberdeen advice aftermath april ashtons august baby back ball ballroom beach beginners big blackpool blaze blues camber car champs change christmas class coast competition dance dancer dancers dancing day dvd edinburgh feb free freestyle friday game glasgow hammersmith jan jive july june lead life lift london make male man march men modern move music needed night partner people photos poll question rep room sat saturday scotland scottish shoes song southport sunday swing tango teachers test thread ticket time tips tonight top tracks utopia venue video wanted wcs week weekend weekender weekenders west women work workshop world

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18