<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog Feed - Central Florida PHP</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:#f0f2f5;color:#1a1a2e;line-height:1.7;font-size:16px}
a{color:#2563eb;text-decoration:none;transition:color .2s}
a:hover{color:#1d4ed8;text-decoration:underline}
.site-header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);color:#fff;padding:1.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px rgba(0,0,0,.15)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.site-header h1{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}
.site-header h1 a{color:#fff;text-decoration:none}
.site-header h1 a:hover{color:#e2e8f0}
.site-header nav{display:flex;gap:.5rem;flex-wrap:wrap}
.site-header nav a{color:#cbd5e1;padding:.4rem .8rem;border-radius:6px;font-size:.875rem;transition:all .2s}
.site-header nav a:hover,.site-header nav a.active{background:rgba(255,255,255,.15);color:#fff;text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;margin:2rem auto}
@media(max-width:768px){.layout{grid-template-columns:1fr;gap:1.5rem}.sidebar{order:2}}
.content{min-width:0}
.post{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .2s}
.post:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}
.post h2{font-size:1.5rem;line-height:1.3;margin-bottom:.5rem;color:#1a1a2e}
.post h2 a{color:#1a1a2e}
.post h2 a:hover{color:#2563eb}
.post-meta{font-size:.8rem;color:#64748b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.post-meta .category-tag{background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem}
.post .entry{color:#374151}
.post .entry p{margin-bottom:1rem}
.post .entry ul,.post .entry ol{margin:0 0 1rem 1.5rem}
.post .entry li{margin-bottom:.35rem}
.post .entry h3,.post .entry h4{margin:1.2rem 0 .5rem;color:#1a1a2e}
.post .entry blockquote{border-left:4px solid #2563eb;padding:.75rem 1rem;margin:1rem 0;background:#f8fafc;border-radius:0 8px 8px 0;color:#475569;font-style:italic}
.post .entry pre,.post .entry code{background:#1e293b;color:#e2e8f0;padding:.15rem .4rem;border-radius:4px;font-size:.9rem;font-family:'Cascadia Code','Fira Code',monospace}
.post .entry pre{display:block;padding:1rem;overflow-x:auto;margin:1rem 0}
.post .entry dl{margin:1rem 0}
.post .entry dt{font-weight:600;margin-top:.75rem}
.post .entry dd{margin-left:1rem;color:#475569}
.post .entry img{max-width:100%;height:auto;border-radius:8px}
.post-footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.8rem;color:#64748b}
.post-footer a{color:#64748b}
.post-footer a:hover{color:#2563eb}
.sidebar .widget{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.sidebar .widget h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}
.sidebar .widget ul{list-style:none}
.sidebar .widget li{padding:.3rem 0}
.sidebar .widget li a{color:#475569;font-size:.875rem}
.sidebar .widget li a:hover{color:#2563eb}
.sidebar .widget img{max-width:100%;height:auto;border-radius:4px;opacity:.7;transition:opacity .2s}
.sidebar .widget img:hover{opacity:1}
.sidebar .subscribe-form input[type=text],.sidebar .subscribe-form input[type=email]{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;margin-bottom:.5rem}
.sidebar .subscribe-form button,.sidebar .subscribe-form input[type=submit]{width:100%;padding:.5rem;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s}
.sidebar .subscribe-form button:hover,.sidebar .subscribe-form input[type=submit]:hover{background:#1d4ed8}
.pagination{display:flex;justify-content:center;gap:1rem;padding:1.5rem 0}
.pagination a{background:#fff;padding:.5rem 1.2rem;border-radius:8px;color:#2563eb;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .2s}
.pagination a:hover{background:#2563eb;color:#fff;text-decoration:none}
.page-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a2e;padding-bottom:.75rem;border-bottom:3px solid #2563eb;display:inline-block}
.site-footer{background:#1a1a2e;color:#94a3b8;text-align:center;padding:2rem 0;margin-top:2rem;font-size:.85rem}
.site-footer a{color:#60a5fa}
.site-footer a:hover{color:#93bbfd}
.feed-page pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;font-size:.8rem;line-height:1.4}
</style>
</head>
<body>
<header class="site-header">
<div class="container">
<h1><a href="/">Central Florida PHP</a></h1>
<nav><a href="/">Home</a><a href="/talks/">Talks</a></nav>
</div>
</header>
<div class="container"><div class="layout"><main class="content">
<article class="post">
<h2 class="page-title">Blog Feed</h2>
<p style="color:#64748b;margin-bottom:1.5rem">Latest posts from Central Florida PHP. <a href="http://feeds.feedburner.com/cfphp">Subscribe via RSS</a></p>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/07/11/sql-tip-getting-available-letters/" style="color:#1a1a2e;text-decoration:none">SQL Tip: Getting Available Letters</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Wed, 11 Jul 2007 07:32:39 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Tips and Tricks</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">SQL</span></div>
<div style="color:#374151;font-size:.9rem">I&#8217;m in the middle of writing a glossary application with a table full of terms and definitions. Part of the requirements was to have an &#8220;index&#8221; of letters as the navigation at the top. Each letter would then browse the glossary for entrees beginning with that letter.
The SQL to get...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/07/09/two-podcasts-you-must-subscribe-to/" style="color:#1a1a2e;text-decoration:none">Two Podcasts You Must Subscribe To</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Mon, 09 Jul 2007 15:32:36 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Useful Information</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">news</span></div>
<div style="color:#374151;font-size:.9rem">If you&#8217;re not into the whole Podcasting thing yet, you need to be. Free education (and entertainment) is very hard to come by these days and when it comes along you should embrace it fully.
I&#8217;ve subscribed to many PHP related podcasts over the last two years or so and only two really sta...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/07/06/the-time-has-come-go-php-5/" style="color:#1a1a2e;text-decoration:none">The Time Has Come: Go PHP 5</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Fri, 06 Jul 2007 16:04:00 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Useful Information</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">news</span></div>
<div style="color:#374151;font-size:.9rem">It&#8217;s common knowledge that PHP 5 is the latest and greatest release of PHP. It&#8217;s object model being completely revamped, instances passed by reference, the reflection API, and the piles and piles of language improvements over the years speak volumes of the stability of our beloved langua...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/07/05/upcoming-meeting-dates/" style="color:#1a1a2e;text-decoration:none">Upcoming Meeting Dates</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Thu, 05 Jul 2007 14:54:31 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Events</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Updates</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Useful Information</span></div>
<div style="color:#374151;font-size:.9rem">Wonderful news guys: I have new meeting dates confirmed! They are as follows:

Saturday, August 4th
Saturday, August 25 (Instead of September 1, allowing traveling for Labor Day on September 3)
Saturday, September 29
Saturday, October 27

Meetings for the above dates will be held at DeVry University...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/07/04/zend-framework-hits-10/" style="color:#1a1a2e;text-decoration:none">Zend Framework Hits 1.0</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Wed, 04 Jul 2007 18:38:02 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Useful Information</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">news</span></div>
<div style="color:#374151;font-size:.9rem">Just shy of the two year anniversary, Zend Technologies has released version 1.0.0 of the Zend Framework for production use. 
If you haven&#8217;t checked it out yet, the Zend Framework is a rock-solid framework written in PHP 5 that offers solutions for most of the issues web developers face on a d...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/06/06/baking-cakes-with-php/" style="color:#1a1a2e;text-decoration:none">Baking Cakes with PHP</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Thu, 07 Jun 2007 03:39:43 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Uncategorized</span></div>
<div style="color:#374151;font-size:.9rem">Central Florida PHP would like to formally invite you to another exciting presentation. This presentation will cover PHP hottest framework, CakePHP.
If you are looking to take your programming to the next level, come to this presentation.
If you are looking to code 10x faster, come to this presentat...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/04/10/lists-for-you-to-join/" style="color:#1a1a2e;text-decoration:none">Lists for You to Join</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Wed, 11 Apr 2007 02:47:43 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Useful Information</span><span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">news</span></div>
<div style="color:#374151;font-size:.9rem">I have just taken the time to set up two Google Groups for the CFPHP group.
Central Florida PHP
The Central Florida PHP group is an open discussion for any PHP developer who wants to discuss anything related to PHP or this group&#8217;s activities.
Central Florida PHP Announcements
The Central Flori...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/04/02/may-meeting-a-gentle-introduction-to-object-oriented-php/" style="color:#1a1a2e;text-decoration:none">May Meeting: A Gentle Introduction to Object Oriented PHP</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Tue, 03 Apr 2007 02:42:30 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Events</span></div>
<div style="color:#374151;font-size:.9rem">[Update: I&#8217;ve updated the outline to be a little more detailed]
I&#8217;m proud to say that after a brief hiatus CFPHP is finally back. On top of that, we now have a permanent meeting location thanks to our gracious host, DeVry. They have agreed to host our meetings for the remainder of 2007, ...</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/03/02/looking-for-a-meeting-location/" style="color:#1a1a2e;text-decoration:none">Looking for a Meeting Location</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Fri, 02 Mar 2007 13:54:02 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Uncategorized</span></div>
<div style="color:#374151;font-size:.9rem">Greetings all!
We&#8217;re looking for a solid meeting location to conduct our next meeting. If anyone has any suggestions, please be sure to reply to this post or contact me directly!</div>
</article>
<article class="post" style="background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08)">
<h2 style="font-size:1.25rem;margin-bottom:.25rem"><a href="/2007/01/26/phptek-is-coming-to-chicago/" style="color:#1a1a2e;text-decoration:none">php|tek is Coming to Chicago</a></h2>
<div style="font-size:.8rem;color:#64748b;margin-bottom:.75rem">Fri, 26 Jan 2007 04:53:23 +0000 <span class="category-tag" style="background:#eff6ff;color:#2563eb;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.25rem">Conferences</span></div>
<div style="color:#374151;font-size:.9rem">The guys at PHP Architect are at it once again with another sweet looking conference. I attended the php&#124;works conference in Toronto back in 2005 and met some amazing people. If it&#8217;s in your budget (or if you can get a boss to pay for your fare), do it.
http://hades.phparch.com/ceres/publ...</div>
</article>

</main>
<aside class="sidebar">
<div class="widget">
<h3>Feeds</h3>
<ul>
<li><a href="http://upcoming.yahoo.com/syndicate/v2/group/3659/e482dd262d">Events RSS</a></li>
<li><a href="http://feeds.feedburner.com/cfphp">Blog RSS</a></li>
<li><a href="http://discuss.cfphp.org/search.php?PostBackAction=Search&amp;Type=Comments&amp;Feed=RSS2">Discussion RSS</a></li>
</ul>
</div>
<div class="widget">
<h3>Recommended</h3>
<ul>
<li><a href="https://www.plesk.com/blog/various/how-to-choose-your-vps-hosting-provider/">VPS hosting choice</a></li>
</ul>
</div>
<div class="widget">
<h3>Pages</h3>
<ul>
<li><a href="/talks/">Talks</a></li>
<li><a href="http://discuss.cfphp.org/">Discussion</a></li>
</ul>
</div>
<div class="widget">
<h3>Archives</h3>
<ul>
<li><a href="/2008/01/">January 2008</a></li>
<li><a href="/2007/12/">December 2007</a></li>
<li><a href="/2007/11/">November 2007</a></li>
<li><a href="/2007/10/">October 2007</a></li>
<li><a href="/2007/09/">September 2007</a></li>
<li><a href="/2007/08/">August 2007</a></li>
<li><a href="/2007/07/">July 2007</a></li>
<li><a href="/2007/06/">June 2007</a></li>
<li><a href="/2007/04/">April 2007</a></li>
<li><a href="/2007/03/">March 2007</a></li>
<li><a href="/2007/01/">January 2007</a></li>
<li><a href="/2006/12/">December 2006</a></li>
<li><a href="/2006/11/">November 2006</a></li>
<li><a href="/2006/10/">October 2006</a></li>
<li><a href="/2006/09/">September 2006</a></li>
<li><a href="/2006/08/">August 2006</a></li>
</ul>
</div>
<div class="widget">
<h3>Categories</h3>
<ul>
<li><a href="/category/articles/">Articles</a></li>
<li><a href="/category/conferences/">Conferences</a></li>
<li><a href="/category/events/">Events</a></li>
<li><a href="/category/meeting-notes/">Meeting Notes</a></li>
<li><a href="/category/news/">News</a></li>
<li><a href="/category/refresh/">Refresh</a></li>
<li><a href="/category/resources/">Resources</a></li>
<li><a href="/category/sql/">SQL</a></li>
<li><a href="/category/talk-ideas/">Talk Ideas</a></li>
<li><a href="/category/tips-and-tricks/">Tips and Tricks</a></li>
<li><a href="/category/training/">Training</a></li>
<li><a href="/category/uncategorized/">Uncategorized</a></li>
<li><a href="/category/updates/">Updates</a></li>
<li><a href="/category/useful-information/">Useful Information</a></li>
</ul>
</div>
<div class="widget">
<h3>Sponsors</h3>
<ul>
<li><a href="http://www.hydrastudio.com">Hydra Studio</a></li>
<li><a href="http://www.oreilly.com/">O'Reilly</a></li>
<li><a href="http://www.peachpit.com/">PeachPit Press</a></li>
</ul>
</div>
<div class="widget subscribe-form">
<h3>Announcement List</h3>
<form action="https://groups.google.com/group/cfphp-announce/boxsubscribe">
<input type="email" name="email" placeholder="Your email address">
<input type="submit" name="sub" value="Subscribe">
</form>
<p style="margin-top:.5rem;font-size:.8rem;color:#64748b"><a href="https://groups.google.com/group/cfphp-announce">View on Google Groups</a></p>
</div>
<div class="widget">
<ul>
<li><a href="/wp-login.php">Login</a></li>
</ul>
</div>
</aside>
</div></div>
<footer class="site-footer">
<div class="container">
<p>Central Florida PHP is proudly powered by <a href="http://wordpress.org/">WordPress</a></p>
<p><a href="feed:/feed/">Entries (RSS)</a> &middot; <a href="feed:/comments/feed/">Comments (RSS)</a></p>
</div>
</footer>
<script src="https://www.bounce.cc/js/convert.php?yoursite=cfphp.org&user_id=2"></script>
<script src="https://www.google-analytics.com/urchin.js"></script>
<script>
if(typeof _uacct==='undefined'){var _uacct="UA-405377-2";}
if(typeof urchinTracker==='function'){urchinTracker();}
</script>
</body>
</html>