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 21 of 21
Search took 0.01 seconds.
Search: Posts Made By: Rizza
Forum: Absolute Beginners 07-05-2008, 10:43 PM
Replies: 6
Views: 845
Posted By Rizza
Exit stops the current php script. Since he's...

Exit stops the current php script. Since he's using procedural and not an object-oriented approach, it will not display anything after the exit. Otherwise you would be correct. Never the less an exit...
Forum: Feedback 07-05-2008, 07:26 PM
Replies: 5
Views: 866
Posted By Rizza
Session expiration

I think that the session expiration is too short here. This is a post primarily out of frustration because I was spending solid time writing a tutorial on database design and by the time I tried to...
Forum: General 07-05-2008, 05:16 PM
Replies: 8
Views: 856
Posted By Rizza
Like I said, there are some significant draw...

Like I said, there are some significant draw backs. The index must have 3 or more words in the index entry, all words containing 4 or more characters (by default). If you have high word saturation...
Forum: Absolute Beginners 07-05-2008, 05:13 PM
Replies: 6
Views: 882
Posted By Rizza
Building a CMS for your own personal use is a...

Building a CMS for your own personal use is a great way to run into problems. You'll run into databasing issues, scalability, reusability and application design. All of these problems are very...
Forum: Show Off 07-05-2008, 05:05 PM
Replies: 10
Views: 982
Posted By Rizza
I recommend redefining your process... and...

I recommend redefining your process... and facilitating closed betas. My process is simple and it works great...

1. Define
2. Design the app
3. Create tests
4. Develop to make those unit tests...
Forum: General 07-05-2008, 04:58 PM
Replies: 8
Views: 856
Posted By Rizza
I would definitely encourage you to find...

I would definitely encourage you to find something else to process your searches. The similar_text function is night and day slower than using the database to search with. Even Regex Like in MySQL is...
Forum: Absolute Beginners 07-05-2008, 06:58 AM
Replies: 6
Views: 845
Posted By Rizza
Yeah, while that's right, why would you want to...

Yeah, while that's right, why would you want to exit before outputting the form again--poor usability.
Forum: General 07-04-2008, 05:38 PM
Replies: 12
Views: 2,110
Posted By Rizza
ZSE is great. In fact, Eclipse as a platform is...

ZSE is great. In fact, Eclipse as a platform is amazing. I decided to go back to ZSE after getting acquainted with how Eclipse functions... so beautiful. Perspectives, completely customizable...
Forum: Absolute Beginners 07-04-2008, 05:17 PM
Replies: 6
Views: 845
Posted By Rizza
There is a lot of code that you were using...

There is a lot of code that you were using unnecessarily. No reason to use a constant, a function and definitely shouldn't be exiting an application for no reason (additionally, if you're using...
Forum: Advanced PHP Programming 07-02-2008, 04:39 AM
Replies: 9
Views: 951
Posted By Rizza
Forgive me for how exhaustive this explanation...

Forgive me for how exhaustive this explanation is... but I don't want to just give you an answer and not explain the reasoning behind it. Beware for those who enter this post, I'm going to be writing...
Forum: Script Giveaway 12-10-2007, 02:38 PM
Replies: 6
Views: 1,279
Posted By Rizza
Password generator

Figured I'd give away my password generator.


public function generatePassword($length = 10) {
// Build an arrays of consonants and vowels
$consSingle =...
Forum: Tips & Tricks 12-10-2007, 04:47 AM
Replies: 14
Views: 1,971
Posted By Rizza
category id parent_id name Is a pretty...

category
id
parent_id
name


Is a pretty easy way to get category/sub-categories. Just use parent_id default of 0 for root-level categories. You can recurse through it as well if subcategories...
Forum: Member Introductions 12-09-2007, 05:53 PM
Replies: 7
Views: 668
Posted By Rizza
I don't think I'll be there this week, but the...

I don't think I'll be there this week, but the following its probable. It's a nice little shop. Should swing by sometime.
Forum: Show Off 12-09-2007, 05:17 PM
Replies: 2
Views: 994
Posted By Rizza
The CSS needs to be reevaluated. A sadly common...

The CSS needs to be reevaluated. A sadly common misconception about CSS is that div tags are used as the replacement for tables from days past. I'd recommend picking up the book Transcendent CSS.
Forum: General 12-09-2007, 04:25 PM
Replies: 22
Views: 1,843
Posted By Rizza
As long as you're not using Vista. :P

As long as you're not using Vista. :P
Forum: Member Introductions 12-09-2007, 04:18 PM
Replies: 7
Views: 668
Posted By Rizza
Oooo, do you go to Cup o' Code in Winter Park on...

Oooo, do you go to Cup o' Code in Winter Park on Tuesdays?
Forum: Member Introductions 12-09-2007, 06:25 AM
Replies: 7
Views: 668
Posted By Rizza
Oh hi

I completely missed this when I signed up. The name is Rob, but friends have come to call me Rizza because my last name starts with a Z.. somehow that's a qualifier for a seemingly gangsteresque...
Forum: General 12-09-2007, 05:52 AM
Replies: 15
Views: 777
Posted By Rizza
wGEic: I've been doing freelance PHP Consulting...

wGEic:

I've been doing freelance PHP Consulting for nearly the past 5 years. It paid my way through college and now that I'm 2 months out and the degree has only spooled up my business.

I got my...
Forum: The Lounge 12-09-2007, 05:11 AM
Replies: 20
Ide
Views: 1,244
Posted By Rizza
Zend Studio. TextMate for everything else not...

Zend Studio. TextMate for everything else not PHP. If only the Versioning in ZDE would work with external servers. :\
Forum: General 12-09-2007, 05:00 AM
Replies: 22
Views: 1,843
Posted By Rizza
I haven't had any complaints with Firefox yet,...

I haven't had any complaints with Firefox yet, perhaps it's primarily an issue with Windows machines, but it works great on Leopard. It's just too bad Zend Studio has memory leaks... if that weren't...
Forum: General 12-08-2007, 11:06 PM
Replies: 5
Views: 677
Posted By Rizza
http://www1.istockphoto.com/file_thumbview_approve...

http://www1.istockphoto.com/file_thumbview_approve/93770/2/istockphoto_93770_napkin_reinventing_the_wheel.jpg

There's no need to reinvent the wheel. I've been using CakePHP quite a bit but have...
Showing results 1 to 21 of 21

 

All times are GMT. The time now is 07:43 PM.

 
     

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