<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>OpenSource-Ideas</title>
	
	<link>http://www.opensource-ideas.com</link>
	<description>--&gt; get illuminated &lt;--</description>
	<lastBuildDate>Sat, 16 Jan 2010 06:35:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/opensource-ideas" /><feedburner:info uri="opensource-ideas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Save VPN Password in Keychain</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/LL7jWrJjbPQ/save-vpn-password-in-keychain</link>
		<comments>http://www.opensource-ideas.com/tips/mac-tips-tips/save-vpn-password-in-keychain#comments</comments>
		<pubDate>Sat, 16 Jan 2010 06:34:24 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[mac-tips]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=274</guid>
		<description><![CDATA[Hi, for all my friends in the universtiy of munich: there is a way to let keychain store your password for the vpn-connection to lrz. With this, there is no need to enter your password every time you connects to the lrz-network. more information can be found here:
http://www.macosxhints.com/article.php?story=2009082703155512
]]></description>
			<content:encoded><![CDATA[<p>Hi, for all my friends in the universtiy of munich: there is a way to let keychain store your password for the vpn-connection to lrz. With this, there is no need to enter your password every time you connects to the lrz-network. more information can be found here:</p>
<p><a href="http://www.macosxhints.com/article.php?story=2009082703155512">http://www.macosxhints.com/article.php?story=2009082703155512</a></p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/LL7jWrJjbPQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/tips/mac-tips-tips/save-vpn-password-in-keychain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/tips/mac-tips-tips/save-vpn-password-in-keychain</feedburner:origLink></item>
		<item>
		<title>How to “navigate” in a cell array down to the bottom</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/t0FXpiU0a8A/how-to-navigate-in-a-cell-array-down-to-the-bottom</link>
		<comments>http://www.opensource-ideas.com/matlab/how-to-navigate-in-a-cell-array-down-to-the-bottom#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:39:50 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[matlab]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=272</guid>
		<description><![CDATA[The Problem
You have a cell array and you want to acces to a subpart of one item. For example if you have the cellarray
myCell = {'asdf';'lkeikdfwer'}
and you want to read the first letter of the first word. How to do that?
The solution
it&#8217;s easy&#8230; but i didn&#8217;t knew that for long&#8230; now i&#8217;m shure my codes [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem</h3>
<p>You have a cell array and you want to acces to a subpart of one item. For example if you have the cellarray</p>
<pre>myCell = {'asdf';'lkeikdfwer'}</pre>
<p>and you want to read the first letter of the first word. How to do that?</p>
<h3>The solution</h3>
<p>it&#8217;s easy&#8230; but i didn&#8217;t knew that for long&#8230; now i&#8217;m shure my codes are going to run faster!!! Here is how:</p>
<pre>First_letter = myCell{1,1}(1)</pre>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/t0FXpiU0a8A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/matlab/how-to-navigate-in-a-cell-array-down-to-the-bottom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/matlab/how-to-navigate-in-a-cell-array-down-to-the-bottom</feedburner:origLink></item>
		<item>
		<title>How to insert a formula in a cell with text</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/XU4p5EIvM-M/how-to-insert-a-formula-in-a-cell-with-text</link>
		<comments>http://www.opensource-ideas.com/vba/how-to-insert-a-formula-in-a-cell-with-text#comments</comments>
		<pubDate>Wed, 12 Aug 2009 08:51:55 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[ActiveCell]]></category>
		<category><![CDATA[ActiveCell.Value]]></category>
		<category><![CDATA[chr]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[FormulaR1C1]]></category>
		<category><![CDATA[macro]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=267</guid>
		<description><![CDATA[Hi there,
today, i have made a small macro to add a formula in a cell with a text inside.Difficult to explain&#8230; mabe i&#8217;ll try with with an example:
The cell has the content
text over here
. At the end, the cell has the content:
="text over here" &#38; A1
The macro is very easy:
Sub Macro1()
    tmp [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>today, i have made a small macro to add a formula in a cell with a text inside.Difficult to explain&#8230; mabe i&#8217;ll try with with an example:</p>
<p>The cell has the content</p>
<pre style="padding-left: 30px;">text over here</pre>
<p>. At the end, the cell has the content:</p>
<pre style="padding-left: 30px;">="text over here" &amp; A1</pre>
<p>The macro is very easy:</p>
<pre style="padding-left: 30px;">Sub Macro1()
    tmp = ActiveCell.Value
    ActiveCell.FormulaR1C1 = "=" &amp; Chr(34) &amp; tmp &amp; Chr(34) &amp; " &amp; R156C27"
End Sub</pre>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/XU4p5EIvM-M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/vba/how-to-insert-a-formula-in-a-cell-with-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/vba/how-to-insert-a-formula-in-a-cell-with-text</feedburner:origLink></item>
		<item>
		<title>converting dmg to iso</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/P4RAoCMl4HI/converting-dmg-to-iso</link>
		<comments>http://www.opensource-ideas.com/tips/mac-tips-tips/converting-dmg-to-iso#comments</comments>
		<pubDate>Fri, 07 Aug 2009 21:07:53 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[mac-tips]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=265</guid>
		<description><![CDATA[have you ever tryeid to convert a dmg file into a iso file? here is how:
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
]]></description>
			<content:encoded><![CDATA[<p>have you ever tryeid to convert a dmg file into a iso file? here is how:</p>
<pre style="padding-left: 30px;">hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso</pre>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/P4RAoCMl4HI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/tips/mac-tips-tips/converting-dmg-to-iso/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/tips/mac-tips-tips/converting-dmg-to-iso</feedburner:origLink></item>
		<item>
		<title>IPhone trick: Don’t worry about data trafic when abboard</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/v6XlGlwGD-U/iphone-trick-dont-worry-about-data-trafic-when-abboard</link>
		<comments>http://www.opensource-ideas.com/tips/iphone-tips/iphone-trick-dont-worry-about-data-trafic-when-abboard#comments</comments>
		<pubDate>Tue, 04 Aug 2009 06:31:31 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[iPhone-tips]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[iphone tricks]]></category>
		<category><![CDATA[roaming]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/tips/iphone-tips/iphone-trick-dont-worry-about-data-trafic-when-abboard</guid>
		<description><![CDATA[In the iPhone with OS 3.0 and 3.0.1 you turn off Data roaming. Actually, it&#8217;s Turned off per default. You can find this Setting under: 
Settings/General/Network/Data roaming
Enjoy your iPhone!
Babouyes

]]></description>
			<content:encoded><![CDATA[<p>In the iPhone with OS 3.0 and 3.0.1 you turn off Data roaming. Actually, it&#8217;s Turned off per default. You can find this Setting under: </p>
<p>Settings/General/Network/Data roaming</p>
<p>Enjoy your iPhone!</p>
<p>Babouyes</p>
<p><a href="http://www.opensource-ideas.com/wp-content/uploads/2009/08/p_480_320_6E72F5C2-BC26-42CE-88F5-9586B7A0B1D2.jpeg"><img src="http://www.opensource-ideas.com/wp-content/uploads/2009/08/p_480_320_6E72F5C2-BC26-42CE-88F5-9586B7A0B1D2.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/v6XlGlwGD-U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/tips/iphone-tips/iphone-trick-dont-worry-about-data-trafic-when-abboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/tips/iphone-tips/iphone-trick-dont-worry-about-data-trafic-when-abboard</feedburner:origLink></item>
		<item>
		<title>cmd Symbol for Websites</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/rJZp7yK6dZ0/cmd-symbol-for-websites</link>
		<comments>http://www.opensource-ideas.com/tips/mac-tips-tips/cmd-symbol-for-websites#comments</comments>
		<pubDate>Sat, 25 Jul 2009 21:15:46 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[mac-tips]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[symbol]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=252</guid>
		<description><![CDATA[Hi there, have you ever tryied to put the command symbol (cmd, or &#8220;apple&#8221;) in a webpage? now you can. just insert this code:
&#38;#8984; and you&#8217;ll get &#8984;
]]></description>
			<content:encoded><![CDATA[<p>Hi there, have you ever tryied to put the command symbol (cmd, or &#8220;apple&#8221;) in a webpage? now you can. just insert this code:</p>
<p style="padding-left: 30px;"><code>&amp;#8984;</code> and you&#8217;ll get <span style="color: #800000;">&#8984;</span></p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/rJZp7yK6dZ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/tips/mac-tips-tips/cmd-symbol-for-websites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/tips/mac-tips-tips/cmd-symbol-for-websites</feedburner:origLink></item>
		<item>
		<title>Screenshot under Mac OS X</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/fO7a3XW79tE/screenshot-under-mac-os-x</link>
		<comments>http://www.opensource-ideas.com/tips/mac-tips-tips/screenshot-under-mac-os-x#comments</comments>
		<pubDate>Fri, 10 Jul 2009 15:54:23 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[mac-tips]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=249</guid>
		<description><![CDATA[Hi there,
There are some ways to do screenshots in Mac OS X. The easiest way is to hit command+shift+4, drag the area with the mouse and&#8230; that&#8217;s it. You&#8217;ll find the file on the desktop (Something like &#8220;Picture 1.png&#8221;)
Let me know if you have any problems with your mac, i&#8217;ll try to explain it here.
bye
babouyes
]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>There are some ways to do screenshots in Mac OS X. The easiest way is to hit <em>command+shift+4</em>, drag the area with the mouse and&#8230; that&#8217;s it. You&#8217;ll find the file on the desktop (Something like &#8220;Picture 1.png&#8221;)</p>
<p>Let me know if you have any problems with your mac, i&#8217;ll try to explain it here.</p>
<p>bye</p>
<p>babouyes</p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/fO7a3XW79tE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/tips/mac-tips-tips/screenshot-under-mac-os-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/tips/mac-tips-tips/screenshot-under-mac-os-x</feedburner:origLink></item>
		<item>
		<title>Introduction to the mac-tips series</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/XP1pFwwpgEQ/introduction-to-the-mac-tips-series</link>
		<comments>http://www.opensource-ideas.com/tips/mac-tips-tips/introduction-to-the-mac-tips-series#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:06:27 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[mac-tips]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=237</guid>
		<description><![CDATA[Hi!
i have some friends that have a mac, and don&#8217;t really use it at its full power. There are a lot of cool tricks that helps you to work with your mac more easy.
I&#8217;m starting this series for this friends, and friends of my friends&#8230; i hope i can help to simplify your life with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-244" style="padding-right:5pt;" title="apple" src="http://www.opensource-ideas.com/wp-content/uploads/2009/07/apple-300x300.jpg" alt="apple" width="234" height="234" />Hi!</p>
<p>i have some friends that have a mac, and don&#8217;t really use it at its full power. There are a lot of cool tricks that helps you to work with your mac more easy.</p>
<p>I&#8217;m starting <a href="http://www.opensource-ideas.com/category/tips/mac-tips-tips">this series</a> for this friends, and friends of my friends&#8230; i hope i can help to simplify your life with your mac.</p>
<p>as allways, feel free to comment and ask me questions. i&#8217;ll see how i can help you. If you like it, just recomend it to your friends <img src='http://www.opensource-ideas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>babouyes</p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/XP1pFwwpgEQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/tips/mac-tips-tips/introduction-to-the-mac-tips-series/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/tips/mac-tips-tips/introduction-to-the-mac-tips-series</feedburner:origLink></item>
		<item>
		<title>New Page – New Hosting</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/ZhX50b6PwT0/new-page-new-hosting</link>
		<comments>http://www.opensource-ideas.com/anouncement/new-page-new-hosting#comments</comments>
		<pubDate>Mon, 29 Jun 2009 04:36:56 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[anouncement]]></category>

		<guid isPermaLink="false">http://www.opensource-ideas.com/?p=234</guid>
		<description><![CDATA[Hi people, now it&#8217;s true. i have a new page and a new hosting.
i&#8217;m very happy to announce that. please keep in touch.
more information about my hosting here: webhostingpayments.com
]]></description>
			<content:encoded><![CDATA[<p>Hi people, now it&#8217;s true. i have a new page and a new hosting.</p>
<p>i&#8217;m very happy to announce that. please keep in touch.</p>
<p>more information about my hosting here: <a href="http://www.webhostingpayments.com/aff.php?aff=093">webhostingpayments.com</a></p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/ZhX50b6PwT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/anouncement/new-page-new-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/anouncement/new-page-new-hosting</feedburner:origLink></item>
		<item>
		<title>Warning: Variable ‘info’ cannot be saved to a MAT-file whose version is older than 7.3.</title>
		<link>http://feedproxy.google.com/~r/opensource-ideas/~3/Pezx2G2K8Jk/warning-variable-info-cannot-be-saved-to-a-mat-file-whose-version-is-older-than-7-3</link>
		<comments>http://www.opensource-ideas.com/matlab/warning-variable-info-cannot-be-saved-to-a-mat-file-whose-version-is-older-than-7-3#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:24:01 +0000</pubDate>
		<dc:creator>babouyes</dc:creator>
				<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab errors]]></category>

		<guid isPermaLink="false">http://93.189.110.254/~opensour/?p=232</guid>
		<description><![CDATA[this is a error that we had while saving big variables (over 2GB).
the solution is easy:
save(filename, &#8216;data&#8217;, &#8216;-v7.3&#8242;)
]]></description>
			<content:encoded><![CDATA[<p>this is a error that we had while saving big variables (over 2GB).</p>
<p>the solution is easy:</p>
<p style="padding-left: 30px;"><em>save(filename, &#8216;data&#8217;, &#8216;-v7.3&#8242;)</em></p>
<img src="http://feeds.feedburner.com/~r/opensource-ideas/~4/Pezx2G2K8Jk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensource-ideas.com/matlab/warning-variable-info-cannot-be-saved-to-a-mat-file-whose-version-is-older-than-7-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensource-ideas.com/matlab/warning-variable-info-cannot-be-saved-to-a-mat-file-whose-version-is-older-than-7-3</feedburner:origLink></item>
	</channel>
</rss>
