Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

How hard would this be?

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Decrypting HTML  
Author Message
blackcat2

External


Since: Jun 28, 2003
Posts: 585



(Msg. 1) Posted: Sun May 23, 2004 10:39 am
Post subject: How hard would this be?
Archived from groups: alt>www>webmaster (more info?)

I am looking for something a little challenging but not too hard for
writing my first PHP script. I also want something useful to me.

I thought of this but how hard would it really be?

example:
http://s92537922.onlinehome.us/fastbanner/


--
Heidi
Recommended Hosting: http://www.page-zone.com/
Put a.w.w. in subject if you email me or it might be trashed

 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
anonymous3

External


Since: Apr 03, 2004
Posts: 146



(Msg. 2) Posted: Sun May 23, 2004 10:58 am
Post subject: Re: How hard would this be? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Heidi wrote:

  > I am looking for something a little challenging but not too hard for
  > writing my first PHP script. I also want something useful to me.

  > I thought of this but how hard would it really be?

  > example:
<font color=purple>  > <a style='text-decoration: underline;' href="http://s92537922.onlinehome.us/fastbanner/</font" target="_blank">http://s92537922.onlinehome.us/fastbanner/</font</a>>


<a style='text-decoration: underline;' href="http://www.php.net" target="_blank">www.php.net</a>

php coder. just like an html editor. supposed to include a way to run the
code locally without a server but I haven't done it yet.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 952



(Msg. 3) Posted: Sun May 23, 2004 11:54 am
Post subject: Re: How hard would this be? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 23 May 2004 07:39:16 GMT, Heidi <blackcat2 RemoveThis @zwallet.com> wrote:

 > I am looking for something a little challenging but not too hard for
 > writing my first PHP script. I also want something useful to me.
 >
 > I thought of this but how hard would it really be?
 >
 > example:
<font color=purple> > <a style='text-decoration: underline;' href="http://s92537922.onlinehome.us/fastbanner/</font" target="_blank">http://s92537922.onlinehome.us/fastbanner/</font</a>>

Image editing can be fun! Except it's not exactly the easiest thing to do
in PHP. The best first script are those that just manipulate text.
Rewriting your webpages using PHP to optimize reusability of code (header
- content - footer) is a great place to start. From there, all sorts of
web-optimization becomes available, especially if you write the page first
to the output buffer (look up the ob_start() function) and then to the
page.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca Knowledgebase - Fully styleable
PHP/MySQL FAQ system.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
tobyink

External


Since: Apr 25, 2004
Posts: 148



(Msg. 4) Posted: Sun May 23, 2004 12:46 pm
Post subject: Re: How hard would this be? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Heidi wrote:

 > I am looking for something a little challenging but not too hard for
 > writing my first PHP script. I also want something useful to me.
 >
 > I thought of this but how hard would it really be?
<font color=purple> > <a style='text-decoration: underline;' href="http://s92537922.onlinehome.us/fastbanner/</font" target="_blank">http://s92537922.onlinehome.us/fastbanner/</font</a>>

Have you done similar stuff in, say, Perl's Image::Magick or Image::GD
before? If so, transferring the skills to PHP shouldn't be too hard.

If not, then I'd try something simpler if I were you. A forum should be
challenging enough.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/?page=132" target="_blank">http://www.goddamn.co.uk/tobyink/?page=132</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 5) Posted: Sun May 23, 2004 5:32 pm
Post subject: Re: How hard would this be? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Heidi" <blackcat2 DeleteThis @zwallet.com> wrote in message
news:EyYrc.15057$9f6.7736@fe2.texas.rr.com...

 > I am looking for something a little challenging but not too hard for
 > writing my first PHP script. I also want something useful to me.

I found this very good when I first learned:

<a style='text-decoration: underline;' href="http://www.blazonry.com/scripting/linksdb/index.php" target="_blank">http://www.blazonry.com/scripting/linksdb/index.php</a>

PS. I didn't know you hadn't written any before!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
blackcat2

External


Since: Jun 28, 2003
Posts: 585



(Msg. 6) Posted: Sun May 23, 2004 7:50 pm
Post subject: Re: How hard would this be? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charging up on a white horse Charles Sweeney said:
: I found this very good when I first learned:
:
: http://www.blazonry.com/scripting/linksdb/index.php
:
: PS. I didn't know you hadn't written any before!


*blush* yeah most I have had 'time' to do so far
is tinker with other php scripts to edit them to do more what
I wanted them to and yes I could edit them :p

I have not written anything of my own though from a blank
page yet. I want to though. Smile

Thanks for the link. Smile

--
Heidi
Recommended Hosting: http://www.page-zone.com/
Put a.w.w. in subject if you email me or it might be trashed
 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
gotchy

External


Since: Apr 30, 2004
Posts: 33



(Msg. 7) Posted: Mon May 24, 2004 9:57 am
Post subject: Re: How hard would this be? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Heidi" <blackcat2 RemoveThis @zwallet.com> wrote in
 > I am looking for something a little challenging but not too hard for
 > writing my first PHP script. I also want something useful to me.
 >
 > I thought of this but how hard would it really be?
 >
 > example:
<font color=purple> > <a style='text-decoration: underline;' href="http://s92537922.onlinehome.us/fastbanner/</font" target="_blank">http://s92537922.onlinehome.us/fastbanner/</font</a>>
 >

that's a big application but its consise, once its finished there's not much more
you could add.

You have to handle picture files, decoding bitmaps, gifs, a database of files,
graphics handling, file creation, text formatting, downloads...

Its a big program, you'd want some experience with large projects in other languages,
but you could make it a long term project and keep working on others meanwhile.

Start with assimple prototype as you can, a plain text bitmap banner creator. Then
design what modules you can add. Then sell it to bannerx!

Herc<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How hard would this be? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Hard Drive Question - Is this a good place to post a question about transfering files from one hard drive to another? I can't seem to find another forum that would be a better place to post this type of a question. Thanks, Richard

se avete intenzione di avviare un sito hard contattatemi - luisa.rondi@tiscali.it

Vuoi avviare un sito hard?Contattami scoprirai anche una o.. - Se ti interessa avviare un sito erotico tuo,possiamo fornirti materiale hard livecam etc e scoprire nuove opportunitą di guadagno. Il tutto nella massima legalitą. luisa.rondi@tiscali.it
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]