Thursday, July 12, 2012

Polic virus with fine payment

If your computer is hacked by a Police Virus requiring you to pay a fine , your computer most likely is infected.
You can remove the virus folowing the steps below:
1) Log in in Safe mode by restarting and klick on F8
2) Open regedit and search for HKLM\Software\Wow6432Node\Micxrosoft\Windows\CurrentVersion\Run
3) Remove the entry with infected program. Most likely your program is installed in
C:\User\Your log name\AppData\Roaming\*.exe


You can also use free Microsoft Safty Scanner to remove this Police Virus if the above mentioned action did not help to remove the Police Virus.

You find the scanner at: http://www.microsoft.com/security/scanner/en-gb/default.aspx

Tuesday, July 10, 2012

"Updating Maven Project". Unsupported IClasspathEntry kind=4



This occure if you are upgrading to maven 3.

Make sure that the version of the m2e(clipse) plugin that you're running is at least 1.1.0. The update site is here: https://repository.sonatype.org/content/repositories/forge-sites/m2e/1.1.0/N/LATEST/

and run:
mvn eclipse:clean

Wednesday, June 27, 2012

Behavior-driven development framework för Javascript


Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
Check out : http://pivotal.github.com/jasmine/

Tuesday, June 26, 2012

Webscraping using Javascript



There are a number of Javascript frameworks you can use to web scraping:

1) Selenium, check out Seleinum Grid.
Selenium has been adopted as the primary technology for functional testong of web applications within Google.
Selenium now wraps htmlunit so you don´t need start a browser anymore. The new WebDriver api is very easy to use too. The first example use htmlunit driver
2) Watir (Ruby)
3) PhantomJS
4) CasperJS
5) Zombie for Node.js
6) Pjscrap based on PhantomJS and JQuery
7) HTMLUnit (Java)


Friday, May 25, 2012

Why BPEL ?


 BPEL is for process/workflow technology what SQL is for relational databases. This is a way to bridge method war from different business school.
If you ahve several web services around the world, you should use BPEL to orchestrate them all into some new service.