<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>Tremend Tech Blog</title>
	<link>http://blog.tremend.ro</link>
	<description>The best scientists are poets, the real engineer is an artist</description>
	<lastBuildDate>Fri, 12 Feb 2010 16:51:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Javascript mp3 player</title>
		<description><![CDATA[
Seems impossible, right? Well, it is :-). The title is a bit misleading. You can&#8217;t play mp3 in javascript. Not yet at least. Not without a flash object behind the scenes.
But when it comes to searching a flash mp3 player that has also a customizable skin and javascript integration you won&#8217;t have so much luck. [...]]]></description>
		<link>http://blog.tremend.ro/2010/02/12/javascript-mp3-player/</link>
			</item>
	<item>
		<title>File not found: transaction &#8230;, path &#8230;. SVN mysteries behind an Apache Reverse Proxy</title>
		<description><![CDATA[We have an SVN server somewhere on our intranet, but since outside people want to access it, I put it behind an Apache reverse proxy. It was fairly straightforward. Here&#8217;s an excellent tutorial if you want to know how to do it: http://silmor.de/49 .
Basically, you have the intranet apache that&#8217;s configured to serve SVN, and [...]]]></description>
		<link>http://blog.tremend.ro/2009/12/06/file-not-found-transaction-path-svn-mysteries-behind-an-apache-reverse-proxy/</link>
			</item>
	<item>
		<title>How to move Drupal to a subdirectory and keep the links</title>
		<description><![CDATA[The usual way for Drupal is to have it live in the root of your web site. It&#8217;s all nice if the only thing on your site is Drupal, but it gets very cluttered when you have other top-level directories.
One customer had his corporate site at, say, &#8220;www.example.com&#8220;, and his customer support pages at &#8220;www.example.com/support&#8220;.  [...]]]></description>
		<link>http://blog.tremend.ro/2009/10/20/how-to-move-drupal-to-a-subdirectory-and-keep-the-links/</link>
			</item>
	<item>
		<title>Xaraya to Drupal Migration Script</title>
		<description><![CDATA[Using some features from the following script(http://drupal.org/node/105308) I managed to port
a Xaraya 1.4 to Drupal 6.13.
It does the following:

import of users


 import of articles and comments


 import of forums and comments


 import of content types


 import of vocabularies and terms


 import of files

The first thing I&#8217;ve done was to eliminate the sequences table, which is [...]]]></description>
		<link>http://blog.tremend.ro/2009/09/11/xaraya-to-drupal-migration-script/</link>
			</item>
	<item>
		<title>Windows cannot find &#8220;url&#8221;</title>
		<description><![CDATA[If you&#8217;ve encountered this message: &#8220;Windows cannot find url&#8221; when clicking links in external applications (like for example Yahoo Messenger, Adobe Acrobat, etc), here&#8217;s the solution as stated here:
1. Open Explorer
2. Select Tools and then Folder Options
3. Select the File Types tab
4. Select Extension: (NONE),  File Type: HyperText Transfer Protocol
5. Click Advanced toward the [...]]]></description>
		<link>http://blog.tremend.ro/2009/09/09/windows-cannot-find-url/</link>
			</item>
	<item>
		<title>Software consulting services from Tremend</title>
		<description><![CDATA[Need an expert advice regarding software development? Need consulting work done in time and at high standards? Tremend has the right solution for you.
We can provide expertise in:
- high traffic and complex content website infrastructures
- website development-advanced web programming with PHP, .NET, Java, Flash/Flex, Ajax
Custom programming in the following areas:
- expert level Content Management Systems [...]]]></description>
		<link>http://blog.tremend.ro/2009/04/06/software-consulting-services-from-tremend/</link>
			</item>
	<item>
		<title>Springy: org aspectj weaver reflect ReflectionWorld ReflectionWorldException: warning can&#8217;t determine implemented interfaces of missing type</title>
		<description><![CDATA[Here&#8217;s a quick one: if you&#8217;ve encountered the following error

1
2
3
4
5
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '...': Initialization of bean failed; nested exception is org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException: warning can't determine implemented interfaces of missing type ...
 [Xlint:cantFindType]
Caused by: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException: warning can't determine implemented interfaces of missing type ro.tremend.bigg.web.tile.currencyCustomTileRenderer2
 [Xlint:cantFindType]
	at org.aspectj.weaver.reflect.ReflectionWorld$ExceptionBasedMessageHandler.handleMessage(ReflectionWorld.java:163)

And didn&#8217;t figure out yet what was the problem, [...]]]></description>
		<link>http://blog.tremend.ro/2009/03/30/springy-org-aspectj-weaver-reflect-reflectionworld-reflectionworldexception-warning-cant-determine-implemented-interfaces-of-missing-type/</link>
			</item>
	<item>
		<title>FLEX - live scroll datagrid</title>
		<description><![CDATA[A nice feature on search engines would be a live scroll, so right before you get to the end of the current page the next page with results is loaded automatically and you won&#8217;t have to click next, this can be done using ajax, flex, flash&#8230;
I will tell you how it can be done with [...]]]></description>
		<link>http://blog.tremend.ro/2009/03/02/flex-live-scroll-datagrid/</link>
			</item>
	<item>
		<title>Dynamically create Spring beans from groovy scripts at runtime</title>
		<description><![CDATA[
In the current project - a java based CMS - we were faced with an interesting problem: how can we dynamically create renderers to power our blocks in the html page (currently all renderers are Java classes and Spring beans also described in the application context files).
Imagine the power of this approach. Especially when Java [...]]]></description>
		<link>http://blog.tremend.ro/2009/02/24/dynamically-create-spring-beans-from-groovy-scripts-at-runtime/</link>
			</item>
	<item>
		<title>Getting updated Bluetooth discovery names from nearby devices</title>
		<description><![CDATA[I&#8217;ve needed to see updated information related to nearby Bluetooth devices.
When using &#60; hcitool scan &#62; command, the output is not updated on every run, and even when used with the &#8211;flush option, the obtained results did not reflect the reality because the data is cached.

Do you need cheap dedicated server?
The solution seems to be [...]]]></description>
		<link>http://blog.tremend.ro/2008/11/24/getting-updated-bluetooth-discovery-names-from-nearby-devices/</link>
			</item>
</channel>
</rss>
