Tutorials
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOtherTutorials

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old July 14th, 2003, 04:48 AM
lgetreu lgetreu is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Melbourne, VIC, Australia
Posts: 56 lgetreu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to lgetreu
Tutorials

Matt,
I've been reading your PHP Strings Primer after reading about it in the newsletter.

I want to be able to refer to this (because its excellent), so maybe for all tutorials you should have the ability to download it as a PDF file??

Just a suggestion, LGetreu.

Reply With Quote
  #2  
Old July 19th, 2003, 02:23 PM
jorgen jorgen is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Hardenberg, Holland<marquee>
Posts: 284 jorgen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Tutorials

For generating PDF you need, FOP (thus JVM) or PDFlib...
Not all servers support one of those techniques

Matt,
If your server supports PDFLib, I'm willing to make such a script

Reply With Quote
  #3  
Old July 19th, 2003, 02:30 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
RE: Tutorials

I have the ability to compile anything I need into PHP. I can add PDFlib if I need to...

jorgen, hit me up at matt@codewalkers.com. I can give you a sample XML file so you can see the format I store the tutorials in. Then, we can discuss how to best do it...

thanks!

Reply With Quote
  #4  
Old July 19th, 2003, 06:04 PM
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: Tutorials

if you already have everything in xml, the best way is XML + XSLT -> XML-FO + FOP -> PDF transformation. all you need in this step is one XSLT template...

if jorgen already knows this, it shouldn't be much work. we did this for one of our project, and only thing that is wrong with it is that it can be slow a bit, but you only need to do it once, so no big thing for you.

i can help also, but more with look of the XML-FO document than with XSLT template...

Reply With Quote
  #5  
Old July 20th, 2003, 09:11 AM
jorgen jorgen is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Hardenberg, Holland<marquee>
Posts: 284 jorgen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Tutorials

The problem with FOP is, that the server needs JVM. Not all servers support Java...

Reply With Quote
  #6  
Old July 20th, 2003, 11:26 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: RE: Tutorials

not really a problem. as matt sait, he has his own server where he can do whatever he wants ;)

Quote:
I have the ability to compile anything I need into PHP. I can add PDFlib if I need to...


Reply With Quote
  #7  
Old July 20th, 2003, 07:03 PM
Hatcher Hatcher is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Yarm, Cleveland, England
Posts: 395 Hatcher User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to Hatcher Send a message via Yahoo to Hatcher
RE: Tutorials

matt, u have youre own server?

Reply With Quote
  #8  
Old July 21st, 2003, 11:21 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: Tutorials

It is actually a virtual server, but behaves exactly as if I had my own server.

Reply With Quote
  #9  
Old July 21st, 2003, 07:33 PM
lgetreu lgetreu is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Melbourne, VIC, Australia
Posts: 56 lgetreu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to lgetreu
RE: Tutorials

Who are you hosted with Matt? Is it reliable?

Reply With Quote
  #10  
Old July 21st, 2003, 08:01 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
RE: Tutorials

I am hosted with:

http://www.johncompanies.com

you get a virtual server with a base install of freebsd (or linux). You are then responsible for installing any and all software you need (apache, php, mysql, etc.). It comes with just ssh enabled....I would not recommend going with this plan unless you know how to admin a server...

But, if you know how to admin a server it is very reliable. In fact, I have never had a problem...The couple of times I have sent in a support ticket, it was answered within 30 minutes...

Reply With Quote
  #11  
Old July 22nd, 2003, 01:27 AM
honcho's Avatar
honcho honcho is offline
Contributing User
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Cape Cod
Posts: 1,347 honcho User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 52 m 2 sec
Reputation Power: 3
RE: Tutorials

I'll second what Matt said. I got a server through them earlier this year and must say it's the best hosting service I've used yet.

Reply With Quote
  #12  
Old July 22nd, 2003, 02:48 AM
lgetreu lgetreu is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Melbourne, VIC, Australia
Posts: 56 lgetreu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to lgetreu
RE: Tutorials

If I was looking for a dedicated server I would go these guys, shame....

Reply With Quote
  #13  
Old July 22nd, 2003, 05:14 PM
bakertrg's Avatar
bakertrg bakertrg is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Scottsdale AZ, US
Posts: 2,253 bakertrg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 48 m 45 sec
Reputation Power: 4
Send a message via Yahoo to bakertrg
RE: Tutorials

I had a question about your tutorial on form validation. On the zipcode section you used case statements without using breaks and I was wondering if this was correct or an error.

Reply With Quote
  #14  
Old July 22nd, 2003, 05:22 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
RE: Tutorials

Within every case, there is a return statement. Because of this the break is not necessary...

Reply With Quote
  #15  
Old July 24th, 2003, 04:36 AM
donster donster is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: , Massachusetts, USA
Posts: 2 donster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
"Form and Spelling Validation" tutorial

"You may be wondering why we need to validate data from forms. If we don't validate data coming in from forms, we could end up with totally <b>useful</b> information."


Well, we wouldn't want that!

Reply With Quote
Reply

Viewing: Codewalkers ForumsOtherTutorials > Tutorials


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 Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.