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 01-02-2009, 10:55 AM   #1 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default can i join the dev team?

can i join your dev team?
where do you guys usually meet other than this forum is there like an irc server?
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 01-02-2009, 05:11 PM   #2 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

I don't think we're turning people down. There isn't really an IRC channel that we all go to. Check all the other posts to get updated on whats going on, and PM me if you have any more questions.
__________________
Signatures are nothing but incriminating.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 01-02-2009, 09:12 PM   #3 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Sure you can join the dev team, we really need some active people (even just to get something committed). Communication isn't really well organised (or, at all organised). There's a Campfire room that no-one uses, same for an IRC channel and posts on the forum still only come in bursts every so often.

If you want to be able to commit code to the project's subversion repository, I'll just need a gmail (or google accounts) address.
Salathe is offline  
Reply With Quote
Old 01-02-2009, 09:50 PM   #4 (permalink)
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Salathe, please add me: Tanax.ms@gmail.com
__________________
Tanax is offline  
Reply With Quote
Old 01-02-2009, 10:07 PM   #5 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
If you want to be able to commit code to the project's subversion repository, I'll just need a gmail (or google accounts) address.
Also don't forget to checkout the code using the secure server (https) otherwise you still wont be able to commit, account or not! Instructions are on the project page.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 01-03-2009, 02:09 AM   #6 (permalink)
The Wanderer
 
Join Date: Jul 2008
Posts: 5
Thanks: 0
Crazymik3 is on a distinguished road
Default

Hate to jump in here, but could you add me to that list? :P

Gmail is: mike(dot)hj(dot)rice@gmail(dot)com
Crazymik3 is offline  
Reply With Quote
Old 01-03-2009, 05:11 AM   #7 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

my gmail is
sarmenhb@gmail.com

when do you think you guys will be done with the image gallery project?

because i got an idea that if completed it will be big.

if we can create a script or stylesheet or something so that when included into a page it reset all settings and allows all browsers to render a page exactly the same no matter what browser the page is rendered on.

i'm working on a style sheet now and testing with browsershots.com to see how its looking, so far so good. but there is a few problems with a few linux browsers which are rendering the page incorrectly. so maybe a php class that will load a specific stylesheet for the specific browser that is loaded and reset accordingly.

i tried using preg_match('/chrome/',$_SERVER['HTTP_USER_AGENT']) to display a stylesheet for the specific page but what happends is in the entire title or text that is displayed in http user agent is that for chrome it not only show the text chrome but it also shows safari and some other engines.

if you guys are interested let me know, i can post up what i've done so far.

then if successfull it will be very popular. im very sure alot of developers out there are looking for something that will save their lives. so that they dont have to go checking each browser to see if their site rendered correctly.
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 01-03-2009, 09:35 AM   #8 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by sarmenhb View Post
my gmail is
sarmenhb@gmail.com

when do you think you guys will be done with the image gallery project?

because i got an idea that if completed it will be big.

if we can create a script or stylesheet or something so that when included into a page it reset all settings and allows all browsers to render a page exactly the same no matter what browser the page is rendered on.

i'm working on a style sheet now and testing with browsershots.com to see how its looking, so far so good. but there is a few problems with a few linux browsers which are rendering the page incorrectly. so maybe a php class that will load a specific stylesheet for the specific browser that is loaded and reset accordingly.

i tried using preg_match('/chrome/',$_SERVER['HTTP_USER_AGENT']) to display a stylesheet for the specific page but what happends is in the entire title or text that is displayed in http user agent is that for chrome it not only show the text chrome but it also shows safari and some other engines.

if you guys are interested let me know, i can post up what i've done so far.

then if successfull it will be very popular. im very sure alot of developers out there are looking for something that will save their lives. so that they dont have to go checking each browser to see if their site rendered correctly.
Browser user agent can be changed .. you cannot return stylesheets based on browser agents. It's not a good technique, imo. :S
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-03-2009, 10:47 AM   #9 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Tanax, Crazymik3, sarmenhb, you've all been added as project members. The project page has instructions for checking out the code to work on it.
Salathe is offline  
Reply With Quote
Old 01-03-2009, 01:42 PM   #10 (permalink)
The Wanderer
 
Join Date: Jul 2008
Posts: 5
Thanks: 0
Crazymik3 is on a distinguished road
Default

Thanks for adding me!

Just want to say sorry for uploading the wrong folders for a second, I've deleted them now I beleive. All the source should still be there, to say the least.

Again, my apologies, was just trying to learn how to use this SVN client and pressed some wrong buttons!
Crazymik3 is offline  
Reply With Quote
Old 01-13-2009, 09:10 PM   #11 (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

Welcome to the project Tanax, Crazymik3, and sarmenhb. Could you please PM me with your skills so I can assign you a task?
__________________

Village Idiot is offline  
Reply With Quote
Old 01-14-2009, 11:03 AM   #12 (permalink)
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

I thought I already had a task?
__________________
Tanax is offline  
Reply With Quote
Old 01-21-2009, 07:44 PM   #13 (permalink)
The Wanderer
 
Join Date: Jan 2009
Posts: 7
Thanks: 0
Cappuccino is on a distinguished road
Default

I wanna join the team
Cappuccino is offline  
Reply With Quote
Old 01-21-2009, 09:42 PM   #14 (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

See the announcement on the top of this forum.
__________________

Village Idiot 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
What is good MySQL practice? Aaron MySQL & Databases 7 11-23-2012 10:56 AM
Inner Join vs Left Join delayedinsanity MySQL & Databases 8 08-05-2008 10:48 PM
MySQL syntax for table join on delete delayedinsanity General 5 04-03-2008 05:39 PM
Tables joining other Tables? Orc MySQL & Databases 6 02-09-2008 09:42 PM
Mysql problem, most likely related to left join Village Idiot MySQL & Databases 6 01-04-2008 06:09 AM


All times are GMT. The time now is 07:45 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