BNR exchange rates

Please select your desired exchange currency to see its chart and then modify the period range as desired. The default range is from 3 January 2006 until now.

For help you can go visit article »


Curs valutar BNR

Selectati valuta dorita pentru a vedea graficul ei si apoi modificati durata dupa dorinta. Perioada initiala este de la 3 ianuarie 2006 pina acum.

Pentru ajutor puteti vizita articol »

My work

iphonecocoatouch.jpg

iPhone Startup Tutorial

0

iphone development Apple Cocoa Touch This is the start of all iPhone Developers. It will be an extremely brief tutorial meant just for those which are at the absolute start of iPhone development.

First checks:

1. System requirements: verify if the iPhone sdk needs are met.
2. Go to Apple’s iPhone Developer Center , then download the SDK.
3. As you’ll need some experience and code to work on, download the Hello World sample application.
4. Double click (gotcha!) on the the Hello World project file (the .xcodeproj).
5. Alternatively, you can use the research assistant to increase your knowledge about the iPhone libraries.
6. Optional, but really recommended: look deeply into all source code examples that you can find and use the research assistant often.

Take a big breath and … just start!

Good luck

Interconnecting Flex modules

0

Adobe Flex 3 has a very interesting component : LocalConnection. The idea behind is that the modules (which runs on client side) might change some data. The exchanged data is not limited at all to simple forms, but can be from a simple String to a XML or Arrays.

Few things must be known from the start, but as any technology, only after you learn it everything becomes easy.

  1. First of all, the communication can be restrained to a certain domain, let’s say by example www.radupoenaru.com .
  2. You can’t have bidirectional communication from a single LocalConnection. One module acts as a server and another one as a client.
  3. Server module opens a connection to which client connects. If the client loads but the server don’t, then an error occurs in client module.
  4. Be very careful to the name of the procedure called by server – should be the same in server as in client module. (more…)

Tweet your ideas through JavaScript

0

Do you have a website and would like to post your tweets from it ? Or maybe you want to create a widget that posts weather on your twitter account?

I encountered this situation and overcome it with the following script. It is pretty simple, but beware that JavaScript is run on CLIENT side, thus any code must be sent in clear.Since it is needed that you provide a password for your account, would not be so wise to put it in clear.

NOTE: I use it for a Vista sidebar gadget, so only IE code is below. For FireFox or Opera the modifications are trivial. (more…)

Flex 3 error

Flex 3 debugging && Nod32 != Love

0

While working at Fraunhofer FIT, I had few small projects to develop internal modules for extending the interaction between researchers. The technologies were set from the start to Flex 3 and ActionScript.

As starter in Flex, but not ActionScript, I was quite anxious to begin coding in this interesting tool. But after I created my new Workspace (seems that now everyone creates its own paradigm for Project) and wrote some code, I hit a wall: the  Flex IDE debugger interface raised an error that he couldn’t connect to the Flash debugger:Flex3_1

(more…)

hosting.jpg

Choosing hosting for WordPress

2

Choosing hosting for WordPress

 

One of the most important questions in launching a website is the hosting.

When moving to private hosting, I realized that I don’t need all features of the premium hosting plans, just a reliable hosting with basic tools to help me do my tasks easier, without too much investment. Also I wanted to continue using WordPress and reuse the content already created in my old website.

The requirements of WordPress from my hosting were pretty small:

  • PHP 4.3 or greater
  • MySQL 4.0 or greater
  • The mod_rewrite Apache module
  • What they don’t mention on website Required WordPress space: At least 10 Mbytes of space on server

(more…)

URL Rewrite = mod_rewrite

0

SEO tools and mod_rewrite were out for a while. They do amazing things, like enabling humans to have a crisp view about the contents of a link. Unfortunately, until IIS 7 Microsoft didn’t had nothing comparable as default, but some companies struggled to offer this basic service.The two options were the rather cheap IISRewrite and the free ISAPI Rewrite Filter.

