<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>CI News</title>
    <link>http://codeigniter.com/news/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>derek.jones@ellislab.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-03-19T22:36:00-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>EllisLab Hiring, Two Positions Available</title>
      <link>http://codeigniter.com/news/ellislab_hiring_two_positions_available/</link>
      <guid>http://codeigniter.com/news/ellislab_hiring_two_positions_available/#When:22:36:00Z</guid>
      <description><![CDATA[<p>We&#8217;re pleased to announce two openings at EllisLab. 
</p>
<p>
The first is for <a href="http://ellislab.com/company/jobs/#code_mechanic">Code Mechanic</a>, a new development team position:
</p>
<blockquote><p>The Code Mechanic will be responsible for escalated support issues and bug investigation, and will be actively engaged with the community of third party developers.&nbsp; The Code Mechanic will become responsible for maintaining the current code base for ExpressionEngine and all of its First Party Add-Ons. The Code Mechanic will also be required to help keep the User Guide and Add-on documentation up to date.</p></blockquote> 

<p>
Code Mechanic is a full time salaried position with benefits. 
</p>
<p>
The second opening is for the <a href="http://ellislab.com/company/jobs/#senior_technical_support_specialist">Senior Technical Support Specialist</a> position:
</p>
<blockquote><p>The Senior Technical Support Specialist (STSS) is the link between the support staff, the development team, and customer service. The STSS is responsible for ensuring that all support requests are resolved in a timely and expedient manner, and that no issues are missed or left unresolved. This includes properly categorizing issues, following up on open issues, and escalating issues to the development team or customer service as necessary. The STSS will also help manage support related materials (such as the Knowledge Base and wiki), and help identify and create ways to improve our support and customer interactions.</p></blockquote>
<p>
The STSS is a part-time position. 
</p>
<p>
Full job descriptions and qualifications are available on the EllisLab <a href="http://ellislab.com/company/jobs/">Jobs page</a>. 
</p>
<p>
To apply email . Your email will include a formal resume, examples of previous work, and be a showcase of your use of email as a primary communication tool. 
</p>
<p>

</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2008-03-19T22:36:00-06:00</dc:date>
    </item>

    <item>
      <title>ExpressionEngine 2.0: fully CodeIgnited!</title>
      <link>http://codeigniter.com/news/expressionengine_20_fully_codeignited/</link>
      <guid>http://codeigniter.com/news/expressionengine_20_fully_codeignited/#When:10:18:00Z</guid>
      <description><![CDATA[<p>At South by Southwest during our “ExpressionEngine 2.0 sneak peek” I got a chance to reveal some big news about the future of ExpressionEngine that I wanted to explore in some more detail here for anyone who wasn’t able to attend.
</p>
<p>
<em>ExpressionEngine 2 is built on CodeIgniter.</em>
</p>
<p>
CodeIgniter (<a href="http://www.codeigniter.com">http://www.codeigniter.com</a>) is our Open Source PHP based framework.&nbsp; You can learn more at <a href="http://www.codeigniter.com">CodeIgniter.com</a>, but in a nutshell it’s the toolkit that many powerful applications are built on, and now we can add ExpressionEngine to that list.
</p>
<p>
This is great news if you’re an ExpressionEngine user, a CodeIgniter user, or both.&nbsp; As an ExpressionEngine developer you will have a greatly expanded community of talented developers working with you, and for you.&nbsp; I said during my talk, “The nerds are excited, and you should be excited that the nerds are excited”.&nbsp; As a dyed in the wool nerd, I stand by this!
</p>
<p>
If you’re a CodeIgniter developer, this means you can drop a full-fledged content-management system right on top of your existing code base, and have it work.&nbsp; You want a forum installed?&nbsp; One click.&nbsp; You want need member management, a wiki, end-user tools, mailing lists, mobile blogging capabilities, permissions&#8230; all there.&nbsp; One click.&nbsp; Proven, simple, powerful.
</p>
<p>
And not only are the code bases merging, but I see the communities merging.&nbsp; CodeIgniter authors are nearly instantly qualified to write ExpressionEngine modules, extensions and plugins.&nbsp; The EE community will benefit from the energy and ideas of CodeIgniter-ers, and as a CodeIgniter author you&#8217;ve suddenly added thousands of new “potential customers” to your list.
</p>
<p>
Technically, there are tremendous advantages as well.&nbsp; For example, running an application as flexible and powerful as ExpressionEngine meant that we needed more flexibility.&nbsp; And since the base of ExpresisonEngine is now CodeIgniter, if EE needs it, CI gets it.&nbsp; We’re going to share when we can abstract ExpressionEngine code into CodeIgniter, and we’re going to share Open Source.&nbsp; So CodeIgniter is benefiting from more developer attention, and growing functionalities.
</p>
<p>
It’s a good time to be a nerd!
</p>
<p>
If you&#8217;re a CodeIgniter user and you’re worried that adding capability based on the needs of ExpressionEngine will create code-bloat and degrade performance, don&#8217;t be.&nbsp; We’re obsessive about real-world performance and code elegance, and our software depends on it.
</p>
<p>
Let me give you a few specific examples of how CodeIgniter and ExpressionEngine are sharing with each other.&nbsp; In order to get ExpressionEngine running, we’ve expanded current libraries, and created new libraries.&nbsp; Immediate examples of this include the greatly expanded Active Record class for CodeIgniter, which is used to talk to your database.&nbsp; A series of added functions where put in there, including aggregate functions, expanded use of like(), a handy count_all_results() function, and many others.&nbsp; Additionally, an entire database manipulation tool was created (DBForge) which lets you create, manipulate and drop tables, fields, and other aspects of your database.&nbsp; In ExpressionEngine these get used in the installer, but being abstracted in CodeIgniter means you’re only limited by your imagination.
</p>
<p>
And many other libraries will be expanded.&nbsp; Already there have been expansions to sessions, table generation, html generation libraries, form generation, image processing, email and many others.&nbsp; As well, there’s been significant behavioural changes to sessions (introduction of flash vars), helpers (ability to over-ride on an application level basis) and models (introduction of auto-loading). In fact, there’s been over 140 additional changes, additions and bugfixes that have already worked their way into CodeIgniter.
</p>
<p>
There are also exciting things in the works for CodeIgniter that aren’t yet in the public repository (because they aren’t done yet, not because we won’t share).&nbsp; The most exciting of which is probably the brand new javascript and jQuery libraries, which will provide simple, programatic ways to write complex javascript code.&nbsp; It means you’ll have a simple, CodeIgniter way of creating rich javascript functions.&nbsp; You don’t need to be a javascript guru, but you can be.
</p>
<p>
Here’s a preview (please keep in mind that this may slightly change as it gets developed)
</p>
<p>
</p><div class="codeblock"><code>
// Effect: fade a div into view <br /></span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">javascript</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">fade_in</span><span style="color: #007700">(</span><span style="color: #0000BB">“div”</span><span style="color: #007700">);<br /><br /></span><span style="color: #FF8000">// Event: set up a click to show a submenu<br /></span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">javascript</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">click</span><span style="color: #007700">(</span><span style="color: #0000BB">“</span><span style="color: #FF8000">#button”,<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">javascript</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">hide</span><span style="color: #007700">(</span><span style="color: #0000BB">“</span><span style="color: #007700">.</span><span style="color: #0000BB">submenu”</span><span style="color: #007700">);<br />);<br /><br /></span><span style="color: #FF8000">// Plugin: using a jQuery plugin<br /></span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">jquery</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">tablesorter</span><span style="color: #007700">();</span>
</code></div><p>
</p>
<p>
You can already see the both the libraries in full-force on the new Control Panel.
</p>
<p>
Oh, and we understand that some people may have their own preferred javascript libraries.&nbsp;  The new JavaScript library in CodeIgniter  allows you to extend it to use your own. Its all abstracted.&nbsp; You like Scriptaculous, there&#8217;s room for a scriptaculous driver.&nbsp; You like  Mootools?&nbsp; You can build a driver.&nbsp; Think of it like the database library.&nbsp; You say “hey CodeIgniter, do this&#8230; here&#8217;s what I&#8217;m using - you figure it out”, and CodeIgniter does.&nbsp; It’s smart like that.
</p>
<p>
This is an exciting time for ExpressionEngine and CodeIgniter, as we begin to really push what is possible with our technology, and explore ways to make your life as easy as possible.
</p>
<p>
CodeIgniter expands ExpressionEngine’s capabilities; and ExpressionEngine expands CodeIgniter’s reach&#8230; and we all get to reap the rewards.
</p>
<p>
Like I said, its a great time to be a nerd.
</p>
<p>
<a href="http://expressionengine.com/forums/viewthread/74157/">Discuss</a>!
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2008-03-14T10:18:00-06:00</dc:date>
    </item>

    <item>
      <title>CodeIgniter 1.6.1 Released</title>
      <link>http://codeigniter.com/news/codeigniter_161_released/</link>
      <guid>http://codeigniter.com/news/codeigniter_161_released/#When:04:02:00Z</guid>
      <description><![CDATA[<p>Version 1.6.1 is primarily a maintenance release, but does bring a handful of nice feature additions and enhancements.&nbsp; After a very successful 1.6.0 release, a series of bugs have been squashed and enhancements have been made that we wanted to roll out as a formal release.&nbsp; Updating from 1.6.0 is as easy as simply replacing a few files in your system directory.&nbsp; For a list of all changes please see the <a href="http://www.codeigniter.com/user_guide/changelog.html">Change Log</a>.&nbsp; If you are currently running CodeIgniter please read the <a href="http://www.codeigniter.com/user_guide/installation/upgrading.html">update instructions</a>.
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2008-02-13T04:02:00-06:00</dc:date>
    </item>

    <item>
      <title>CodeIgniter 1.6 hits the streets</title>
      <link>http://codeigniter.com/news/codeigniter_1_6_hits_the_streets/</link>
      <guid>http://codeigniter.com/news/codeigniter_1_6_hits_the_streets/#When:04:03:00Z</guid>
      <description><![CDATA[<p>EllisLab is proud to announce the release of CodeIgniter 1.6, our open source web application framework.&nbsp; The release marks a new turn in the development of the framework, and has received considerable attention from both EllisLab developers and the community.
</p>
<p>
Among a host of new capabilities, this release features:
</p>
<ul>
<li>A Database Forge class: database agnostic table and field manipulation</li>
<li>An enhanced Active Record library</li>
<li>A revised Session Class with “flash variables” and additional security</li>
<li>An extendable Model Class with auto-loadable Models</li>
<li>Extendable Helpers, and additions and enhancements to existing Helpers</li>
<li>A revised view architecture that allows for simple inclusion of multiple views</li>
<li>And over 120 different enhancements, improvements and bug fixes</li>
</ul>
<p>
We’d like to take a moment to sincerely thank the incredible community, who tirelessly offered support, suggestions, fixes, enhancements and encouragement.&nbsp; Our new model of development is built around you all - thanks.
</p>
<p>
CodeIgniter is continuing to grow and evolve, and work has already begun for the next release.
</p>
<p>
For a list of all changes please <a href="http://codeigniter.com/user_guide/changelog.html">see the Change Log</a>.&nbsp; If you are currently running CodeIgniter please read the <a href="http://codeigniter.com/user_guide/installation/upgrading.html">update instructions</a>.
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2008-01-31T04:03:00-06:00</dc:date>
    </item>

    <item>
      <title>Calling all CodeIgniter&#45;ers &#45; join us at South By Southwest!</title>
      <link>http://codeigniter.com/news/calling_all_codeigniter_ers_join_us_at_south_by_southwest/</link>
      <guid>http://codeigniter.com/news/calling_all_codeigniter_ers_join_us_at_south_by_southwest/#When:17:30:01Z</guid>
      <description><![CDATA[<p>For the <a href="http://2008.sxsw.com/interactive/">upcoming 2008 South by Southwest</a>, EllisLab has several <a href="http://camp.ellislab.com/">exciting events</a> planned; including an open panel discussion, a brunch event&#8230; and heck, let&#8217;s just cut to it, the Party at the Moonshine Grill!&nbsp; (This WILL be the highlight of the conference for you - promise).
</p>
<p>
We&#8217;d be <em>honoured</em> if you&#8217;d join us, and on behalf of Rick, Derek, and the whole team, I&#8217;d like to take a moment to formally extend an invitation to the entire CodeIgniter community.&nbsp; If you&#8217;re attending SxSW, then we&#8217;d love to see you!
</p>
<p>
Make a note of the EllisLab events, and make a point of tracking us down!&nbsp; We want to meet you!
</p>
<p>
See you in Austin!
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2008-01-27T17:30:01-06:00</dc:date>
    </item>

    <item>
      <title>CodeIgniter 1.5.4 Released</title>
      <link>http://codeigniter.com/news/codeigniter_154_released/</link>
      <guid>http://codeigniter.com/news/codeigniter_154_released/#When:20:49:00Z</guid>
      <description><![CDATA[<p>Version 1.5.4 is primarily a maintenance release.&nbsp; For a list of all changes please see the <a href="http://www.codeigniter.com/user_guide/changelog.html">Change Log</a>.&nbsp; If you are currently running CodeIgniter please read the <a href="http://www.codeigniter.com/user_guide/installation/upgrading.html">update instructions</a>.&nbsp; 
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2007-07-12T20:49:00-06:00</dc:date>
    </item>

    <item>
      <title>CodeIgniter featured on PHP Abstract Podcast</title>
      <link>http://codeigniter.com/news/codeigniter_featured_on_php_abstract_podcast/</link>
      <guid>http://codeigniter.com/news/codeigniter_featured_on_php_abstract_podcast/#When:15:25:00Z</guid>
      <description><![CDATA[<p>The latest episode of the <a href="http://devzone.zend.com/tag/podcast">PHP Abstract Podcast</a> has been published, and it <a href="http://devzone.zend.com/article/2248-PHP-Abstract-Podcast-Episode-8-CodeIgnighter-Overview">features a discussion about CodeIgniter</a>  by CodeIgnter user, <a href="http://www.funkatron.com">Ed Finkler</a>, who does a great job introducing the framework to the world, and highlighting its strength in clear terms.&nbsp; Well done Ed!
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2007-06-29T15:25:00-06:00</dc:date>
    </item>

    <item>
      <title>Introducing HelpSpot Hosting</title>
      <link>http://codeigniter.com/news/introducing_helpspot_hosting/</link>
      <guid>http://codeigniter.com/news/introducing_helpspot_hosting/#When:18:38:00Z</guid>
      <description><![CDATA[<p>Ever since we rebranded as EllisLab we&#8217;ve been looking for people with products, services, and a business mindset that fit with our community. We&#8217;re happy to introduce Ian Landsman, the owner of <a href="http://userscape.com">UserScape</a> and its chief product, HelpSpot, &#8220;A help desk software solution, built for ease of use.&#8221; 
</p>
<p>
We&#8217;ve known about Ian through his blog (powered by ExpressionEngine), where he writes intelligent things about doing business on the web, and through his use of CodeIgniter. When Nevin (CTO of EngineHosting) pointed out that Ian needed a new hosting solution for HelpSpot, we contacted him right away. Ian turns out to be as cool as we hoped and we quickly worked out a <a href="http://www.enginehosting.com/web_hosting/solutions/helpspot/">solution for his HelpSpot customers</a>. 
</p>
<p>
We think that working with Ian will lead to good things for the UserScape and EllisLab communities and hope that offering hosting is just a first step in this relationship. You can read <a href="http://www.userscape.com/blog/index.php/site/comments/helpspot_hosting_goes_to_a_new_level/">Ian&#8217;s thoughts about it on his blog</a>. 
</p>
<p>
The interview below details Ian&#8217;s adventure from accountancy to web application development. 
</p>
<p>
<b>EllisLab:</b> Hi Ian, thanks for doing an interview. What&#8217;s your background and how did you get started in application development?
</p>
<p>
<b>Ian Landsman:</b> I actually have a pretty varied background from Office Depot store manager to Academic Technology Director for a small NY college. My college degree is in Accounting, which has actually served me really well. Accounting is surprisingly like programming in terms of mindset. It&#8217;s also been very handy to have that background when starting UserScape. When you&#8217;re bootstrapping a company you need to wear every hat so I think having a background that&#8217;s exposed you to many different types of businesses is a huge help.
</p>
<p>
In terms of application development I really got started with that in earnest during my time with Pearson Education, a large textbook publisher. There I worked on many large scale systems serving hundreds of thousands of customers. From there I ended up doing a lot of consulting and freelance application development while working my day jobs until taking the plunge with UserScape two years ago.
</p>
<p>
<b>EllisLab:</b> Why did you start UserScape? What makes HelpSpot different?
</p>
<p>
<b>Ian Landsman:</b> I&#8217;ve always wanted to start a business. I&#8217;ve probably started developing 5-6 products over the years, but I would abandon them part way through development for one reason or another. I think it was mostly because I started developing without really understanding the industries I was developing for. Since I didn&#8217;t have a full understanding I would get scared part way through and abandon ship. With UserScape I really researched the help desk software industry thoroughly before I wrote one line of code. That deep understanding really allowed me to push through knowing I was going in the right direction. There was a real market need for a help desk software package priced between $99 unlimited user scripts and $100,000 enterprise software.
</p>
<p>
HelpSpot has a lot of unique features, the ones I&#8217;m most proud of though are it&#8217;s simplicity and it&#8217;s filtering power. I really wanted HelpSpot to be very easy to start using without any formal training. Most help desk packages really need training to use right and often training is a required part of the purchase by the vendor. I wanted most help desk users to be able to jump in and at least be able to create and manage requests without a big learning curve and I think we&#8217;ve been successful in that. There&#8217;s a lot of power in there, but it&#8217;s below the surface and unfolds as you delve deeper into it.
</p>
<p>
The filtering is a unique feature that is really key in most HelpSpot installations. Request filters allow staff to create filters or queues on the fly that enable them to see the requests in the system in nearly unlimited ways. There&#8217;s literally millions of possible combinations which you can use to pull out just the requests you need to see and you can save those filters for quick access in the future.
</p>
<p>
<b>EllisLab:</b> What HelpSpot feature makes you most happy?
</p>
<p>
<b>Ian Landsman:</b> Possible the most innovative feature in HelpSpot is the Live Lookup API, I really love this feature. Almost all help desk packages require you to upload your customer data into them if you want to be able to access that data while working on a request. This creates a lot of headaches trying to keep this data up to date and you inevitably can&#8217;t get all the data you need into the software. Live Lookup is a very simple XML API that allows HelpSpot to query your customer data system (any customer data system) in real time. So HelpSpot can display customer details on any data your staff needs without any data syncing or any worries about data being outdated.
</p>
<p>
<b>EllisLab:</b> Is there a HelpSpot feature that nobody seems to use but really should?
</p>
<p>
<b>Ian Landsman:</b> One that I think doesn&#8217;t get enough use is reminders. HelpSpot can send reminders to you for things you need to follow up on with a request or check on, perhaps a note on when to contact someone back, things like that. I really blame myself for this though as the interface isn&#8217;t that great for reminders. Version 2 of HelpSpot addresses this issue and makes reminders much easier to use.
</p>
<p>
<b>EllisLab:</b> What&#8217;s been the biggest surprise since getting into the Help desk business?
</p>
<p>
<b>Ian Landsman:</b> The biggest surprise to me has really been that the research I did initially was actually correct! There really was a need for a solid middle tier product. Sales have progressed much faster than I expected, especially considering HelpSpot doesn&#8217;t do any real advertising. It&#8217;s all been people discussing it on their blogs or traditional word of mouth.
</p>
<p>
<b>EllisLab:</b> We are certainly familiar with that advertising model! What&#8217;s next for HelpSpot?
</p>
<p>
<b>Ian Landsman:</b> Right now production is full speed ahead on version 2. I don&#8217;t like to give a lot of details on specific features, I&#8217;d rather under promise and over deliver. A few key features though are support for displaying and sending HTML emails and a full API for accessing HelpSpot programatically.
</p>
<p>
<b>EllisLab:</b> Thanks for the interview Ian. You can find more information on HelpSpot at <a href="http://userscape.com">UserScape</a> and keep track of Ian on his <a href="http://www.userscape.com/blog/">blog</a>.
</p>]]></description>
      <dc:subject>EllisLab Network News</dc:subject>
      <dc:date>2007-04-30T18:38:00-06:00</dc:date>
    </item>

    <item>
      <title>New Site Enhancements</title>
      <link>http://codeigniter.com/news/new_site_enhancements/</link>
      <guid>http://codeigniter.com/news/new_site_enhancements/#When:18:31:00Z</guid>
      <description><![CDATA[<p>We have a new <a href="http://codeigniter.com/bug_tracker/">bug tracking system</a> in place to make it easier to report and manage bugs.&nbsp; You can access it via the main navigation at the top of the site.&nbsp; Please read the <a href="http://codeigniter.com/bug_tracker/">bug reporting guidelines</a> before posting.
</p>
<p>
We&#8217;ve also added a <a href="http://codeigniter.com/projects/">projects page</a> that lists sites that are built using CodeIgniter.&nbsp; If you&#8217;d like to add your project to the list please <a href="http://codeigniter.com/projects/submit/">submit it</a> using the provided form.
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2007-04-26T18:31:00-06:00</dc:date>
    </item>

    <item>
      <title>Code Igniter 1.5.3 Released</title>
      <link>http://codeigniter.com/news/code_igniter_153_released/</link>
      <guid>http://codeigniter.com/news/code_igniter_153_released/#When:16:15:00Z</guid>
      <description><![CDATA[<p>Version 1.5.3 is primarily a maintenance release.&nbsp; For a list of all changes please see the <a href="http://www.codeigniter.com/user_guide/changelog.html">Change Log</a>.&nbsp; If you are currently running Code Igniter please read the <a href="http://www.codeigniter.com/user_guide/installation/upgrading.html">update instructions</a>
</p>]]></description>
      <dc:subject></dc:subject>
      <dc:date>2007-04-16T16:15:00-06:00</dc:date>
    </item>

    
    </channel>
</rss>