<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Czar</title>
	<atom:link href="http://blogs.valpo.edu/rorelup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.valpo.edu/rorelup</link>
	<description>A place for me to put my thoughts</description>
	<lastBuildDate>Tue, 17 Mar 2009 15:45:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bespin &#8211; Cool editor project from Mozilla</title>
		<link>http://blogs.valpo.edu/rorelup/2009/02/24/bespin-cool-editor-project-from-mozilla/</link>
		<comments>http://blogs.valpo.edu/rorelup/2009/02/24/bespin-cool-editor-project-from-mozilla/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 01:55:00 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2009/02/24/bespin-cool-editor-project-from-mozilla/</guid>
		<description><![CDATA[Saw this come across the news feed today and thought it was pretty neat.
https://bespin.mozilla.com/
Pretty cool concept that I hope the flesh out.
]]></description>
			<content:encoded><![CDATA[<p>Saw this come across the news feed today and thought it was pretty neat.</p>
<p><a href="https://bespin.mozilla.com/">https://bespin.mozilla.com/</a></p>
<p>Pretty cool concept that I hope the flesh out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2009/02/24/bespin-cool-editor-project-from-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP.js &#8211; A cool project recreating PHP function is Javascript</title>
		<link>http://blogs.valpo.edu/rorelup/2008/12/15/phpjs-a-cool-project-recreating-php-function-is-javascript/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/12/15/phpjs-a-cool-project-recreating-php-function-is-javascript/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:35:52 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/12/15/phpjs-a-cool-project-recreating-php-function-is-javascript/</guid>
		<description><![CDATA[While checking out the new release of the PHP extension for Aptana I came across this cool project &#8211; 
PHP.js
which is looking to recreate PHP functions in Javascript.  Now while it&#8217;s better to just handle these
 things with proper JS, it is nice to use when you already know the php syntax for a [...]]]></description>
			<content:encoded><![CDATA[<p>While checking out the new release of the <a href="http://www.aptana.com/php">PHP extension for Aptana</a> I came across this cool project &#8211; </p>
<p><a href="http://kevin.vanzonneveld.net/techblog/article/javascript_equivalent_for_phps_print_r/">PHP.js</a></p>
<p>which is looking to recreate PHP functions in Javascript.  Now while it&#8217;s better to just handle these<br />
 things with proper JS, it is nice to use when you already know the php syntax for a function.  What I really want out of this is the print_r function because I&#8217;m always running into issues with trying to figure out an object in JS and there aren&#8217;t any ways I have found that are as nice as the print_r in PHP.  I only use that in debugging and development and will be a great thing to have around for that.</p>
<p>So overall an interesting project to watch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/12/15/phpjs-a-cool-project-recreating-php-function-is-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A great example of opensource at work</title>
		<link>http://blogs.valpo.edu/rorelup/2008/12/14/a-great-example-of-opensource-at-work/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/12/14/a-great-example-of-opensource-at-work/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 07:33:20 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/12/14/a-great-example-of-opensource-at-work/</guid>
		<description><![CDATA[Just saw this interesting article on what Facebook was doing to help increase the performance of their memcache servers.  Because of  the outstanding talk I saw from Brian Shire of Facebook back at PHP&#124;Tek 2007 I at least understood what was being discussed here.  Though understanding the idea and being able to [...]]]></description>
			<content:encoded><![CDATA[<p>Just saw <a href="http://www.facebook.com/note.php?note_id=39391378919">this interesting</a> article on what Facebook was doing to help increase the performance of their memcache servers.  Because of  the outstanding talk I saw from <a href="http://tekrat.com/2007/05/17/php-tek-2007/">Brian Shire of Facebook back at PHP|Tek 2007</a> I at least understood what was being discussed here.  Though understanding the idea and being able to &#8220;actually&#8221; do anything about it are to completely different things.  But because of the great concept that is called open source that doesn&#8217;t matter.  </p>
<p>First, if it wasn&#8217;t for the open source development that is going on, Facebook would not be able to have this great app to start with.  They would either have to write their own or purchase a solution, which from others similar ones I&#8217;ve seen advertised, never seemed cheap.  Extra costs like those can easily turn an extremely profitable company into one that is barely scraping by.  That doesn&#8217;t even include all the other issues of relying on closed 3rd party apps, but I&#8217;ll save that rant for another day.</p>
<p>Second, Facebook is willing to share the wealth and have <a href="http://github.com/fbmarc/facebook-memcached/tree/master">released their source modifications</a> for the rest of the world to have (from the talk I knew they were directly contributing back to the project but I think this is more for the real power hungry people out there.)  Now while I&#8217;ll never be lucky enough to have a project that would need this kind of power, it&#8217;s nice to know that if I did run into this issue I don&#8217;t have to reinvent the wheel or pony up a ton of cash.  </p>
<p>This is just another great example of how open source can really help the greater good.  Now, if only everyone would jump on this concept.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/12/14/a-great-example-of-opensource-at-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex training</title>
		<link>http://blogs.valpo.edu/rorelup/2008/12/11/flex-training/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/12/11/flex-training/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 22:11:47 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/12/11/flex-training/</guid>
		<description><![CDATA[Well since you can get Flex Builder for free, why not have some free training to go along with this as well.
http://www.adobe.com/devnet/flex/videotraining/
That came across my reader the other day but I forgot about it so now it is shared.   
]]></description>
			<content:encoded><![CDATA[<p>Well since you can get <a href="http://blogs.valpo.edu/rorelup/2007/10/24/flex-builder-free-for-education/">Flex Builder for free</a>, why not have some free training to go along with this as well.</p>
<p><a href="http://www.adobe.com/devnet/flex/videotraining/">http://www.adobe.com/devnet/flex/videotraining/</a></p>
<p>That came across my reader the other day but I forgot about it so now it is shared.  <img src='http://blogs.valpo.edu/rorelup/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/12/11/flex-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future of Web Apps conference videos</title>
		<link>http://blogs.valpo.edu/rorelup/2008/11/12/future-of-web-apps-conference-videos/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/11/12/future-of-web-apps-conference-videos/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:59:34 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Seminars]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/11/12/future-of-web-apps-conference-videos/</guid>
		<description><![CDATA[The Future of Web Apps Conferences just happened recently, and they have videos up of the talks.
London Talks
NYC Talks
Great things to watch when you have time though it can be a bit of an overload.
]]></description>
			<content:encoded><![CDATA[<p>The Future of Web Apps Conferences just happened recently, and they have videos up of the talks.</p>
<p><a href="http://events.carsonified.com/fowa/2008/london/content">London Talks</a></p>
<p><a href="http://events.carsonified.com/fowd/2008/newyork/content">NYC Talks</a></p>
<p>Great things to watch when you have time though it can be a bit of an overload.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/11/12/future-of-web-apps-conference-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool tool</title>
		<link>http://blogs.valpo.edu/rorelup/2008/11/06/cool-tool/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/11/06/cool-tool/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 22:06:50 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/11/06/cool-tool/</guid>
		<description><![CDATA[Today while reading a cool nice article about someone researching a bunch of domains he found for some marketing campaign, he mentioned this cool tool.
http://www.domaintools.com/reverse-ip/
I&#8217;d used similar services before but what was so cool about this one was you could get an entire list of the domains hosted at a specific IP range.  Would [...]]]></description>
			<content:encoded><![CDATA[<p>Today while reading a cool nice article about someone researching a bunch of domains he found for some marketing campaign, he mentioned this cool tool.</p>
<p><a href="http://www.domaintools.com/reverse-ip/">http://www.domaintools.com/reverse-ip/</a></p>
<p>I&#8217;d used similar services before but what was so cool about this one was you could get an entire list of the domains hosted at a specific IP range.  Would be really easy to see all the clients a specific hosting company has with this.  On top of that you can get tons more info about a specific domain which for this example I&#8217;ll a BBQ blog that I started and haven&#8217;t done much with, <a href="http://bbqandtheworks.net/">BBQ and the Works</a>.  Their whois tool gives you the standard stuff that most other similar services do but there is also so much more.  </p>
<p>Looking at this <a href="http://whois.domaintools.com/bbqandtheworks.net">run on my site</a> you can see they find other domains registered by me, other domains on the same nameserver, and even some SEO stuff.  Overall this is a great little tool you can play with and really learn some great stuff about a site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/11/06/cool-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never underestimate the power of VB</title>
		<link>http://blogs.valpo.edu/rorelup/2008/10/10/never-underestimate-the-power-of-vb/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/10/10/never-underestimate-the-power-of-vb/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 20:51:22 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/10/10/never-underestimate-the-power-of-vb/</guid>
		<description><![CDATA[Updated Link because the previous one was removed.
It must be .Net that gave it the killer tracking power.
With Silverlight they could even bring this super powerful app to the web.
Got to love Hollywood     Though I figure most people who program in a Microsoft language sound like this.  I kid, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.metacafe.com/watch/2505422/csi_new_york_vb_gui_interface/"><strong>Updated Link because the previous one was removed.</strong></a></p>
<p>It must be .Net that gave it the killer tracking power.</p>
<p>With Silverlight they could even bring this super powerful app to the web.</p>
<p>Got to love Hollywood  <img src='http://blogs.valpo.edu/rorelup/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Though I figure most people who program in a Microsoft language sound like this.  I kid, I kid.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/10/10/never-underestimate-the-power-of-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At HighEdWeb 2008</title>
		<link>http://blogs.valpo.edu/rorelup/2008/10/06/at-highedweb-2008/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/10/06/at-highedweb-2008/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 14:00:20 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/10/06/at-highedweb-2008/</guid>
		<description><![CDATA[I&#8217;m hear, sitting in the first session.  Pretty good talk about looking at accessibility for people with disabilities.  Lots of stuff we are doing wrong   
I&#8217;m up next after this, added examples from the last talk.  Freaking out as always but it&#8217;s only 45 minutes long so should be in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m hear, sitting in the first session.  Pretty good talk about looking at accessibility for people with disabilities.  Lots of stuff we are doing wrong  <img src='http://blogs.valpo.edu/rorelup/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m up next after this, added examples from the last talk.  Freaking out as always but it&#8217;s only 45 minutes long so should be in like flint.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/10/06/at-highedweb-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Google Chrome</title>
		<link>http://blogs.valpo.edu/rorelup/2008/09/04/more-on-google-chrome/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/09/04/more-on-google-chrome/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 06:28:57 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/09/04/more-on-google-chrome/</guid>
		<description><![CDATA[Well it&#8217;s been blowing up on the web which is no big surprise.  I&#8217;ve had more time to play with it and have a few more observations from myself and others on the web.
More after the jump

The biggest thing I think was that Google was using an old version of webkit which had known [...]]]></description>
			<content:encoded><![CDATA[<p>Well it&#8217;s been blowing up on the web which is no big surprise.  I&#8217;ve had more time to play with it and have a few more observations from myself and others on the web.</p>
<p>More after the jump<br />
<span id="more-43"></span></p>
<p>The biggest thing I think was that Google was using an old version of webkit which had known vulnerabilities.  This seems strange being there are updated builds coming out all the time for webkit that I would have thought they would have tried to keep up better then that.  Lets hope this isn&#8217;t a continued pattern in the future but this is first release so we have to cut them some slack.</p>
<p>I didn&#8217;t notice a huge increase in speed with the AJAX apps I use but it&#8217;s nice to see that <a href="http://www.techcrunch.com/2008/09/03/mozilla-fights-back-with-new-firefox-benchmarks/">Mozilla is already &#8220;up to speed&#8221; with a faster engine</a>.  Part of the talk out there is that google releasing their own browser will help push innovation of the other browsers but I don&#8217;t believe that they were just sitting around like IE was in the recent past.  News like this goes to show that the current underdogs of the market were still out there trying to be the best.</p>
<p>Another thing that came out that I also found funny was that there are <a href="http://www.techcrunch.com/2008/09/03/google-chrome-not-so-lively/">google sites</a> that don&#8217;t support chrome.  I have to imagine Google is turning into a Microsoft type environment where people on product teams don&#8217;t really seem to talk.  Not that they haven&#8217;t seemed like your standard fare company for a while just it&#8217;s sad to see things not all coming together like I feel the <a href="http://www.yahoo.com/">&#8220;other&#8221; web company</a> has.  Though I am partial to them because I love their developer community and the stuff that comes from it.</p>
<p> And now comes the biggest fail on Chrome.  One of my biggest issues with FF is that if you leave it running over night with an AJAX app running (gmail, google reader, etc) it starts to bog down and either dog or just crash.  At the same time though I have usually 10-30 windows open with 5-20 tabs in each window so it&#8217;s not like it&#8217;s doing nothing.  Well as a test last night I cleaned up my Firefox session and had 4 tabs open.  Opened the same identical tabs in Chrome and left it open overnight.  FF went up from about 120M to 160M in total memory used and the CPU was doing nothing.  Chrome started off bigger at 130M and didn&#8217;t increase much, but it had constant CPU usage anywhere from 10-30%.  That&#8217;s not horrible except that I then went to use chrome and nothing would load.  New pages wouldn&#8217;t load, but Google reader attempted to still work though images from other sites that were in the feeds wouldn&#8217;t load.  Hopefully this gets addressed in the future but we will see.</p>
<p>Overall it is a neat toy to play with but with these issues and the lack of extensions (give me my Web developer plugin or give me death) it&#8217;s far fro being my browser of choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/09/04/more-on-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://blogs.valpo.edu/rorelup/2008/09/02/google-chrome/</link>
		<comments>http://blogs.valpo.edu/rorelup/2008/09/02/google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:32:37 +0000</pubDate>
		<dc:creator>Richard Orelup</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blogs.valpo.edu/rorelup/2008/09/02/google-chrome/</guid>
		<description><![CDATA[Google Chrome was released today.  It&#8217;s nice to see the rumor finally become true.  I&#8217;ve had about an hour of playing with it and this is what I can see.
Plus

Based on Webkit which has a lot of CSS3 features so that gives us a place to play with all those cool new functions. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/chrome">Google Chrome</a> was released today.  It&#8217;s nice to see the rumor finally become true.  I&#8217;ve had about an hour of playing with it and this is what I can see.</p>
<p>Plus</p>
<ol>
<li>Based on Webkit which has a lot of CSS3 features so that gives us a place to play with all those cool new functions.  Granted they will only work in this browser it&#8217;s still overall cool.</li>
<li>Google Gears by default.  I&#8217;ve recently come to love the idea of gears to do a lot of cool things with applications in the browser.  It fills a different role then AIR which I also have love for but it will be nice to also be able to just tell someone to download chrome and go to an address then to have to have them install a plugin in a browser.</li>
<li>Being able to treat applications like applications.  This is where it more directly attacks AIR which is interesting.  We will see how well this goes because you have a lot of control with AIR and I&#8217;m  not sure what all can be done with Chrome.  Only time will tell with this one.</li>
<li>Task Menu.  I haven&#8217;t had to kill anything yet (I have just for fun though) so not sure how well this will work but it will be great if I can kill that rogue tab that&#8217;s acting up as opposed to having it lock up and kill my whole browser.</li>
</ol>
<p>Neutrals<br />
Only one at moment but haven&#8217;t seen anything on extensions yet which I&#8217;ve been interested in with Firefox and would love to see what can be done with this.</p>
<p>Cons</p>
<ol>
<li>Bookmarks &#8211; Just don&#8217;t like how they are done.  Couldn&#8217;t find a way to organize and so not really sure what this will turn into.  Hopefully this gets cleaned up in some way	</li>
<li>New JS engine &#8211; This could end up being a positive but for now it&#8217;s a negative. For the apps I use it hasn&#8217;t been any faster then Firefox.  If it does become significantly faster that would be great but we will see. I&#8217;m hoping it doesn&#8217;t have the memory issues Firefox has but I haven&#8217;t left it open with a ton of tabs yet.  My concern is that it&#8217;s another engine we have to worry about when writing code.  I&#8217;m just not looking forward to having to find the little differences in another engine.  But this could turn into a huge positive if all this stuff pans out to be a non-issue.</li>
</ol>
<p>Well I&#8217;ll keep playing with it for a few weeks and we where it goes.  Right now it&#8217;s not a Firefox killer but we will see.  What it will probably do is become my second browser for testing things when I need to be logged into 2 different accounts on the same site for testing.  IE was currently filling that role but I&#8217;m fine dumping that.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.valpo.edu/rorelup/2008/09/02/google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
