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 386
Search took 0.12 seconds.
Search: Posts Made By: Aaron
Forum: Feedback 06-08-2010, 03:15 PM
Replies: 49
Views: 2,500
Posted By Aaron
I think most people have just left because of the...

I think most people have just left because of the inactivity =/. Questions take days to get answered on here, but minutes to get answered on stack overflow. Why ask here?
Forum: Absolute Beginners 02-26-2010, 10:20 AM
Replies: 2
Views: 943
Posted By Aaron
In php5, you can just change the function you use...

In php5, you can just change the function you use to call it.


foreach ($barbarian as &$barb) {
if ($barb['strength'] != NULL){
chooseAttribute('strength');
}
Forum: XHTML, HTML, CSS 02-26-2010, 10:02 AM
Replies: 8
Views: 1,329
Posted By Aaron
Tanax, do you mean using the photoshop slice...

Tanax, do you mean using the photoshop slice tool?

Cropping out each individual image and saving it, then undoing the crop works better for me, but if you insist on using the slicing method, Google...
Forum: XHTML, HTML, CSS 02-26-2010, 10:02 AM
Replies: 8
Views: 1,329
Posted By Aaron
Tanax, do you mean using the photoshop slice...

Tanax, do you mean using the photoshop slice tool?

Cropping out each individual image and saving it, then undoing the crop works better for me, but if you insist on using the slicing method, Google...
Forum: General 10-22-2009, 06:16 AM
Replies: 2
Views: 693
Posted By Aaron
ini_set did the trick. Thanks man.

ini_set did the trick. Thanks man.
Forum: Member Introductions 10-22-2009, 06:03 AM
Replies: 1
Views: 580
Posted By Aaron
Welcome. Hope you enjoy your stay =]

Welcome. Hope you enjoy your stay =]
Forum: General 10-22-2009, 05:58 AM
Replies: 2
Views: 693
Posted By Aaron
GD Exceeding Memory Size... What?

Fatal error:Allowed memory size of 16777216 bytes exhausted (tried to allocate 2816 bytes) in W:\htdocs\xxx\index.php on line 62



function createThumbs($rawImage, $imgDir){
chdir($imgDir);
...
Forum: Absolute Beginners 10-18-2009, 01:04 AM
Replies: 3
Views: 785
Posted By Aaron
http://www.talkphp.com/tips-tricks/5012-35-php-pro...

http://www.talkphp.com/tips-tricks/5012-35-php-programming-tips-tricks.html

I think #2 applies. However, I don't fully understand because of the way it was worded.
Forum: Absolute Beginners 01-06-2009, 12:37 PM
Replies: 3
Views: 863
Posted By Aaron
You could do a bunch of things to solve this. ...

You could do a bunch of things to solve this.

The most common way would be to use a Mysql database to hold all page content (data). To do this requires a lot of learning, so it might not be the...
Forum: The Lounge 01-02-2009, 05:33 PM
Replies: 3
Views: 683
Posted By Aaron
making a fantastic and innovative new project...

making a fantastic and innovative new project that is very popular.
Forum: TalkPHP Developer Team 01-02-2009, 05:11 PM
Replies: 13
Views: 1,145
Posted By Aaron
I don't think we're turning people down. There...

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.
Forum: TalkPHP Developer Team 12-29-2008, 06:19 PM
Replies: 40
Views: 2,584
Posted By Aaron
Err... I think the database should be more...

Err... I think the database should be more dynamic. In other words: be able to change to work seamlessly with Vbulletin, PHPBB, SMF, etc.
Forum: TalkPHP Developer Team 12-27-2008, 10:50 PM
Replies: 40
Views: 2,584
Posted By Aaron
My thread got jacked! (edited out the rest...)

My thread got jacked!


(edited out the rest...)
Forum: TalkPHP Developer Team 12-27-2008, 06:34 AM
Replies: 16
Views: 1,141
Posted By Aaron
I don't want to work with google on this. That's...

I don't want to work with google on this. That's more than I need to mess with.

I say just use a changelog file and just hope for the best. We don't have 50 developers working on a gigantic project....
Forum: TalkPHP Developer Team 12-27-2008, 05:30 AM
Replies: 16
Views: 1,141
Posted By Aaron
I don't exactly know what a VCS is, so I doubt...

I don't exactly know what a VCS is, so I doubt most developers would, either. I want this to be as simple as possible. If you want to help me with setting up SVN or this VCS get on MSN right now...
Forum: TalkPHP Developer Team 12-27-2008, 04:41 AM
Replies: 16
Views: 1,141
Posted By Aaron
I meant manipulate images with it. Not thinking...

I meant manipulate images with it. Not thinking clearly at the time. This really isn't a pole.

As for the first php file... where do we start?

PM me for FTP details. For now, since I don't want to...
Forum: TalkPHP Developer Team 12-26-2008, 03:18 AM
Replies: 16
Views: 1,141
Posted By Aaron
Lets get the Image gallery started!

1) I know that there's another project thread, but it sucks. This is my attempt to get things going, as it seems they're frozen. I don't care if I have to work alone, this project will get done.

The...
Forum: TalkPHP Developer Team 12-19-2008, 02:10 AM
Replies: 293
Views: 9,859
Posted By Aaron
Are you kidding me? I came here just to say...

Are you kidding me?

I came here just to say wow...

What were you going to develop?
Forum: Absolute Beginners 08-12-2008, 04:37 PM
Replies: 8
Views: 1,124
Posted By Aaron
I despise the Singleton and MVC...

I despise the Singleton and MVC patterns.

Anyway, I have ported most of my code out to include files. It feels weird.
Forum: Libraries & Extensions 08-12-2008, 01:05 AM
Replies: 4
Views: 2,332
Posted By Aaron
In php you can do this...

In php you can do this thing:

ob_start();
ob_flush();


I really really like these functions. However, I cannot use them while using smarty, because the entire template runs through without me being...
Forum: Libraries & Extensions 08-11-2008, 08:46 PM
Replies: 4
Views: 2,332
Posted By Aaron
Smarty output buffering?

I need my output buffering. Without it I am but a shell of a programmer.

Help a person in need!

I tried the documentation with no luck, and google didn't turn up anything for me.

I thought up a...
Forum: Absolute Beginners 08-11-2008, 06:36 PM
Replies: 2
Views: 1,146
Posted By Aaron
Okay, but how would I get that query outside of...

Okay, but how would I get that query outside of that demonic while statement? :(

edit: It works! I have no idea how it did, but it did.

.. I need to read up more on RDMS functions.
Forum: Absolute Beginners 08-11-2008, 04:53 PM
Replies: 2
Views: 1,146
Posted By Aaron
Red face Ugh, Query in a while statement

At first it hurt to put a query in a while statement, then it hurt to rely on my query for organization. Now it hurts because I realized it doesn't work. It works with one category, but when you add...
Forum: Member Introductions 08-11-2008, 12:09 PM
Replies: 17
Views: 862
Posted By Aaron
It refactors source, gives you direct access to...

It refactors source, gives you direct access to the source, tells you exactly where the source is in the DOM, allows you to edit it in real time, and gives you CSS styles <drool>

It's worth it to...
Forum: Absolute Beginners 08-11-2008, 03:59 AM
Replies: 8
Views: 1,124
Posted By Aaron
$_GET['about'], $_GET['contact'] @import...

$_GET['about'], $_GET['contact'] @import contact.php
Showing results 1 to 25 of 386

 

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