Forum Announcements
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsForum InformationForum Announcements

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old February 3rd, 2004, 02:44 PM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 23 sec
Reputation Power: 6
New Features

Added some features that I hope are useful.

Firstly, all the function linking within the forums now links to a local version of the manual.

Next, code in the code gallery also has function linking now.

The tutorial section is next.

Added php.net style shortcuts. I.e., you can use http://codewalkers.com/tutorials to go to the tutorial section. You can use codewalkers.com/function_name to see any function just like you can on php.net.

Shortcuts to codewalkers pages:

"code" => "code.php",
"tutorials" => "tutorials.php",
"tuts" => "tutorials.php",
"links" => "links.php",
"forums" => "forum/index.php",
"contest" => "php-contest.php",
"faq" => "faq.php",
"reviews" => "reviews.php",
"books" => "reviews.php",
"about" => "aboutus.php",
"aboutus" => "aboutus.php",
"news" => "index.php",
"pasture" => "pasture.php"

Any others you want, let me know...

Reply With Quote
  #2  
Old February 3rd, 2004, 02:58 PM
CodeKadiya CodeKadiya is offline
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Colombo,Sri Lanka
Posts: 2,313 CodeKadiya User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
Send a message via Yahoo to CodeKadiya
RE: New Features

Matt,

You are absolutely great!!! We have our own PHP manual now here at codewalkers, in our "localhost"(as Nazly names it)... Fantastic!!! No doubt, this site is da best!

Thank you

Reply With Quote
  #3  
Old February 3rd, 2004, 03:43 PM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 2
RE: New Features

never again will i have to type forums/index.php :p

thx

a few nitpicks about the site (i could move this thread to another forum if you want).

the [ php ] and [ / php ] tags are odd

they put a ?> at the end automatically, but don't put a
also foreach() always links to php.net/each and never to php.net/foreach

[edit]
actually it links to our local php manual now, so codewalkers.com/each instead of codewalkers.com/foreach

Reply With Quote
  #4  
Old February 4th, 2004, 01:03 AM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 23 sec
Reputation Power: 6
RE: RE: New Features


Quote:
the [ php ] and [ / php ] tags are odd

they put a ?> at the end automatically, but don't put a


Yeah...I need to spend some debugging time on that...thanks for reminding me.

also for
Quote:
each() always links to php.net/each and never to php.net/foreach


Yeah zombie was supposed to fix that, but he never did. What can I say? He's a slacker.

Reply With Quote
  #5  
Old February 4th, 2004, 03:52 AM
zombie zombie is offline
Codewalkers Intermediate (1500 - 1999 posts)
 
Join Date: Apr 2007
Location: serbia
Posts: 1,876 zombie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: New Features

no i was not! i said that i will deal with all the issues when there are at least 3 or 4 bigger problems. ;)

but ok, if you insist, i will work on that.

btw, i come up with a better (and simpler) solution. also this might come handy in light of your soon release of improved EP++ forum code

Reply With Quote
  #6  
Old February 6th, 2004, 05:22 AM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 2
RE: New Features

hmm for() also doesn't link

Reply With Quote
  #7  
Old February 6th, 2004, 06:36 AM
zombie zombie is offline
Codewalkers Intermediate (1500 - 1999 posts)
 
Join Date: Apr 2007
Location: serbia
Posts: 1,876 zombie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: New Features

for() and foreach() are not functions anyway..

Reply With Quote
  #8  
Old February 6th, 2004, 06:41 AM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 2
RE: RE: New Features

Quote:
for() and foreach() are not functions anyway..

would it be possible to auto-link to them even though they aren't functions, or would that be excessive?

Reply With Quote
  #9  
Old February 7th, 2004, 10:36 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,933 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 3 Days 23 h 49 m 33 sec
Reputation Power: 3
Orkut
RE: New Features

Anything is possible but its probably a bit to excessive. You only need the links to the functions.

Reply With Quote
  #10  
Old February 7th, 2004, 04:09 PM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 2
RE: New Features

hmm, about the [php ] and [ php] tags

either put both or neither.
(it's only when just one is put that people can get confused)

Reply With Quote
  #11  
Old February 7th, 2004, 04:11 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,933 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 3 Days 23 h 49 m 33 sec
Reputation Power: 3
Orkut
RE: New Features

i think matt is working on it, i imagine he has a very busy schedule, and debugging the [php ][/php ] code is probably not at the top of his list.

Reply With Quote
  #12  
Old February 9th, 2004, 01:22 AM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 2
RE: New Features

true.

anyway, here's another question/nitpick.

how do i access register_globals locally?

http://www.php.net/register_globals

http://www.codewalkers.com/register_globals

Reply With Quote
  #13  
Old February 9th, 2004, 01:32 AM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 23 sec
Reputation Power: 6
RE: New Features

Should work for you now .

Reply With Quote
  #14  
Old February 9th, 2004, 01:35 AM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 2
RE: New Features

ah thx

Reply With Quote
  #15  
Old February 10th, 2004, 05:55 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,933 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 3 Days 23 h 49 m 33 sec
Reputation Power: 3
Orkut
RE: RE: New Features


Quote:
true.

anyway, here's another question/nitpick.

how do i access register_globals locally?

http://www.php.net/register_globals

http://www.codewalkers.com/register_globals

Either should work.

Reply With Quote
Reply

Viewing: Codewalkers ForumsForum InformationForum Announcements > New Features


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump