<?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>Cristian Radulescu &#187; tips and tricks</title> <atom:link href="http://cristian-radulescu.ro/tag/tips-and-tricks/feed" rel="self" type="application/rss+xml" /><link>http://cristian-radulescu.ro</link> <description>PHP // MySql // Linux // Android</description> <lastBuildDate>Sun, 22 Jan 2012 21:44:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Fix NetBeans big fonts on Ubuntu</title><link>http://cristian-radulescu.ro/article/fix-netbeans-big-fonts-on-ubuntu.html</link> <comments>http://cristian-radulescu.ro/article/fix-netbeans-big-fonts-on-ubuntu.html#comments</comments> <pubDate>Sat, 28 May 2011 20:41:02 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[NetBeans]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[Nimbus]]></category> <category><![CDATA[tips and tricks]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=255</guid> <description><![CDATA[There is a rather annoying issue related with NetBeans displaying large fonts on Ubuntu for menus and panels. There are some suggestions on Ubuntu forums related with java fonts settings, but there are a couple of better solutions which may improve the way NetBeans looks on Ubuntu when it comes to font size.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/fix-netbeans-big-fonts-on-ubuntu.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/fix-netbeans-big-fonts-on-ubuntu.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Fix for Google Chrome crash after startup</title><link>http://cristian-radulescu.ro/article/fix-for-google-chrome-crash-after-startup.html</link> <comments>http://cristian-radulescu.ro/article/fix-for-google-chrome-crash-after-startup.html#comments</comments> <pubDate>Wed, 02 Mar 2011 18:01:49 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Browsers]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[tips and tricks]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=235</guid> <description><![CDATA[The issue with Google Chrome was that it crashed in about 3 seconds after startup. I encountered this problem using Chrome 9 and 10 beta on Ubuntu 10.10, but this fix may apply to other versions and operating systems as well.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/fix-for-google-chrome-crash-after-startup.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/fix-for-google-chrome-crash-after-startup.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Extract audio from video file</title><link>http://cristian-radulescu.ro/article/extract-audio-from-video-file.html</link> <comments>http://cristian-radulescu.ro/article/extract-audio-from-video-file.html#comments</comments> <pubDate>Sun, 20 Feb 2011 14:53:55 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Audio]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[ffmpeg]]></category> <category><![CDATA[tips and tricks]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[video]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=231</guid> <description><![CDATA[Since there are so many tools (Minitube, youtube-dl) which allows you to download video files from YouTube or other video sharing sites, let's go one step further and extract the sound from the downloaded video file to a mp3 file. The FFmpeg tool will do the trick just fine<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/extract-audio-from-video-file.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/extract-audio-from-video-file.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Use your browser to decode base64 encoded data</title><link>http://cristian-radulescu.ro/article/use-your-browser-to-decode-base64-encoded-data.html</link> <comments>http://cristian-radulescu.ro/article/use-your-browser-to-decode-base64-encoded-data.html#comments</comments> <pubDate>Sat, 02 Oct 2010 00:51:36 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[base64]]></category> <category><![CDATA[encoding decoding]]></category> <category><![CDATA[tips and tricks]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=161</guid> <description><![CDATA[If you are dealing with base64 encoded data you may find useful to know that any modern browser can easily decode it using the Data URI scheme. All you need is pass the encoded data to the browser in the same way as you would enter a regular URL, but of course using the correct structure of the data URI scheme.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/use-your-browser-to-decode-base64-encoded-data.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/use-your-browser-to-decode-base64-encoded-data.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Insert value &#8220;0&#8243; for primary keys with auto increment in MySQL</title><link>http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html</link> <comments>http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html#comments</comments> <pubDate>Sun, 12 Jul 2009 20:11:37 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[MySQL]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[development]]></category> <category><![CDATA[primary key]]></category> <category><![CDATA[snippets]]></category> <category><![CDATA[tips and tricks]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=134</guid> <description><![CDATA[In order to insert value 0 in a field that is set as primary key for a MySQL table you need to execute the following query prior to any insert query: SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Remove blank lines from a textarea using Prototype</title><link>http://cristian-radulescu.ro/article/remove-blank-lines-from-a-textarea-using-prototype.html</link> <comments>http://cristian-radulescu.ro/article/remove-blank-lines-from-a-textarea-using-prototype.html#comments</comments> <pubDate>Tue, 17 Feb 2009 22:03:22 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[HTML]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[snippets]]></category> <category><![CDATA[tips and tricks]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=129</guid> <description><![CDATA[Here is a Javascript function used to remove blank lines from a textarea...<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/remove-blank-lines-from-a-textarea-using-prototype.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/remove-blank-lines-from-a-textarea-using-prototype.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using multiple yahoo accounts at the same time</title><link>http://cristian-radulescu.ro/article/using-multiple-yahoo-accounts-at-the-same-time.html</link> <comments>http://cristian-radulescu.ro/article/using-multiple-yahoo-accounts-at-the-same-time.html#comments</comments> <pubDate>Fri, 16 Nov 2007 19:36:17 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[instant messaging]]></category> <category><![CDATA[tips and tricks]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[yahoo messenger]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/articles/folosirea-yahoo-multi-messenger-fara-a-instala-alte-softuri-41981.html</guid> <description><![CDATA[If you have more than Yahoo accounts and you want to use them in the same time, there is a simple way to do it, by using an alternative instant messenger client or by executing some small tweaks on the Yahoo Messenger client.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/using-multiple-yahoo-accounts-at-the-same-time.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/using-multiple-yahoo-accounts-at-the-same-time.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: cristian-radulescu.ro @ 2012-02-06 11:31:49 by W3 Total Cache -->
