Browsing articles in "Windows"
Aug
21

Screenshot server

By rzelazko  //  Firefox, Linux, Windows  //  2 Comments

GrabThemAll Server
Creating screenshot server is very simple with modified version of GrabThemAllGrabThemAll Server.

Features
GrabThemAll Server is powerfull screenshot server that allows users to:

  • Create screenshot on server machine
  • Supports Windows and Linux platforms
  • Has Open Source licence
  • Can take screenshot from URL list file and screenshot of single page
  • Is fully customizable
  • And much more…

read more

Apr
17

Kadu Penguins for Tlen.pl

By rzelazko  //  Tlen.pl, Windows  //  2 Comments

I made an icon set for instant messenger Tlen.pl. Icons came from kde-look.org and are used with Kadu IM (popular linux instant messenger). Tlen 6.x icon set is based on a ‘Emoty GG 7.0 by Leshni@K’.

For Tlen 6.x users installation instructions can be found in the README.txt file in Kadu_Penguins.rar package. Kadu Penguins is available on Ekipa.tlen.pl site. Screenshot of icon set is also available there.

Tlen 7.x users should install Kadu_Penguins.o2e. To install it select “Tlen->Settings->Look and feel->Install addon” from Tlen menu, restart Tlen and select new emoticons set. read more

Apr
16

Convert MS VirtualPC machine to VirtualBox

Microsoft released virtual machines with Internet Explorer images (IE6, IE7, IE8). These machines are very useful for webmasters and webdevelopers to test their sites / application on Microsoft “browser” (actually IE is not a browser but poor quality HTML interpreter).

There is only one “but” this machines works only on Windows with Microsoft VirtualPC. Below you can find description how to convert any disc from VHD to VDI (it’s illegal with licence of Internet Explorer virtual machines but all others VHD can  be converted to VDI without breaking a law).

Installation native Internet Explorer 8 under Debian GNU Linux (should work also with Ubuntu)

First step is installing and configuring VirtualBox-OSE on Debian. Next step is download VHD images (our example VHD is from Microsoft). Last step is convertion VHD2VDI. read more

Feb
20

MS Internet Explorer 6 with Vista

If you need test your sites in MSIE 6 and your system is Windows Vista you need to install MS Virtual PC and download pre-installed and pre-activated Windows XP image with IE 6. Details available on: http://www.microsoft.com/downloads/details(…)ylang=en

Feb
18

Windows Vista Unattended installation

If you need unattended Windows Vista DVD, with custom programs, drivers, etc you can do the following steps: Fire Geier’s Blog.

Jul
29

Multiple IE’s

Running all MSIE on one Windows installation

To run all M$ Internet Explorer on one Winodows you can use: multiple-ie.exe. This program install IE version 3, 4, 5.0, 5.5 and 6.0 on your Windows.

Jul
24

Allocating enough memory and solving OutOfMemoryErrors

By default, Eclipse will allocate up to 256 megabytes of Java heap memory. This should be ample for all typical development tasks. However, depending on the JRE that you are running, the number of additional plug-ins you are using, and the number of files you will be working with, you could conceivably have to increase this amount. Eclipse allows you to pass arguments directly to the Java VM using the -vmargs command line argument, which must follow all other Eclipse specific arguments. Thus, to increase the available heap memory, you would typically use:

eclipse -vmargs -Xmxyour-memory-size

with the your-memory-size value set to greater than “256M” (256 megabytes — the default).

When using a Sun VM, you may also need to increase the size of the permanent generation memory. The default maximum is 64 megabytes, but more may be needed depending on your plug-in configuration and use. The maximum permanent generation size is increased using the -XX:MaxPermSize=your-memory-size argument:

eclipse -vmargs -XX:MaxPermSize=your-memory-size

This argument may not be available for all VM versions and platforms; consult your VM documentation for more details.

Note that setting memory sizes to be larger than the amount of available physical memory on your machine will cause Java to “thrash” as it copies objects back and forth to virtual memory, which will severely degrade your performance.

You can also add this entry to eclipse.ini file:

1
2
3
4
5
6
7
-showsplash
org.eclipse.platform
-vmargs
-Xms512m
-Xmx512m
-XX:PermSize=256m
-XX:MaxPermSize=256m
Jul
5

Hamachi Basic as Windows service

By rzelazko  //  Hamachi, Windows  //  1 Comment

To install Hamachi Basic as Windows NT/2k/XP (Vista not supported) service you must follow few steps described in: http://www.itsatechworld.com/2006/01/17/hamachi-vpn-solution/

To install Hamachi Basic as Windows Vista service you must download ServiceEx.exe. Copy it to C:\Program Files\ServiceEx and create there file HamachiService.ini. Paste there:

[ServiceEx]
ServiceExeFullPath = "C:\Program Files\Hamachi\hamachi.exe"
options = -srvany -config "C:\Documents and Settings\Administrator\Application Data\Hamachi"
desktop = false
Start=Auto
StartNow=false

Change there config dir. Now open command line as administrator, type there

cd C:\Program Files\ServiceEx
ServiceEx install HamachiService

Close your hamachi (if runned), type in start/run services.msc and start your new HamachiService.
Warning! Currently I don’t know how to handle “Interact hamachi with desktop” on service tab.

To install any other things as windows service you can use tool: http://www.tacktech.com/display.cfm?ttid=197 or ServiceEx.

Jan
2

Eclipse PDT content assist

For ZDE likes’ code assist in Eclipse PDT find file:

.metadata / .plugins / org.eclipse.core.runtime / .settings / org.eclipse.php.ui.prefs

At this file add entry:

contentAssistAutoactivationTriggersPHP=abcdefghijklmnoprstuwyxz:>_$