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
Showing results 1 to 25 of 59
Search took 0.00 seconds.
Search: Posts Made By: stewart
Forum: XHTML, HTML, CSS 05-15-2009, 03:51 AM
Replies: 4
Views: 802
Posted By stewart
Clearing "clears" floats. Like in your example,...

Clearing "clears" floats.

Like in your example, clearing on the right side told the browser to not allow any floated elements on the right side of the element.

You don't need to (and probably...
Forum: XHTML, HTML, CSS 05-10-2009, 04:39 AM
Replies: 5
Views: 1,578
Posted By stewart
It's because the "weight" is not greater... or it...

It's because the "weight" is not greater... or it isn't defined more specifically ? For lack of better description.
Try this :


div#nav ul li.active
{
color: #000000;
background: #FFFFFF;
}
Forum: The Lounge 04-07-2009, 03:43 AM
Replies: 2
Views: 2,449
Posted By stewart
I really think the most people having a problem...

I really think the most people having a problem with the job outlook at the moment (in the tech/programming industry at least..) , are the ones who are a bit further along in their career(s).
Someone...
Forum: Member Introductions 04-07-2009, 03:39 AM
Replies: 23
Views: 1,015
Posted By stewart
I just noticed TF is down. Lame :( Not a well...

I just noticed TF is down. Lame :(

Not a well placed thread though.. lol.
Forum: General 04-03-2009, 09:59 AM
Replies: 1
Views: 440
Posted By stewart
Another hairpulling early morning...

Alright guys, I'm having another dud of a brain moment here..


<?php

setcookie('iHateCookies', 'anything', time()+3600, '/', 'westgrovevoice.com', 0, true);
setcookie('iHateCookiesz', 'anythingz',...
Forum: Show Off 03-27-2009, 01:01 AM
Replies: 97
Views: 3,905
Posted By stewart
I'd like to check it out :) I started to when you...

I'd like to check it out :) I started to when you accidentally left it un-password protected. =D
Forum: MySQL & Databases 03-26-2009, 05:30 PM
Replies: 13
Views: 13,762
Posted By stewart
You know, I half thought about not replying to...

You know, I half thought about not replying to this thread, and just disappearing forever. Because I now realize how retarded I am and why I shouldn't code at 3 in the morning...

I am talking to the...
Forum: MySQL & Databases 03-26-2009, 05:09 PM
Replies: 13
Views: 13,762
Posted By stewart
mysql_query( "SELECT `salt` FROM `users` WHERE...

mysql_query( "SELECT `salt` FROM `users` WHERE `username`='beezm';" , self::getLink() ) or die(mysql_error());

O_O

It's making me want to bash my head in >.< lol

I will go ahead and add.. This is...
Forum: MySQL & Databases 03-26-2009, 03:48 PM
Replies: 13
Views: 13,762
Posted By stewart
Sorry guys, but I'm a little confused as to what...

Sorry guys, but I'm a little confused as to what you need o_O.
Technically my script uses a more complex query , but I replace it with the same exact one I have listed above for testing purposes,...
Forum: MySQL & Databases 03-26-2009, 08:16 AM
Replies: 13
Views: 13,762
Posted By stewart
Angry Unknown column in 'field list'

Alright guys, I am totally 100% all and out stumped on this. It makes absolutely NO sense to me.

I have google'd quite a bit for a solution. I've come across many similar problems, the fixes range...
Forum: General 11-09-2008, 12:32 AM
Replies: 0
Views: 1,020
Posted By stewart
Help Nginx Rewrite Causing Wrong Path for PHP Script

Alright guys, I have a large chunk of rewrites to help clean up my url's a bit on my site.. On my local machine I am running Apache and just use an .htaccess file and normal php as a module, so no...
Forum: The Lounge 09-05-2008, 09:26 PM
Replies: 8
Views: 861
Posted By stewart
It's decent, the gui is a bit odd at first, but I...

It's decent, the gui is a bit odd at first, but I guess that comes from being an XP user..

One thing I have noticed, is that it seems to lock up ever so often, for no reason, or maybe with flash.....
Forum: Show Off 09-05-2008, 09:17 PM
Replies: 2
Views: 2,231
Posted By stewart
Imho you should get involved a little more in the...

Imho you should get involved a little more in the [any] community before trying to sell software to it ;D

On the other hand it looks pretty nice.
Forum: Show Off 09-03-2008, 09:48 PM
Replies: 8
Views: 1,031
Posted By stewart
One idea I have for you would be on the download...

One idea I have for you would be on the download page...
Have a simple list of what is included.. a directory tree list type of thing, showing what is in the assembled zip.

Looks good though, I like...
Forum: The Lounge 07-09-2008, 11:38 PM
Replies: 11
Views: 911
Posted By stewart
Apparently, this is not even remotely true,...

Apparently, this is not even remotely true, otherwise we wouldn't see companies spending millions on espanol marketing campaigns ^^
..lol.

I definitely agree about an immigrant learning to adapt to...
Forum: Absolute Beginners 04-27-2008, 06:29 PM
Replies: 3
Views: 845
Posted By stewart
Very nice example there WH ^^

Very nice example there WH ^^
Forum: Absolute Beginners 04-27-2008, 06:21 PM
Replies: 17
Views: 1,009
Posted By stewart
Usually I try to give them descriptive...

Usually I try to give them descriptive names...

$query =<<<SQL
cool query..
SQL;

or

$html =<<<HTML
sveet html..
Forum: Absolute Beginners 04-24-2008, 07:59 AM
Replies: 17
Views: 1,009
Posted By stewart
Make sure to note that when ending/closing your...

Make sure to note that when ending/closing your heredoc statement, like said above, it not only needs to match the text you started it with but it needs to be on a line all by itself. That means no...
Forum: Show Off 04-24-2008, 07:30 AM
Replies: 6
Views: 1,202
Posted By stewart
Very cool man :)

Very cool man :)
Forum: The Lounge 04-24-2008, 07:25 AM
Replies: 16
Views: 866
Posted By stewart
Very cool guys :)

Very cool guys :)
Forum: The Lounge 04-02-2008, 09:05 PM
Replies: 19
Views: 1,044
Posted By stewart
Personally I need a VPS because I need to be able...

Personally I need a VPS because I need to be able to edit and execute applications and different servers for my web apps easily... shared hosting I can't do that o_O.


How is that so? Seeing as...
Forum: The Lounge 04-01-2008, 12:54 PM
Replies: 19
Views: 1,044
Posted By stewart
I'm currently on a slice from slicehost.com...

I'm currently on a slice from slicehost.com (VPS..) I am loving it so far. I may stick with them in the future and get larger slices rather than splitting off to a dedicated. o_O

For only $20/mo you...
Forum: Feedback 03-24-2008, 07:04 AM
Replies: 15
Views: 1,195
Posted By stewart
Possibly just a barebone framework even ? Simple...

Possibly just a barebone framework even ? Simple example of a properly laid out MVC framework or something along those lines ? o_O
Forum: The Lounge 03-24-2008, 07:02 AM
Replies: 6
Views: 689
Posted By stewart
I have tinkered with it a few times... it just...

I have tinkered with it a few times... it just seems like a pain, but just recently all of their docs and such have gotten much better and they've opened a lot of code up to the community...
Forum: The Lounge 03-22-2008, 09:12 PM
Replies: 4
Views: 852
Posted By stewart
Yeah COBOL is used quite a bit still. In many...

Yeah COBOL is used quite a bit still. In many business fields.
Showing results 1 to 25 of 59

 

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