Mr Thomas Deml, Lead Program Manager in the IIS team, responsible for Security, Performance, Shared Hosting, presents in his overview about how SEO can be added to your application in his breakout session in MIX 09

MIX09 Thomas Deml

Come learn SEO best practices and proven techniques that can boost the position of a Web site in search results pages.

Instead of having www.blabla.com/index.aspx?q=cats you can create a redirect to same page, but have instead the link www.blabla.com/search/cats. This  enables the search engines to operate more efficiently in serving their customers (which can be also your customers, by the way) more accurate responses to their needs.

Adamo by Dell – contralaptop to MacBook?

4

DELL Adamo  - contralaptop for MacBook Pro The newest line launched by Dell, having as target the MacBook fans,  seems to meet the expectations. Slim, slick, powerful, with quite big battery autonomy, seems the perfect response to the Mac version.
 
Since I can’t compare the systems more that by looks, seems that Dell slaps the Apple in face – it is the first time when a device really levels to the looks of an Apple MacBook. Crisp screen, clean design, lightweight – seems that the managers have a new shiny toy at their disposal.
I will let you discover the rest…
 
Or directly on Dell Adamo website: http://www.adamobydell.com/
 

Scripting.FileSystemObject

0

While working on my new pet project, I encountered a situation in which I wanted to save some data to a file. From the Vista Sidebar Gadget point of view, you can do it pretty easy using Scripting.FileSystemObject.

As in any Microsoft product, you should ask about necessary credentials. So find out that inside the gadget’s directory, you are free to create, delete, update files with no more rights required than the ones that the gadget already owns.

(more…)

Working in Fraunhofer Institute of Technology

2

Starting today, I work as a Student Helper in Fraunhofer Institute for Applied Information Technology. The branch from Sankt Augustin, which I joined, is focused on the research of human-centered computing in a process context. I will activate in the Cooperation and Community Support department, which deals with the research and development of community portals, (mobile) communities and cooperation, Internet-based groupware, cooperative knowledge management, application service providing for cooperative work and virtual teams, rating and recommender systems and cooperative learning environments.

The head of the department is Prof. Wolfgang Prinz, PhD and I will work closely with Mr. Nils Jeners, researcher in FIT. I had the pleasure of attending Mr. Prinz course, CSCW and Groupware, while being student in the Media Informatics Master, held by RWTH Aachen University. CSCW stands for Computer Supported Collaborative Work.

My first task is to study the Twitter community, applications based on it and the actual phenomena. My work should help in better understanding the aspects of human behavior, social interaction between humans and in particular the tools and services used for microblogging. This will allow also to discover ways to extract patterns in the context of this technology, who is changing the ways that people interact and socialize over the Internet.

Google toolbar – Firefox enhancement

0

When I use Mozilla Firefox I want to be able to see the content of pages, not to have my screen cluttered with lots and lots of toolbars. But when doing searches with built-in search area in this browser, I lack the highlighting feature of Google Toolbar. Not to mention the word search, handled so easy in it by pressing auto created buttons for each word.

So I tried to replicate the Google toolbar in the browser interface, but without adding the entire toolbar.

This can be done very easy, by following the next steps:

1. Install Google toolbar if you don’t have it already  from http://www.google.com/tools/firefox/toolbar/ . The installation is very well explained, so I will not do it again.

2. In Firefox, with Google Toolbar visible, insert some words into its search area then click the Search button.

FF with words

3. Right-click on the browser top area and choosing Customize, like in the following picture:

RightClick

4. Grab the words area from toolbar, like in the pictures below, and move it up, near the Firefox default search area. Do the same with highlighting tool.

Words Words 2

Hili

5. Now right click like in point 3 and make your Google Toolbar invisible.

And VOILA! You have an uncluttered, clean and neat search area that uses Google’s main interesting features.

uncluttered

Go to Top