<?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>ArcWeb / by Danny</title>
	<atom:link href="http://www.arcweb.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arcweb.ro</link>
	<description>ALWAYS UNDER DEVELOPMENT</description>
	<lastBuildDate>Tue, 15 May 2012 11:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A/RECON access control &#8211; part 1</title>
		<link>http://www.arcweb.ro/blog/2012/05/15/arecon-access-control-part-1/</link>
		<comments>http://www.arcweb.ro/blog/2012/05/15/arecon-access-control-part-1/#comments</comments>
		<pubDate>Tue, 15 May 2012 10:33:15 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=457</guid>
		<description><![CDATA[I&#8217;ve start designing an access control system for an application and at the moment i ended up with A/RECON that stands for: A &#8211; Admin R &#8211; Read E &#8211; Edit C &#8211; Custom O &#8211; Owned N &#8211; None &#160; In theory each application has resources, [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/05/15/arecon-access-control-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs CheckBoxColumn and AfterEdit event</title>
		<link>http://www.arcweb.ro/blog/2012/04/09/extjs-checkboxcolumn-and-afteredit-event/</link>
		<comments>http://www.arcweb.ro/blog/2012/04/09/extjs-checkboxcolumn-and-afteredit-event/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 17:03:26 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=446</guid>
		<description><![CDATA[Scenario: A grid with a checkboxcolumn that does fire afteredit event when the checkbox is checked or unchecked. var cellEditor = Ext.create('Ext.grid.plugin.CellEditing', { listeners : { afteredit : function(e, v) { var record = v.record; console.log(record); } ...... var grid = Ext.create('Ext.grid.Panel', { plugins : [cellEditor], ..... [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/04/09/extjs-checkboxcolumn-and-afteredit-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs Translate Model Data for easier Grid grouping and headers</title>
		<link>http://www.arcweb.ro/blog/2012/04/04/extjs-translate-model-data-for-easier-grid-grouping-and-headers/</link>
		<comments>http://www.arcweb.ro/blog/2012/04/04/extjs-translate-model-data-for-easier-grid-grouping-and-headers/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 20:08:25 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=434</guid>
		<description><![CDATA[In this case server app is returning JSON with different integer codes, that need to be presented in a human format in a grid (for example 0 = not authorized, 1 = administrator, etc&#8230;). It can be done on the server before sending the data to the [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/04/04/extjs-translate-model-data-for-easier-grid-grouping-and-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework (Php) vs Ruby on Rails</title>
		<link>http://www.arcweb.ro/blog/2012/03/30/zend-php-vs-ruby-on-rails/</link>
		<comments>http://www.arcweb.ro/blog/2012/03/30/zend-php-vs-ruby-on-rails/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 13:08:33 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=429</guid>
		<description><![CDATA[[wall of text] Conclusion:]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/03/30/zend-php-vs-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is the API for login with Facebook and Google</title>
		<link>http://www.arcweb.ro/blog/2012/03/24/where-is-the-api-for-login-with-facebook-and-google/</link>
		<comments>http://www.arcweb.ro/blog/2012/03/24/where-is-the-api-for-login-with-facebook-and-google/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 12:51:59 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=420</guid>
		<description><![CDATA[It did took some time to find this two, in the overwhelming information present on both provider websites: Facebook API: https://developers.facebook.com/apps It accepts IP address as host URL for development. Google API https://code.google.com/apis/console Services Tab > Google+ API > Enable It does not accept IP address for [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/03/24/where-is-the-api-for-login-with-facebook-and-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby &#8211; Encoding parameters to alphanumeric for GET requests</title>
		<link>http://www.arcweb.ro/blog/2012/03/15/ruby-encoding-parameters-to-alphanumeric-for-get-requests/</link>
		<comments>http://www.arcweb.ro/blog/2012/03/15/ruby-encoding-parameters-to-alphanumeric-for-get-requests/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 02:09:52 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=409</guid>
		<description><![CDATA[Ruby on Rails and routes will cause unexpected results for some parameters sent trough get requests, for example email address, in this case a part of the parameter will be lost because of the dot : GET /controller/abcd@abcd.com params[:email] will be abcd@abcd Encoding the parameters to alphanumeric [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/03/15/ruby-encoding-parameters-to-alphanumeric-for-get-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting with Ruby on Rails</title>
		<link>http://www.arcweb.ro/blog/2012/03/12/starting-with-ruby-on-rails/</link>
		<comments>http://www.arcweb.ro/blog/2012/03/12/starting-with-ruby-on-rails/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 10:44:37 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=401</guid>
		<description><![CDATA[Finally i decided to make a new project with Ror. I admit at start it seemed a bit complicated to setup the environment for that (coming from the usual php/apache/mysql) but after getting used to it, the process is simple. Beside the simple logic and structure, I [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/03/12/starting-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xerox Phaser 6000 on Ubuntu network printer</title>
		<link>http://www.arcweb.ro/blog/2012/03/01/xerox-phaser-6000-on-ubuntu-network-printer/</link>
		<comments>http://www.arcweb.ro/blog/2012/03/01/xerox-phaser-6000-on-ubuntu-network-printer/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 16:19:20 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=392</guid>
		<description><![CDATA[Saving the setup procedure here for future reference ^^ Update 30-March-2012: Due to printing problems from windows machines through Samba, I had to modify printer in cups administration panel to use Raw driver and Raw Queue instead of the Xerox ones. Download ubuntu driver: wget http://download.support.xerox.com/pub/drivers/6000/drivers/linux/en_GB/6000_6010_deb_1.01_20110210.zip Unzip [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/03/01/xerox-phaser-6000-on-ubuntu-network-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git: checkout and overwrite files in staging</title>
		<link>http://www.arcweb.ro/blog/2012/02/23/git-checkout-and-overwrite-files-in-staging/</link>
		<comments>http://www.arcweb.ro/blog/2012/02/23/git-checkout-and-overwrite-files-in-staging/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 14:28:10 +0000</pubDate>
		<dc:creator>Luiggi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[overwrite files]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=386</guid>
		<description><![CDATA[Probably you tried git clone https://my-user@bitbucket.org/my-user/my-project.git and the answer was &#8220;fatal: destination path &#8216;my-project&#8217; already exists and is not an empty directory.&#8221; Here is the solution I found: # files structure # /.../site # /production # /staging cd site rm -rf staging/.git # remove old .git to [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/02/23/git-checkout-and-overwrite-files-in-staging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Git: How to ignore files</title>
		<link>http://www.arcweb.ro/blog/2012/02/20/git-how-to-ignore-files/</link>
		<comments>http://www.arcweb.ro/blog/2012/02/20/git-how-to-ignore-files/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 15:15:52 +0000</pubDate>
		<dc:creator>Luiggi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.gitignore]]></category>
		<category><![CDATA[Git Bash]]></category>
		<category><![CDATA[Git Gui]]></category>

		<guid isPermaLink="false">http://www.arcweb.ro/?p=376</guid>
		<description><![CDATA[You create a .gitignore file in repository root and edit the file. here is an example of rules to ignore files from being added to repository: # first line must not contain any rules /*.gif images/* !images/gallery images/gallery/* logs/* tmp/* !.gitignore - first line must not contain [...]]]></description>
		<wfw:commentRss>http://www.arcweb.ro/blog/2012/02/20/git-how-to-ignore-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

