Recent Posts
- (02/24) Calling an Element from a Helper TAGS:CakephpWeb ProgrammingUsageTutorialExample
- (10/14) Forcing A Single Join in CakePHP PaginationTAGS:CakephpCakephp 13DatabaseErrorsHabtmMysqlMssqlWeb ProgrammingUsage
- (08/11) Inserting NOW() into MySQL Using CakePHPTAGS:CakephpDatabaseMysqlMssqlWeb ProgrammingUsage
- (08/07) Best PaginateCount for CakePHP - with Group By SupportTAGS:CakephpBehaviorsWeb ProgrammingUsageDatabaseExampleMysqlHabtmHack
- (04/03) CakePHP Error Messages Not Showing on FormTAGS:CakephpCakephp 13Web ProgrammingErrorsUsage
- (02/06) Sorting Paginated Results Using a Related Model Field in CakePHPTAGS:CakephpWeb ProgrammingUsageExample
- (11/02) Changing CakePHP's Model useTable on the FlyTAGS:CakephpWeb ProgrammingMysqlDatabaseExampleTutorial
- (10/18) The Funniest Error Message Ever - Thank You EclipseTAGS:EclipseWeb ProgrammingErrorsHumorWindowsUsageSoftwarePhpCakephp
Subscribe to my feed
A Collection of Excellently Thorough Forum Postings
This is my collection of forum answers I have found while researching different elements of web design.
What is the Difference Between Oblique and Italic in CSS?
Posted on 11/12/2009 at 09:34 am | Viewed 3,943 times | 0 comments
This answer was located at WebMasterWorld.com on 11/12/09. Answers written by johnl.
Read: What is the Difference Between Oblique and Italic in CSS? | View: Comments
How do I reset the keys in a PHP array?
Posted on 09/11/2009 at 02:00 pm | Viewed 3,804 times | 1 comment
This answer was located at CodingForums.com on 9/11/09. Answers written by PHP6 and Fou-Lu.
I had been hunting for an answer to the elusive question of how do I reset array keys in PHP. I finally found the perfect (and thorough) answer here. There are 3 ways to reset array keys in PHP. All of these solutions work with numerically indexed arrays only. To recap:
Read: How do I reset the keys in a PHP array? | View: Comments
Can I (Un) Sharpen an Image After Resizing it with GD in PHP?
Posted on 08/25/2009 at 10:19 am | Viewed 1,501 times | 0 comments
This answer was located at Drupal Forums on 8/25/09. Answer written by dpfiffe.
I've been toying with the idea of making my personal image gallery online, so I can tag, etc. I want to store a large file and resize on demand, so I became interested in finding out how to sharpen after resizing an image in PHP, using GD Library.
Read: Can I (Un) Sharpen an Image After Resizing it with GD in PHP? | View: Comments
What are the elements of a good landing page?
Posted on 08/24/2009 at 11:31 am | Viewed 1,186 times | 0 comments
This answer was located at SEO Chat on 8/24/09. Answer written by new_seo.
This is an excellent example of a thorough forum answer. The specific design elements, and expected user behavior, associated with an effective landing page are discussed. This posting was supposed to be regarding Google's Rating of your landing page, however the author discusses a pretty well rounded approach to maximizing the effectiveness of your landing pages, so it's worth a read. See Answer #2.
Read: What are the elements of a good landing page? | View: Comments
