Read RSS Reed
search...

Archive for September, 2009

Support TechnoBase by using We aRe oNe Google

September 27th, 2009

weareone-google

We created a new page for you. You could use “We aRe oNe – Google” as search engine. It is based on google search. The best thing is: You support TechnoBase!

It would be very nice if some TechnoBase Fans set that page as start up page. Maybe, we display the current information like listener, dj and track on that page, too. We will see how many users like this page!

If it sounds good to you, please download the file and execute the “run.bat” file! Thanks!

http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif download: We aRe oNe Search (58.65KB)
added: 27/09/2009
clicks: 6177

Important!
Extract the files und execute the run.bat as an adminstrator!

Autumn Design online

September 22nd, 2009

rarecore_old2Today, autumn begins. So it’s time to change. It’s time for the trees to change their color. It’s time to change your clothes. It’s time to change the blog design.

One and a half years ago we started our blog. The old design was created by ChuKy10, the new one by silense.

silense created four types. One for spring, summer, autumn and winter. I hope you enjoy the new layout(s).

XAJAX Autocompleter V2

September 11th, 2009

rarecore autocompleterIt is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is google on an extra search page.

I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. insert a name of a country in the first textbox and in the second textbox insert a name of a city. On the city textbox you only want to see cities belonging to the inserted country – no other cities.

This problem was the reason why I developed my own autocompleter using xajax. This framework allows me to respond on the key events and select the values from the database. I could write my own functions and use any parameters.

I generated a textbox with a hidden div below which is calling a function on the onkeyup event by using xajax. In this test I mark the searched string with a span and on CSS I colored it blue. Additional I added a mouseover using CSS.

Here you could download the second version of my autocompleter.

Changes:
– Using the arrow keys to choose the correct value
– Performance Tuning

Demo
http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif download: Autocompleter v2 (119.55KB)
added: 08/11/2009
clicks: 2553