how to login to a drupal site when the login block hidden

April 19th, 2009 No comments

we can login to a drupal site by http://www.example.com/?q=user when the login block has been hidden.

Categories: drupal Tags:

Windows Vista task scheduler can not initiate watir test

April 17th, 2009 Comments off

I faced a weird problem.

I can start a test job test.rb by WindowsXP task scheduler, but cannot initiate the test job by Windows Vista task scheduler, the test.rb can be run by double click on Windows Vista Explorer.

I encoutered a solution for this when I almost went to install windows xp on my computer, just Disable User Access Control on the Control Panel of Vista, and everything is ok.

Categories: watir Tags:

how to login to a drupal site when the login block hidden

March 25th, 2009 Comments off

we can login to a drupal site by http://www.example.com/?q=user when the login block has been hidden.

Categories: drupal Tags:

watir installation error 14001

March 17th, 2009 Comments off

I encountered a error 14001 when I tried to install watir 1.6.2 in a new computor, I googled and found:

the version of win32-api should be 1.3.0 or later
the version of windows-api should be 0.3.0 or later
the version of windows-pr should be 0.9.9 or later

After fix the above version problems, the watir can work properly.

Categories: ruby, watir Tags:

The virtual hosting provided by Lunarpages

November 23rd, 2008 No comments

I had hosted some of my websites on Lunarpages for about 2 years, their sevice were good previously but not good any more resently.

I had moved 2/3 of my website out of Lunarpages, their response to the tickets become too slow, I wait almost 5 hours for the initial response said my question will be forwarded to technical support staff and wait another day to get another response.

Now I have only several wordpress blogs left, and they complained the usage too high, I told them that all my blogs are not active, and they said maybe脗聽 malacious script exits on my site and no willing to examine the scripts.

Their limit for usage is 1% CPU usage, 1% Memory usage, 0.2 SQL usage and 20% Top Process, and I guess them put my hosting in a evaluation server for almost one year.


Lunarpages.com Web Hosting

Refresh a browser using watir

November 1st, 2008 No comments

Bellow is the code to refresh a browser using watir:

ie77.refresh

Related Blogs

Categories: watir Tags: ,