TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-16-2009, 12:38 AM   #1 (permalink)
The Contributor
 
cecilia's Avatar
 
Join Date: May 2009
Location: LA, CA
Posts: 87
Thanks: 0
cecilia is on a distinguished road
Default Building something

Do you have a dream project? It doesnt have to be plausible, meaningful, useful or whatever. Just something that you really really want or wish you can build.


What would I want to build... I want to build something thats like a chatroom or an instant messenger visually. You type in text and you receive text as a response to what you said. In my case though, I want the chatroom to have someone that you can talk to but is just a program, like a human but isnt. It can think, remember, learn, emulate a human. I want it on a webpage, not as an executable, I know that makes it harder, but it beats the other point if not... I know its silly and most likely unbuildable or atleast not by me but... still.


What about you?
cecilia is offline  
Reply With Quote
Old 07-16-2009, 02:40 AM   #2 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

My goals are to build these: blog framework, cms framework, froum framework, image hosting, file hosting, video hosting, url shortener, notepad(ish) site, calendar, search site, and a social networking site.

I have ~50+ years so I'm off to a good start. :D
__________________
My Site
adamdecaf is offline  
Reply With Quote
Old 07-16-2009, 04:07 AM   #3 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Can't say I have any, ideas pop into my head that I normally abandon after any real amount of thought over it.
__________________

Village Idiot is offline  
Reply With Quote
Old 07-16-2009, 04:58 AM   #4 (permalink)
The Acquainted
 
JaoudeStudios's Avatar
 
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
JaoudeStudios is on a distinguished road
Default

Quote:
Originally Posted by cecilia View Post
Do you have a dream project? It doesnt have to be plausible, meaningful, useful or whatever. Just something that you really really want or wish you can build.


What would I want to build... I want to build something thats like a chatroom or an instant messenger visually. You type in text and you receive text as a response to what you said. In my case though, I want the chatroom to have someone that you can talk to but is just a program, like a human but isnt. It can think, remember, learn, emulate a human. I want it on a webpage, not as an executable, I know that makes it harder, but it beats the other point if not... I know its silly and most likely unbuildable or atleast not by me but... still.


What about you?
There are some out there that do this, I was reading something about this in a Linux Magazine. Plus if you want it within a web browser, jQuery will do all the hard ajax for you.
JaoudeStudios is offline  
Reply With Quote
Old 07-16-2009, 10:07 AM   #5 (permalink)
The Addict
 
zxt3st's Avatar
 
Join Date: Apr 2008
Posts: 200
Thanks: 18
zxt3st is on a distinguished road
Default

Hmm, for me as a start of experience, been doing lots of readings coz I want to complete my portfolio site, which would actually be a portal after a series of development, hopefully :) Though I am doing freelance work in a homebased organization doing some classic old stuff bout website(PHP).

It would be a good start for me too! still have lots of years to spend!
__________________
Serenity Project - 5% (Layout) - Ongoing....
Project Serenity Free Life!....
zxt3st is offline  
Reply With Quote
Old 08-06-2009, 06:06 AM   #6 (permalink)
The Contributor
 
cecilia's Avatar
 
Join Date: May 2009
Location: LA, CA
Posts: 87
Thanks: 0
cecilia is on a distinguished road
Default

Knight, yeah, I agree that sometimes working on something that is very complicated pushes us to grow sorta... good luck on the social networking place. Theres soemthing about you that ive noticed

Adamdecaf, you seem to like collecting stuff. But I guess that is useful, I mean if you have those you can just deal with any project that goes your way fast and easy since youre already prepped for it.

Village Idiot, realist? I remember yuo talking about this at another thread. Somehow I want to persuade you to try something thats irrational really but its hard since I sorta think the same most often... i guess im trying to be somethng else and try to... i dont know

Jaoude, a lot of people already think its somewhat impossible coz the more logical you want it to be the more resources it requires, the slower it processes things and... jsut so much more... but as i said at the start of the thread anyway, it doesnt have to be plausible right so I guess I can still keep it as a puny dream. As for Jquery its one of the things im gonna look at, im thinking of flash and im even open to looking at asp - just coz i know nothing of it, I dont know really at this point, I jsut want to learn everything about everything then try it again after that. MAybe after... 2 years more of experience? I have a lifetime anyway.

zx3st, is it the Serenity project? Well good luck on your site. Colors look nice, just not a fan of orange though, but thats jsut me. I havent built my own site too. I spend hours and hours working on other peoples sites and i dont even have a single page done on mine how funny.... are you from the philippines?

I dont know if I said anything weird, but well...
cecilia is offline  
Reply With Quote
Old 08-07-2009, 01:32 AM   #7 (permalink)
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

Uff well, I have in the list: do portfolio site, learn clojure, learn lisp, design my own programming language with compiler/interpreter, learn more about networking, invent a device that involves programming, hardware knowledge, web, and networks.
tony is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Building Template and Stuck... Help? oscargodson Advanced PHP Programming 3 08-26-2008 04:11 AM
Building a MySQL search delayedinsanity MySQL & Databases 4 08-14-2008 04:21 AM
Building an array of matches... delayedinsanity Absolute Beginners 6 03-24-2008 07:50 PM
Building an Apache-like Access Control List (ACL) Wildhoney General 2 12-14-2007 02:03 PM
[Help needed] How to start building an OOP script? maZtah General 9 10-12-2007 12:20 PM


All times are GMT. The time now is 09:32 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design