Archive for September, 2009

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!
download: We aRe oNe Search (58.65KB)
added: 27/09/2009
clicks: 3219
Important!
Extract the files und execute the run.bat as an adminstrator!
Tags: google, search, support technobase, technobase, we are one
Posted in rarecore, technobase, we are one | 3 Comments »
Today, 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).
Tags: blog, new design, rarecore
Posted in rarecore | 3 Comments »
It 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
download: Autocompleter v2 (119.55KB)
added: 08/11/2009
clicks: 1305
Tags: ajax, autocomplete, autocompleter, rarecore, xajax
Posted in MySQL, PHP, ajax, development, rarecore, technobase, we are one, xajax | 4 Comments »