Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Wednesday, December 23, 2009

Stop:: 0x0000008e

Solutions to Stop: 0x0000008E Error (Blue Screen Of Death, BSOD)

When Stop: 0x0000008E Occurs
The Stop: 0x0000008E error message with BSOD (Blue Screen Of Death) appears when Windows encounters such a serious error that it has to terminate.
  • You can get “Stop: 0x0000008E” and the Blue Screen during shutdown or restart.
  • Stop: 0x0000008E and BSOD may appear randomly: you get the blue screen from time to time without an apparent reason. Eventually the 0x0000008E code appears more and more often until Windows won’t start at all.
  • The Stop: 0x0000008E and BSOD may respond to certain actions performed on your computer: viewing contents of a CD/DVD, starting a game or gaming.
  • Sometimes 0x0000008E starts nagging you after RAM of graphic card upgrade, of updating driver for your devices.
  • There are cases of Stop: 0x0000008E and BSOD appearance after installation of Windows service packs.
Most Typical Causes of Stop: 0x0000008E
Registry problems, faulty RAM, hardware failure, driver incompatibility, viruses.
Below we review some cases of Stop: 0x0000008E error, BSOD and possible fixes.
However, if you are not a computer expert we recommend to ask for professional help.



Another site was talking about posting minidumps for them to look at, so I looked into one of the minidumps and found:
Rustock rootkit v 1.2
Z:\NewProjects\spambot\new\driver\objfre\i386\driver.pdb

A little more Google revealed that this Rootkit, once installed is undetectable by anything, quite the amazing little piece of code...
Symantec's info on the Rustock Rootkit

This was it the B version... I followed the directions on Symantec's site to remove it by booting into recovery console from an XP CD. (You cannot detect it in Safe Mode)
Once there I used "Disable pe386" to shut off the rootkit... I looked while in safe mode for this service and it WAS NOT there... Since it loads with kernel / driver data, it hides everything about itself...
Symantec's Cleanup Instructions...
Rebooted in Normal mode and no more BSOD, reinstalled NAV and started it scanning when I left the shop... I will run ADSSpy again and see if it finds the alternate data stream now...
I realize that this is not the only cause of 0x8e errors but this was my problem, and since there were two machines in the shop with the same problem, I can see more of these coming in for repair...
Hope this helps those who have just recently developed STOP: 0x0000008E errors.
troll

Use of dump files

Source

To configure startup and recovery options to use the small memory dump file, follow these steps.
1. Click Start, point to Settings, and then click Control Panel.
2. Double-click System.
3. Click the Advanced tab, and then click Settings under Startup and Recovery.
4. In the Write debugging information list, click Small memory dump (64k).
The file created should appear in the root of the drive where Windows is installed. As for being "easy to read and understand", it may be, but it might just look like gibberish unless you know what you're looking for. You can attach a copy of the dump file here and we'll have a look.

You could also try right-clicking My Computer, then go to Properties>>Advanced>>Startup and Recovery Settings, then uncheck Automatically Restart.
It will produce a BSOD with an error code. Let us know what it is and we'll try and help.

Stop Errors


Stop errors can be caused by just about anything, including poor quality audio drivers, incompatible video drivers, bad or corrupt hard disks, and faulty hardware such as bad RAM, dying motherboards, failing power supplies, etc. Stop errors may be triggered by an event such as plugging in a USB device, or they may appear to occur at regular intervals, or in association with some other event. Sometimes a stop error might appear to be completely random. If a stop error identifies a driver, the fault may not lie with the driver that was reported. Worse still, some errors can mask other critical errors, which means you fix one stop error and get another in return. In short, a stop error may be a symptom of some other problem. The real problem is to find the root cause.
http://www.aumha.org/win5/kbestop.htm
http://www.mvps.org/msauer/


Special freeware

Monday, November 30, 2009

10 Beautiful Serif Fonts

10 Beautiful and free must have Serif Fonts
by Antonio Lupetti If you are looking for new interesting fonts, here is a collection of ten beautiful, free and must have serif typefaces for the web and print. This collection includes Medio, Jura, Fontin, Sling, Calluna, Lido STF, Salernomi, Novello Pro, Steinem, TeX Gyre Schola.


1. Medio (download)
Medio is one of my favourite fonts designed by dotcolon (the same authors of Vegur, Tenderness and Ferrum)



2. Jura (download)
Jura is a distinctive yet readable serif typeface, suitable for headings and body content alike. It features 96 of the most commonly used glyphs (characters).



3. Fontin (download)
The Fontin is designed to be used at small sizes. The color is darkish, the spacing loose and the x-height tall. Don't forget to check Fontin Sans!



4. Sling (download)
Sling is a versatile typeface available in bold, normal and light version.



5. Calluna Regular (download)
Calluna regular is a popular typeface designed by Jos Buivenga author the best seller font Museo on myfonts.com.



6. Lido STF (download)
Lido STF is a font designed by František Štorm for the periodical Lidové noviny (People’s Newspaper). This font is a modification of the original Times New Romans font.



7. Salernomi (download)
Salernomi is an elegant typeface designed by Julius B. Thyssen. You can use it with a perfect result for the web and print.



8. Novello Pro (download)
Novello Pro is a moderate Roman typeface with round serifs and modern details designed by Ingo Zimmermann.



9. Steinem (download)



10. TeX Gyre Schola (download)
TeX Gyre Schola is another great serif font especially useful for the print.




10 Interesting fonts for web designers10 Beautiful and free fonts for web designers10 Delicious Free Fonts with commercial-use license10 Awesome typewriter fonts for web designers5 Beautiful penstyle fonts

Sunday, November 29, 2009

HTML lists

What's new in HTML 5?
There is a big and justified interest from the web community about
the changes introduced in HTML 5 and in the last weeks I'm frequently
receiving a lot of questions and requests about this topic. In this
post I want to illustrate a quick roundup of some point of interest
about the use of lists in HTML 5.
How you know HTML has three types of lists:
- <ul>, unordered list
- <ol>, ordered list
- <dl>, definition list
The HTML <li> tag defines a list item and is used in both <ul> and <ol> lists. <dt> and <dd>
tags define a definition term and the related description in a
definition list. These tags are all supported in HTML 5 version but
there are some little changes in their attributes, in particular:

<ul> and <ol>
the attribute compact and type are not longer supported in HTML 5 (you have to use CSS instead).
<li>
the attribute type, which specifies the type of the list, is not longer supported in HTML 5 (you have to use CSS instead).
The attribute value, which defines the value of the first item of the list, is not longer deprecated and can be only used with the <ol> tag.
Unordered list for navigation bar
Another lists-related question is about the structure of the navigation bar of a website with the introduction of the new <nav>
tag in HTML 5. How you know, unordered lists are commonly used to
implement the navigation bar of a website. The typical structure of a
navigation bar is a <div> tag that contains an unordered list with some items:

Here is the HTML code to implement the basic structure of a navigation bar<div id="nav">
<ul>
<li><a href="...">link 1</a></li>
<li><a href="...">link 2</a></li>
<li><a href="...">link 3</a></li>
<li><a href="...">link 4</a></li>
<ul>
</div>

In
HTML 5, the structure of a navigation bar is the same illustrated in
the previous code. The only thing that changes is the the external
"container" of the unordered list. You have to use the new <nav> instead a generic <div> tag<nav>
<ul>
<li><a href="...">link 1</a></li>
<li><a href="...">link 2</a></li>
<li><a href="...">link 3</a></li>
<li><a href="...">link 4</a></li>
<ul>
</nav>
Definition list and the <dialog> tag
Definition
lists are not frequently used in web design end a lot of people even
ignore their existence! In general their use is mainly suggested when
you have to represent a list of items with a related description for
each item of the list. Here is the code that describes a generic
definition list:<dl>
<dt>Google</dt>
<dd>Search engine</dd>
<dt>Facebook</dt>
<dd>Social network</dd>
</dl>

Here is the output in a web browser:

Google
Search engine
Facebook
Social network
HTML 5 introduces the new <dialog> tag that uses <dt> and <dl>
tags (these tag are used to define a term and its description in a
definition list) to describe a conversation. Here is an example of
dialog structure<dialog>
<dt>Anna</dt>
<dd>What time is it?</dd>
<dt>Mark</dt>
<dd>Three o'clock</dd>
<dt>Anna</dt>
<dd>Thanks!</dd>
</dialog>
And here is the output in a web browser:Anna
What time is it?
Mark
Three o'clock
Anna
Thanks!
*NOTE: the <dialog> tag has been dropped in HTML revision 3859 (2009-09-15). Thanks to Dylan for the suggestion. The new <figure> and <details> tags now use <dt> and <dl> instead of <legend>.

Friday, November 20, 2009

Tuesday, November 17, 2009

Software peligroso

Top 10 der gefährlichsten Software

Software        Nro. de fallas    Peligro (factor)
Opera                       13  6.3
Adobe Flash Player     19  7,4
Apple Quick Time        21  9,2
Sun Java                   23  7,5
Adobe Reader            23  9,2
MS Office                   30  9,3
Google Chrome          33  5,9
MS Internet Explorer  36  7,2
Apple Safari               51  8,2
Mozilla Firefox            82  6,6



Saturday, October 31, 2009

Microsoft Feeds Synchronization

Fuente por Jordi Bonet (simplificado)
Microsoft Feeds Synchronization ha detectado un problema y debe cerrarse

Microsoft Feeds Synchronization es el proceso que Windows XP utiliza para actualizar las fuentes del sistema de suscripción de fuentes RSS de Internet Explorer.

Causas
Algunos antivirus o cortafuegos no permiten que este proceso establezca una conexión con el exterior provocando que, cada vez que intente actualizar las fuentes RSS, el proceso se cuelgue y se cierre.

Tres soluciones

  • Deshabilitar el proceso de un modo permanente
  • Desactivar las actualizaciones automáticas de fuentes RSS desde las opciones de Internet Explorer 7
  • Configurar tu antivirus o cortafuegos para que permita las conexiones de este proceso

Solución 1: Deshabilitar el proceso de un modo permanente

Sin duda, ésta es la opción más rápida y eficiente. Basta con seguir los siguientes pasos para que la ventanita de aviso desaparezca para siempre.

  1. Desde el menú de Inicio, selecciona “Ejecutar”, escribe “cmd” y pulsa intro.

  1. En la consola escribe el siguiente comando y pulsa enter: msfeedssync disable

  1. Y listo. Como podrás comprobar, ya no volverá a aparecer esta molesta ventana.

Solución 2: Desactivar las actualizaciones automáticas de IE 7

Si todavía usas Internet Explorer 7 puedes deshabilitar el proceso desde las opciones del navegador.

  1. Accede a Herramientas/Opciones de Internet y selecciona la pestaña “Contenido”.

  2. En el área de “Fuentes” accede a “Configuración” y desactiva la opción “Buscar automáticamente actualizaciones para las fuentes”.

Solución 3: Configurar tu antivirus o cortafuegos

Esta es, posiblemente, la opción más compleja si no estás habituado a configurar las opciones avanzadas de tu antivirus o cortafuegos. Además, dependiendo del programa que utilices los pasos varían.

De un modo genérico, lo que debes hacer es permitir las conexiones del proceso llamado msfeedssync.exe que puedes encontrar en la carpeta C:\Windows\System32.

Thursday, October 29, 2009

Faster blog page loads

Source

The speed at which your blog loads is critical to attracting more readers to your blog. If your blog takes a long time to load, many readers may leave your blog before they have the chance to read it. Here are a few tips and tricks that will help your blog load faster and attract more users:

Posts

Your blog's load time can be affected by the number of posts you display on your main page. You can easily edit the number of posts displayed of the main page from the Settings | Formatting tab. You can then select the number of posts you want to display on the main page. We recommend displaying 10 or fewer posts on the main page.

Third Party JavaScript and Links

For optimal blog load speed, we recommend using Google/Blogger widgets, JavaScipt and links. However, if you need to use third party JavaScipt and links, your blog will load much faster if you put all JavaScript at the bottom of your blog. If you have third party JavaScript and links in your sidebar, put them in at the bottom of the sidebar.

Images and Media

The more images, videos and other multi-media you have on your blog the longer it will take to load. However, images and other multimedia are important to attracting users to your blog, so it is important to optimize the load speed of your images and media. Here are a few tips to increase the load speed of your media:

  • Decrease the size of your images or use thumbnails that link to the full-size image.
  • If you use third party images, consider uploading them to Picasa Web Albums via the Blogger post editor.
  • If you have a large number of images to display, you can upload all your images (from a vacation or event) to a Picasa Web Album and link to the album in your post or sidebar.

Other suggestions

  • If you've added any custom CSS to your blog, make sure you put it at the top of the page.
  • The most important content of your blog that catches readers attention should load the quickest. To help you identify which items are taking the longest to load you can use Stopwatch. To use Stopwatch, enter your blog's URL into the text box and click "Start StopWatch". Stopwatch will then open your blog in a frame and will record the time it takes for everything on your blog to load, including images, videos, widgets, etc. Take note of the items that take the longest to load and modify them appropriately using our suggestions.

Windows XP Professional x64 Edition

Source

Barb BowmanIn the Expert Zone
Upgrading an AMD64 Turion Laptop to Windows XP Professional x64 Edition

ISO image Software

ISO image is an archive file(also known as a disc image) of an optical disc in a format defined by theInternational Organization for Standardization (ISO). This format is supported by many software vendors. ISO image files typically have a file extension of .iso. The name ISO is taken from the ISO 9660 file system used with CD-ROM media, but an ISO image can also contain a UDF file system since UDF is backward-compatible with ISO 9660.
Format
As with any other archive, an ISO image includes all the data of files contained on the archived CD/DVD, or any other disc format. They are stored in an uncompressed format. In addition to data of the files it also contains all the file system metadata, including boot code, structures, and attributes. ISO images do not support multi-track, thus they cannot be used for audio CDs, VCD, and hybrid audio CDs, which are usually ripped as audio files. However, for disks that contain a single track of data followed by tracks of audio, such as video game disks, the first track can be ripped as an ISO, and the rest as audio files.
These properties make it an attractive alternative to physical media for the distribution of software as it is simple to transfer over the Internet or via a LAN connection.
A valid ISO image is an uncompressed collection of various files merged into one single resulting file, according to definite and standard formatting.
The most important feature of an ISO image is that it can be easily rendered or "burned" to a DVD or CD by using media "authoring" or disc "burning" software. It can also be opened using archival applications such as 7-Zip file manager or the WinRAR shareware archiver. ISO burning is now typically a native feature of modern home and business computer operating systems.
Hybrid formats include the ability to be read by different devices, operating systems, or hardware. In the past, one example of this was a disc that supported both Windows and Macintosh from one image. One recent example is the release of hybrid ISO files which can be "booted" or started from both CD/DVD and USB flash drive devices when the image is written to either of these storage devices.


WinImage is a disk imaging application for Microsoft Windows created by Gilles Vollant Software. Its features include creating, reading and editing disk images and also opening VMware & Microsoft Virtual PC hard disk images. WinImage is able to mount an ISO image using the freeware FileDisk driver.
Download

Some versions of WinImage bundle FileDisk[1], adisk emulator


Aceto

neISO is a free software program to mount and manage image files. Its goals are to be simple, intuitive and stable. Written in Qt 4, this software is meant for all those people looking for a sort of Daemon Tools for Linux. However, AcetoneISO does not emulate any copy protection while mounting. AcetoneISO also supports Direct Access Archive (*.daa) images because it uses PowerISO Linux software as backend while converting images to ISO.

It is free software released under the terms of the GNU General Public License version 3.

Limitations

  • Does not emulate copy protection mount like Daemon Tools.
  • Can't mount correctly a multi-sector image. Only the first track will be shown.
  • Converting a multi-track image to ISO will result in a loss of data. Only first track will be converted.
  • Image conversion to ISO is only possible on x86 and x86-64 CPU architecture due to PowerISOlimitations.
Official website



PowerISO is an application used to create, open,mount / emulate, compress, encrypt, and otherwise manipulate CD / DVD image files. It is most commonly known for its proprietary DAA disc image format. Other supported formats include ISO, BIN,NRG, and CDI. PowerISO is able to modify all supported CD images formats, most notably ISO. The trial version cannot create or edit images greater than 300 megabytes, but can burn files of any size to disc. The maximum file size PowerISO can process is 256GB.[2]Official PowerISO website

Active ISO File Manager

UltraISO
Magic ISO maker

ISO View-only software

  • 7-zip is a free software for Windows that can view .iso files for CD and DVD formats.

Mapped network drives REMOVE

Download Tweat UI, part of Powertoys (32bit only?)
In tweak UI, you can remove drives from explorer among many other things...

Tweak UI gives you access to a number of settings that are hidden away in Windows. It is part of the oddly named PowerToys utilities that are provided by Microsoft

Tweak UI allows you to change the way Windows looks and works. For instance, you can change things like the speed at which the mouse wheel scrolls and if a specific user should be automatically logged in whenever you start up Windows (a big timesaver if you are the only person to use a PC, and hate having to type your password every time you reboot).

It can also assign commands to keys in Windows Explorer; a big plus if you frequently have to copy lots of files.

Windows XP users: TweakUiPowertoySetup.exe link

Tweak User Interface(UI) - Powertoys Module
The Tweak UI Power Toy is designed to allow you to customize the look of your Space. Once you add the Tweak UI Power Toy to your Space you can use it to control colors, module borders and transparency, and the background image’s placement and presence. Granular control combined with existing Spaces layout and module configuration allows for almost endless customizability and personalization.
Follow these steps to add this Power Toy to your Space:
  1. Log into Passport and Edit your Space.
  2. In the Address bar of your web browser add the text “&powertoy=tweakomatic” to the end of the displayed URL.
  3. Click the Go button next to your web browser address bar.
  4. Once the page has finished reloading, click on the Customize tab in your Space.
  5. In the Modules drop down menu in the Customize tab there should be a listing for PowerToy: Tweak UI. Click the word Add next to it and then click the Save button
64-bit version of TweakUI for Itanium processors:
TweakUI.exe
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx about half way down on the right there's a link for Tweak UI for Itanium™-based systems, actually, here it is! Itanium is Intel's name for there first 64bit processors. If anyone has a link for TweakUI for Vista or any info, please mail to: hollandstom@hotmail.com


The x64 version (refuses to work on amd dual core?) at:
Download TweakUI 64-Bit Edition 2.2 - NeoSmart Technologies.
Once there, go to the bottom of the page and click "Download"

Use and Mount Images (ISO files)

Source
Microsoft has an unsupported virtual CD-ROM program.
Why buy alcohol or Daemon Tools?
Alcohol and Daemon Tools are excellent software packages that allow users to mount ISO files as virtual CD-ROMs. Yes, there is a way to use that ISO without burning it to a disk.
Although I love these tools, Microsoft has a free, 60kb program that does the same thing! Of course, it is not supported… and it’s not as friendly as the software listed above; however, it works and it’s free.
Here’s the download link:
winxpvirtualcdcontrolpanel
Here’s the readme:
Readme for Virtual CD-ROM Control Panel v2.0.1.1
THIS TOOL IS UNSUPPORTED BY MICROSOFT PRODUCT SUPPORT SERVICES
System Requirements
===================
- Windows XP Home or Windows XP Professional
Installation instructions
=========================
1. Copy VCdRom.sys to your %systemroot%\system32\drivers folder.
2. Execute VCdControlTool.exe
3. Click “Driver control”
4. If the “Install Driver” button is available, click it. Navigate to the %systemroot%\system32\drivers folder, select VCdRom.sys, and click Open.
5. Click “Start”
6. Click OK
7. Click “Add Drive” to add a drive to the drive list. Ensure that the drive added is not a local drive. If it is, continue to click “Add Drive” until an unused drive letter is available.
8. Select an unused drive letter from the drive list and click “Mount”.
9. Navigate to the image file, select it, and click “OK”. UNC naming conventions should not be used, however mapped network drives should be OK.
You may now use the drive letter as if it were a local CD-ROM device. When you are finished you may unmount, stop, and remove the driver from memory using the driver control.
READ the coments!
Now you need to copy the file named VCdRomto the C://WINDOWS/System32/driversfolder, then run the VCdControlTool(by run i mean double click), then click Driver Control. then Install. Now navigate toC://WINDOWS/System32/drivers
again and select VCdRom.sys and clickOK. Now click Start. Next clickOK; and finall click Add Drive. This should create a virtual drive in the window above the buttons. ClickMountand navigate to where your ISO's are stored to mount the image to the virtual drive.

The mounting process is fully described here:
http://www.samspublishing.com/articles/article.asp?p=406936&seqNum=2&rl=1
"Lug Around Less by Creating and Mounting ISO Images of Your DVDs/CDs"
Note:The process of making an ISO, downloading an ISO, or working with other image types (.bin, .whatever) is left as an excercise for the undergraduate student.

Some game applications ask for me to put the original CD in the drive. What can I do to avoid this? These games normally install on this OS
Here is the order in which I started...
- Build ISO file (btw is it okay-stable to have them in root c:\?
- mount drive and point to ISO
- install program from virtual drive
- test which icon will start the program
1. I have only successfully mounted 4/10 games. For the 1st two, I had installed them from the original CD in the drive and then made and mounted ISOs; then i thought of the bright idea to install them FROM the ISO in the first place and that worked also... BUT ONLY for 4/10...FYI
2. Can I rename the drive to reflect what the program is instead of "CD Drive"? How do I do this?
3. I realize this is a freebie s/w and I have successfully mounted 4/10 cds, but is there one out there for purchase that WILL do the things I have questions about?
Answer
I believe its a kind of protection used to make sure you actually own the game. The most common way I know to get around it is nocd cracks. A popular site is
http://www.gamecopyworld.com/
Also I think daemon tools and a couple other programs will work.
http://www.daemon-tools.cc/dtcc/download.php?mode=ViewCategory&catid=5
You may wana pick up these tools also, MagicISO or ISOBuster. Very versatile programs.

A really great iso recording tool for xp and Vista as well integrates into teh shell Iso Recorder
http://isorecorder.alexfeinman.com/isorecorder.htm

Monday, October 26, 2009

Windows Defender: 0x800106ba

application failed to initialize 0x800106ba

Source

Go to http://support.microsoft.com/kb/290301/
This should load a description of Windows Cleanup Utility.
Scroll down the page and find 'Download the Windows Installer Cleanup", download it then run.

Then download a new version of Defender and install it, this should fix your problem
<hr />
Source
Windows Defender which was previously known as Microsoft AntiSpyware is an anti-spyware utility that built-in in Windwso Vista to detect, prevent, remove and quarantine spywares. Although it’s packaged with the operating system, and thus free of charge (or already been added into cost), not all users will need Windows Defender. Unfortunately there is no clear-cut way to remove or uninstall Windows Defender in Vista. Use the trick and hack below to disable Windows Defender in a way that as is Windows Defender is been uninstalled or removed.
The most easy way to to uninstall or remove Windows Defender in Vista (since you can’t actually uninstall it) is by disabling and turning off Windows Vista’s Windows Defender. Windows Defender provides an graphical user interface (GUI) to easily stop using Windows Defender in real-time protection checking, and disable and turn off Windows Defender service.
Note that a lot of guides have asked to disable Windows Defender service via Services in Control Panel and uncheck the startup item in System Configuration (MSConfig) in order to turn off Windows Defender and prevent it from starting up. This is uncessary, and it’s not a recommended way as any misstep will cause error message (explained below).


  1. Run Windows Defender from Start Menu.
  2. Click on Tools button.

    Tools of Vista Windows Defender

  3. Then click on Options link under “Tools and Settings” section.

    Options of Windows Defender in Vista

  4. Scroll down the “Options” page, and uncheck the check boxes of the following two settings:

    Use real-time protection (recommended) under “Real-time protection options”

    Disable Windows Defender in Vista

    Use Windows Defender under “Administrator options”

    Uninstall Windows Defender in Vista

    Note that both options MUST be unchecked for the Windows Defender service in Windows Vista to be completely stopped. Else, only real-time protection is disabled.

  5. Click on Save button.
  6. A “Windows Defender is turned off” dialog message will appear, confirming that Windows Defender no longer runs. Once the Windows Defender is disabled, it’s sort of been uninstalled too, as any attempt to run the program will bring up “Windows Defender is turned off dialog window and unable to proceed to Windows Defender main window anymore.

    Windows Defender is turned off in Vista

    Beside, Windows Security Center will display a red alert icon in notification area (system tray) which warns users about stop functioning of spyware and other malware protection software.

    Vista Security Warning on Disabled Defender

    Install your favorite anti-spyware software to remove this alert, or follow this disable alert hack.

    Beside, in Services of Control Panel, the Windows Defender service is automatically stopped, although the Startup Type is still set to Automatic. Do not try to manually stop and disable the Windows Defender service from Services panel, as it will cause the error message of “Application failed to initialized: 0×800106ba. A problem caused this program’s service to stop. To start the service, restart your computer or search Help and Support for how to start a service manually.”

To re-enable (i.e. reinstall) Windows Defender in Vista, run Windows Defender from Start Menu and turn it on again when prompted.



Friday, October 23, 2009

Comandos y seriales para desesperados

The Ugly Truth (2009) DVDR NTSC
Diario ElPaís 23 Octubre 2009


Taringa! - Windows XP Professional SP3 Integrated Corporate July 2009

Taringa! - Win XP Professional Service Pack 3 Final SATA Driver

Windows XP Professional SP3 Corporate JUNE 2009
Windows ® XP Service Pack 3 (SP3) incluye todas las actualizaciones publicadas anteriormente para el sistema operativo. Esta actualización también incluye un pequeño número de nuevas funcionalidades, que no cambia significativamente los clientes de experiencia con el sistema operativo. Este libro blanco resume lo que es nuevo en Windows XP SP3.

Actualizaciones:
Windows XP versión 5.1 Build 2600
- Totalmente activado "no es necesaria la activación"
- Microsoft Windows Original
- Todas las actualizaciones de Microsoft Windows Oficial hasta June2009
- Reproductor de Windows Media 11 con todas las actualizaciones
- Internet Explorer 8
- DirectX mayo 2009
- Flash Player 10.0.22.87
- Todos Net Framework
- Windows XP (KB932823)
- Reproductor de Windows Media 11 para Windows XP (KB939683)
- Herramienta Windows Malicious Software Removal - Mayo 2009 (KB890830)

http://www.digzip.com/files/RG9DTZTO/wxp.ju2k9.part1.rar
http://www.digzip.com/files/1PIVKEOZ/wxp.ju2k9.part2.rar
http://www.digzip.com/files/0MZIADZ6/wxp.ju2k9.part3.rar
http://www.digzip.com/files/0QCPCMIT/wxp.ju2k9.part4.rar
http://www.digzip.com/files/1IREN9XC/wxp.ju2k9.part5.rar
http://www.digzip.com/files/BAEAGWFQ/wxp.ju2k9.part6.rar
http://www.digzip.com/files/0TDNHFOK/wxp.ju2k9.part7.rar
http://www.digzip.com/files/08YESKNR/wxp.ju2k9.part8.rar

http://www.digzip.com/files/0BFFGROG/genuine.sn.sp2sp3bymeeen.zip


XP SP3 Corporativo Orig
http://rapidshare.com/files/113809986/es_win_xp_pro_sp3_x86_cd_vl_x14-74009.part1.rar
http://rapidshare.com/files/113958450/es_win_xp_pro_sp3_x86_cd_vl_x14-74009.part2.rar
http://rapidshare.com/files/113983831/es_win_xp_pro_sp3_x86_cd_vl_x14-74009.part3.rar
http://rapidshare.com/files/114011030/es_win_xp_pro_sp3_x86_cd_vl_x14-74009.part4.rar
http://rapidshare.com/files/114030017/es_win_xp_pro_sp3_x86_cd_vl_x14-74009.part5.rar
http://rapidshare.com/files/114042910/es_win_xp_pro_sp3_x86_cd_vl_x14-74009.part6.rar


Inicio --> Ejecutar:
  • rundll32 netplwiz.dll,UsersRunDll
  • control userpasswords2

XPx64 Serials:
cky24-q8qrh-x3kmr-c6bcy-t847y
g5f8r-2g8t6-f5t3f-7d9r6-f32td
B2RBK-7KPT9-4JP6X-QQFWM-PJD6G
QKVGM-T4H9H-W8YJH-BWDCY-CY7MJ
M4676-2VW7F-6BCVH-9QPBF-QBRBM
d2bcq-8fyq4-vb4br-cdxcv-mh3yj
JKWJQ-P6CQJ-4CBK2-2H2BC-RC3YJ
P4KC6-GTR83-F9G3J-FJG76-PGWFG

CK32R-4RMFW-3GTXY-QCM72-2M843
Serial Corporativo: V2C47-MK7JD-3R89F-D2KXW-VPK3J

Multilingual User Interface “Español”

ba-k.com rápido y con todos los controladores

Windows XP Exodo 2009 V 2.0

Recomendados:

  • Procesador Intel Pentium 4 a 1.00Ghz
  • Memoria 128 Mb
  • Disco Duro 8Gb

Inicio --> Ejecutar --> regedit

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion

Para cambiar el “Nombre” del equipo modificar
“RegisteredOwner”
Para cambiar la “Organización” del equipo modificar
"RegisteredOrganization”

Modificar color de carpetas: Inicio --> Ejecutar

regsvr32 /i shell32.dll
Aceptar cuando aparezca el cuadro de diálogo Regsvr32.

O usar Rainbow_Folders_205.exe
Windows xp sp2 x64 desatendido y en español
http://www.mediafire.com/file/.....uA.iso.001

http://www.mediafire.com/file/.....uA.iso.002

http://www.mediafire.com/file/.....uA.iso.003
http://www.mediafire.com/file/.....uA.iso.004
http://www.mediafire.com/file/.....uA.iso.005
http://www.mediafire.com/file/.....uA.iso.006
http://www.mediafire.com/file/.....uA.iso.007
sfv:
http://www.mediafire.com/file/.....uA.iso.sfv

Windows XP SP3 MiniTotal Actualizado Junio 2009 (32bit)
windows-xp-sp3-orionce-v2-wmp11-ie7-wlm-sata-wlan
Windows XP SP3 Orionce Edition v3.0 (2CDs), Option Emergency
Windows XP SP3 Orionce Edition v3.0
Rapidshare | Megaupload | NetLoad | Easy-Share | DepositFiles

CADA MODELO DE LAPTOP TIENE UN CONTROLADOR DE DISCOS SATA QUE NO INCORPORA EL WINDOWS XP
Es NECESARIO integrar EL CONTROLADOR SATA DE OTRO DISPOSITIVO EXTERNO. OTRA SOLUCION ES CREAR UN DISCO DE INSTALACION USANDO EL WINDOWS XP CON NLITE
CREAR UN NUEVO DISCO DE WINDOWX XP QUE INCORPORE EL CONTROLADOR SATA DE LA LAPTOP Y CON ESO SOLUCIONADO TODO EL PROBLEMA, NO SOLO ESO SINO TODO LOS DRIVERS PARA QUE SE INSTALEN AUTOMATICAMENTE Y NO HACERLO DE MANERA MANUAL
Windows XP Professional Service Pack 3 julio 2009 Incl IE8 + WMP11 32Bits
Rapidshare | Megaupload | Hotfile | GigaSize | SendSpace | DepositFiles | Ziddu

Windows XP Professional Service Pack 3 junio 2009 Incl IE8 + WMP11
Rapidshare | Megaupload | Hotfile | GigaSize | SendSpace | DepositFiles | Ziddu
720.94 MB | ISO | 7zip | Inglés | MUI Español | contraseña: jonsaco

MR49R-DRJXX-M6PX2-V96BF-8CKBJ
TBYWG-87BKB-H98CG-6987Y-V87TM

  • Windows XP versión 5.1 Build 2600
  • Totalmente activada no es necesaria la activación de
  • Microsoft Windows Original
  • Todas las actualizaciones de Microsoft Windows Oficial hasta June2009
  • Reproductor de Windows Media 11 con todas las actualizaciones
  • Internet Explorer 8
  • DirectX mayo 2009
  • Flash Player 10.0.22.87
  • Todos Net Framework
  • Windows XP (KB932823)
  • Reproductor de Windows Media 11 para Windows XP (KB939683)
  • Herramienta Windows Malicious Software Removal - JUNIO 2009 (KB890830)
Nlite, Vlite y Setup Studio, para modificar los archivos de instalacion de windows y crear instalaciones desatendidas. El programa Vlite es para crear desatendidos VISTA

Wednesday, October 21, 2009

Mit Vollgas durchs Netz

Quelle von Axel Kossel

Windows Vista Windows Mac OS Safari kostenlos

beobachten vergleichen Bewertung: (112 Bewertungen, gewichtet: 3,60 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Safari 11.06.07, Englisch, Test in c't 07/09

Populärer und schneller Web-Browser, der unter anderem Unterstützung für internationale Eingabemethoden, Cookie-Verwaltung sowie Rechtschreib- und Grammatikprüfung bietet; berücksichtigt Proxy-Einstellungen aus der Systemsteuerung und kann Proxy-Daten automatisch via Proxy Auto-Config (.pac-Dateien) empfangen; Informationen zu Safari 4 auf heise online

Windows Vista Windows Mac OS Linux Firefox Open Source

beobachten vergleichen Bewertung: (385 Bewertungen, gewichtet: 5,45 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Firefox 19.07.04, Deutsch/Englisch, Test in c't 14/08

Schneller, schlanker Browser, unter anderem mit Popup-Blocker, Malware-Schutz, Tabbed-Browsing, Tagging, Zoom-Funktionen, eingebetteter Google-, Yahoo- und Answers.com-Suche, Unterstützung für JavaScript, intelligenter Adressleiste sowie einem Passwort-Manager; auch als portable Version für den Einsatz vom USB-Stick erhältlich

Windows Vista Windows Linux Firefox Portable Open Source

beobachten vergleichen Bewertung: (62 Bewertungen, gewichtet: 5,11 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Firefox Portable 06.01.05, Deutsch, Test in c't 08/05

Firefox für unterwegs: läuft ohne Installation vom USB-Stick und anderen Wechselmedien, enthält Launcher, mit dem die meisten Erweiterungen funktionieren sollen

Windows Vista Windows FreedomStick EvilTux Edition (FS ETE) Open Source

beobachten vergleichen Bewertung: (9 Bewertungen, gewichtet: 4,10 Punkte)

Internet Browser & Co. Spurenvernichter

FreedomStick EvilTux Edition (FS ETE) 15.08.08, Deutsch

Ermöglicht das unzensierte Surfen im Internet von überall aus; installiert vorkonfigurierte Versionen von Tor, einem Netzwerk voller virtueller Tunnel zum Anonymisieren, und Firefox auf einem USB-Stick; nach Einstecken des Sticks wird automatisch eine Verbindung in das zensurfreie Tor-Netzwerk erstellt; Anbieter stellt ein Update-Pack zur Verfügung, um Datenverlust bei Softwareupdates vorzubeugen

Windows Vista Windows Mac OS Linux Java-Handy Opera kostenlos

beobachten vergleichen Bewertung: (262 Bewertungen, gewichtet: 5,41 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Opera 01.01.98, Deutsch/Englisch, Test in c't 04/09

Schneller, ressourcenschonender Web-Browser, unter anderem mit neuer Rendering-Engine Presto 2.2, E-Mail- und News-Client, Fraud Protection zum Schutz vor betrügerischen Webseiten sowie einem Downloadmanager; enthält zudem eine Alpha-Version des Webentwicklertools Opera Dragonfly; Beta der Version 10.10 mit Opera Unit erhältlich; weitere Informationen auf heise online

Windows Vista Windows Opera@USB kostenlos

beobachten vergleichen Bewertung: (15 Bewertungen, gewichtet: 5,06 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Opera@USB 09.11.07, Deutsch

Macht Opera von USB-Sticks und anderen portablen Medien aus lauffähig

Windows Vista Windows Google Chrome kostenlos

beobachten vergleichen Bewertung: (65 Bewertungen, gewichtet: 3,73 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Google Chrome 02.09.08, Deutsch/Englisch

Auf der Rendering-Engine Webkit basierender und auf Firefox aufbauender Web-Browser mit eigener JavaScript-Implementierung (V8), integriertem Google Gears, einer Suche aus der Adresszeile heraus und einem neuartigen Tab-Browsing (siehe auch Meldung im heise Ticker)

Windows Vista Windows Portable Chrome kostenlos

beobachten vergleichen Bewertung: (8 Bewertungen, gewichtet: 3,33 Punkte)

Internet Browser & Co. Web- & WAP-Browser

Portable Chrome 06.09.08, Deutsch/Englisch

Portable Version des Google-Browsers Chrome; läuft ohne Installation; der zugehörige Programmordner heißt Chrome, alle Einstellungen verbleiben im Ordner namens "Profil"

Windows Mac OS Linux Flock Open Source

beobachten vergleichen Bewertung: (5 Bewertungen, gewichtet: 3,67 Punkte)

Internet Browser & Co.

Flock 09.06.06, Deutsch/Englisch, Test in c't 13/06

Auf Firefox basierender Browser, der für Blogs, Flickr und "social bookmark"-Dienste wie del.icio.us oder Shadows optimiert ist; kann neben Lesezeichen auch Tags ablegen

Mac OS SunRise Browser kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 3,00 Punkte)

Internet Browser & Co. Web- & WAP-Browser

SunRise Browser 21.07.07, Englisch, Test in c't 11/07

Internetbrowser, der grafische Bookmarks, feste Fenstergrößen und das Speichern von Seiten als PDF bietet; nutzt die Rendering-Engine von Safari

Windows Mac OS Linux FlashBlock kostenlos

beobachten vergleichen Bewertung: (8 Bewertungen, gewichtet: 4,22 Punkte)

Internet Browser & Co. Browser-Add-ons

FlashBlock 30.11.06, Englisch

Erweiterung für Seamonkey, Firefox und Netscape; ersetzt Flash-Inhalte durch Platzhalter; ein Klick darauf öffnet das betreffende Flash-Objekt

Windows Vista Windows Mac OS Linux Adblock Plus Open Source

beobachten vergleichen Bewertung: (55 Bewertungen, gewichtet: 5,16 Punkte)

Internet Browser & Co. Browser-Add-ons

Adblock Plus 12.12.06, Deutsch/Englisch

Browser-Erweiterung für Firefox, Thunderbird und SeaMonkey, blockiert Werbung auf Webseiten; Elemente können per Mausklick auf den entsprechenden Inhalt oder durch das Eingeben der Werbe-URLs (Eingabe auch mit regulären Ausdrücken möglich) blockiert werden

Windows Vista Windows Mac OS Mac OS Linux esiehCOM kostenlos

beobachten vergleichen Bewertung: (34 Bewertungen, gewichtet: 4,14 Punkte)

Internet Browser & Co. Browser-Add-ons

esiehCOM 12.12.07, Deutsch

Erleichtert in Firefox ab Version 2.0 das Lesen langer Threads in heise.de-Foren durch Einblenden aller Beiträge und einem Beitragsfilter anhand der Wertungsskala; erstellt ATOM-Feeds aus bevorzugten Foren-Threads, um neue Beiträge leichter zu verfolgen (über den Server des Add-on-Autoren verfügbar); blendet Links zu Social-Bookmarking-Diensten ein

Windows Mac OS Linux Greasemonkey kostenlos

beobachten vergleichen Bewertung: (9 Bewertungen, gewichtet: 4,00 Punkte)

Internet Browser & Co. Browser-Add-ons

Greasemonkey 01.12.06, Englisch, Test in c't 14/06

Firefox-Erweiterung, die es mit browserseitigen JavaScript-Programmen ermöglicht, die Ansicht von Webseiten fast beliebig zu verändern

Windows Vista Windows Mac OS Mac OS Linux Pocket PC NoScript kostenlos

beobachten vergleichen Bewertung: (70 Bewertungen, gewichtet: 5,10 Punkte)

Internet Browser & Co. Browser-Add-ons

NoScript 23.10.06, Englisch

Sicherheitserweiterung für Firefox, die das generelle Ausführen von Javscript und Java verhindert und vom Nutzer zugelassene Seiten auf einer Whitelist verwaltet

Windows Vista Windows Mac OS Mac OS Linux Webdienst: Last.fm werbefinanziert

beobachten vergleichen Bewertung: (13 Bewertungen, gewichtet: 4,93 Punkte)

Audio & Video Player Audio-Player

Last.fm 07.04.08, Deutsch/Englisch

Soziales Musiknetzwerk, das für den Anwender anhand seiner Hörgewohnheiten einen persönlichen Radiosender generiert; alternativ stellt last.fm einen Musik-Stream anhand von Schlüsselwörtern, Lieblings-Bands, Musikrichtungen oder Geschmack anderer Nutzer zusammen; bietet einen Client zum Download an

Windows Vista Windows Mac OS Mac OS Linux FireGestures Open Source

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 5,00 Punkte)

Internet Browser & Co. Browser-Add-ons

FireGestures 22.07.08, Englisch

Firefox-Add-on, das die Steuerung des Browsers mit Mausgesten ermöglicht; neben Mausbewegungen setzt FireGestures auch Befehle für das Mausrad, das Drücken beider Maustasten und Kombinationen aus Strg/Shift und Mausbewegungen; der Anwender kann eigene Mausgesten einrichten

Windows Vista Windows Mac OS Linux Ubiquity Open Source

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 5,00 Punkte)

Internet Browser & Co. Browser-Add-ons

Ubiquity 05.09.08, Englisch, Test in c't 20/08

Firefox-Add-on, das den Browser um eine Art Konsole für Tastaturbefehle erweitert; damit können Nutzer beispielsweise per Befehlseingabe markierte Adressen bei Google Maps suchen, Textstellen optisch hervorheben oder mit der aktuellen Auswahl eine Mail in Google Mail starten

Windows Vista Windows Mac OS Linux Speed Dial kostenlos

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 4,00 Punkte)

Internet Browser & Co. Browser-Add-ons

Speed Dial 21.08.08, Englisch

Installiert einen Button in die Firefox-Toolbar, der eine Übersicht von bis zu neun Websites samt Vorschau aufruft, die direkt angeklickt werden können (Schnellzugriff); die Auswahl einer Webseite in die Übersicht erfolgt per Kontextmenü oder per neu installiertem Befehl im Bereich der Lesezeichen

Windows Vista Windows Mac OS Linux Firefox Showcase kostenlos

beobachten vergleichen Bewertung: (10 Bewertungen, gewichtet: 5,00 Punkte)

Internet Browser & Co. Browser-Add-ons

Firefox Showcase 14.11.07, Deutsch

Zeigt eine Vorschau aller Tabs in einem eigenen Fenster, in einem Tab oder in der Sidebar an und wechselt per Mausklick zum gewünschten Tab

Windows Mac OS Linux FlashGot kostenlos

beobachten vergleichen Bewertung: (6 Bewertungen, gewichtet: 4,14 Punkte)

Internet Browser & Co. Browser-Add-ons

FlashGot 08.09.06, Deutsch, Test in c't 14/06

Erweiterung für Firefox, Mozilla und Flock, erlaubt das Starten einzelner oder gebündelter Downloads unter Benutzung der gängigsten externen Download-Manager

Windows Vista Windows Free Download Manager Open Source

beobachten vergleichen Bewertung: (45 Bewertungen, gewichtet: 5,04 Punkte)

Internet Dateitransfer Download Manager

Free Download Manager 13.07.04, Deutsch/Englisch, Test in c't 13/08

Download-Manager für FTP und HTTP, teilt Dateien auf und lädt sie von verschiedenen Servern

Windows Vista Windows Mac OS Linux Video DownloadHelper kostenlos

beobachten vergleichen Bewertung: (21 Bewertungen, gewichtet: 4,86 Punkte)

Internet Browser & Co. Browser-Add-ons

Video DownloadHelper 12.07.08, Deutsch

Erweitert Firefox um die Möglichkeit, Videos von Webauftritten wie YouTube herunterzuladen; unterstützt Downloads von Audios und Bildern

Windows Vista Windows Mac OS Mac OS Linux Fire.fm kostenlos

beobachten vergleichen Bewertung: (eine Bewertung, gewichtet: 4,00 Punkte)

Internet Browser & Co. Browser-Add-ons

Fire.fm 26.03.09, Englisch

Plug-in für Firefox, welches den Webdienst Last.fm in den Browser integriert; ermöglicht das Musikhören ohne Umweg über die Last.fm-Website und startet die Musikwiedergabe auf Wunsch automatisch bei Aufruf des Browsers

Windows Vista Windows Mac OS Linux ReminderFox Open Source

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 3,75 Punkte)

Internet Browser & Co. Browser-Add-ons

ReminderFox 29.07.07, Deutsch/Englisch

Firefox-Add-on, das eine einfache Anzeige und Verwaltung von Terminen und Aufgaben mit Erinnerungsfunktion bereit stellt

Windows Mac OS Mac OS Linux ScrapBook Open Source

beobachten vergleichen Bewertung: (6 Bewertungen, gewichtet: 4,86 Punkte)

Internet Browser & Co. Browser-Add-ons

ScrapBook 31.03.05, Deutsch, Test in c't 08/05

Firefox-Extension zum Sichern von Webseiten-Schnipseln; die Notizen werden in einer Baumstruktur angezeigt und können durchsucht und nach Filterregeln sortiert werden

Windows Vista Windows Mac OS Linux Zotero kostenlos

beobachten vergleichen Bewertung: (6 Bewertungen, gewichtet: 4,71 Punkte)

Internet Browser & Co. Browser-Add-ons

Zotero 09.11.07, Englisch, Test in c't 08/08

Firefox-Plug-in zum automatischen Erzeugen von Bibliografie-Einträgen aus Amazon- und zahlreichen Bibliothekskatalogen sowie zum Speichern von PDF-Dokumenten, Dateien und Webseiten; exportiert unter anderem BibTeX, RIS, HTML oder XML (RDF, MODS); arbeitet mit OpenOffice und Microsoft Word sowie mit WordPress und anderen Blogging-Programmen zusammen

Windows Vista Windows Mac OS Linux Screengrab Open Source

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 4,00 Punkte)

Internet Browser & Co. Browser-Add-ons

Screengrab 30.07.07, Englisch

Erweitert Firefox um eine Screenshot-Funktion für Webseiten; sichert komplette Seite, einzelne Frames oder beliebige Ausschnitte als Grafikdatei; speichert diese im PNG-Format oder legt sie in der Windows-Zwischenablage ab

Windows Vista Windows Mac OS Linux ScribeFire kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 3,33 Punkte)

Internet Browser & Co. Browser-Add-ons

ScribeFire 11.08.07, Englisch

Blog-Editor, der sich in den Webbrowser Firefox integriert; formatierter Text lässt sich per Drag&Drop aus anderen Webseiten einbinden

Windows Vista Windows Mac OS Linux Zemanta kostenlos

Internet Browser & Co. Browser-Add-ons

Zemanta 08.10.08, Englisch

Firefox- und IE-Add-on für Weblog-Autoren, das in der Seitenleiste zu einem bearbeiteten Blog-Artikel thematisch passende Links, Fotos oder Tags anzeigt; die Inhalte können per Drag&Drop in den Artikel gezogen werden; unterstützt unter anderem die Artikel-Formulare von Blogger.com, Wordpress, Drupal und MySpace; bei deutschen Texten liefert die englischsprachige Software nur begrenzt Vorschläge

Windows Mac OS Linux Link Evaluator kostenlos

Internet Browser & Co. Browser-Add-ons

Link Evaluator 16.02.07, Englisch

Erweiterung für den Firefox, die die Verweise in einer Webseite überprüft

Windows Vista Windows IE Tab kostenlos

beobachten vergleichen Bewertung: (10 Bewertungen, gewichtet: 4,55 Punkte)

Internet Browser & Co. Browser-Add-ons

IE Tab 08.09.06, Deutsch, Test in c't 14/06

Erweiterung für Firefox und Seamonkey; erlaubt es, die Browser-Engine des Internet Explorers innerhalb von Tabs in Mozilla-Browsern zu benutzen

Windows Mac OS Linux Firebug Open Source

beobachten vergleichen Bewertung: (38 Bewertungen, gewichtet: 5,10 Punkte)

Internet Browser & Co. Browser-Add-ons

Firebug 13.12.06, Englisch

Erweiterung für den Firefox-Browser, überprüft Quellcodes von Webseiten auf Fehler und zeigt HTML-, CSS- und Javascript-Teile einer Seite separat an, um sie direkt editieren und debuggen zu können

Windows Vista Windows Mac OS Mac OS Linux DOM Inspector kostenlos

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 4,25 Punkte)

Internet Browser & Co. Browser-Add-ons

DOM Inspector 12.09.08, Englisch

Inspiziert als Firefox-Erweiterung die Struktur und Eigenschaften eines Fensters im Webbrowser und dessen Inhalte; ist in der Lage, DOM-Daten (Document Object Model) wie Inhalt, Struktur oder Layout eines Webdokuments oder einer XUL-Applikation dynamisch zu bearbeiten; DOM bezeichnet eine Programmierschnittstelle für den Zugriff auf HTML- oder XML-Dokumente

Windows Mac OS Linux Web Developer kostenlos

beobachten vergleichen Bewertung: (16 Bewertungen, gewichtet: 4,94 Punkte)

Internet Browser & Co. Browser-Add-ons

Web Developer 22.08.06, Englisch

Firefox-Add-on, das eine Leiste mit Web-Entwicklertools bereitstellt; macht unter anderem die Maße und Umrisse diverser Seitenelemente sichtbar, versteckt Bilder und zeigt live CSS-Änderungen an; auch für die Browser Flock und Seamonkey verfügbar

Windows Vista Windows Mac OS Linux LiveHTTPHeaders kostenlos

beobachten vergleichen Bewertung: (6 Bewertungen, gewichtet: 4,86 Punkte)

Internet Browser & Co. Browser-Add-ons

LiveHTTPHeaders 31.03.05, Englisch, Test in c't 14/06

Firefox-Erweiterung; zeigt die HTTP-Protokolldaten an, die Firefox und der Server während einer Sitzung austauschen

Windows Mac OS Linux SEO for Firefox kostenlos

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 2,00 Punkte)

Internet Browser & Co. Browser-Add-ons

SEO for Firefox 16.02.07, Englisch

Firefox-Erweiterung für das Suchmaschinenmarketing; unterstützt mehrere verschiedene Suchmaschinen

Windows Vista Windows IE7pro kostenlos

beobachten vergleichen Bewertung: (8 Bewertungen, gewichtet: 3,78 Punkte)

Internet Browser & Co. Browser-Add-ons

IE7pro 12.03.07, Englisch, Test in c't 09/07

Add-on für den Internet Explorer 7 und 8 zur komfortableren Nutzung; fügt dem Browser diverse Extras wie eine Proxy-Umschaltfunktion hinzu

Windows Vista Windows Sandboxie kostenlos

beobachten vergleichen Bewertung: (22 Bewertungen, gewichtet: 5,00 Punkte)

Internet sonstige

Sandboxie 10.05.06, Deutsch

Software für sicheres Surfen; werden Programme wie Browser oder Online-Spiele über Sandboxie gestartet, so überwacht es den Datenverkehr und speichert heruntergeladene Daten und Änderungen an bestehenden Dateien in einem abgeschotteten Verzeichnis

Windows Vista Windows Linux HTTrack Website Copier Open Source

beobachten vergleichen Bewertung: (46 Bewertungen, gewichtet: 5,04 Punkte)

Internet Browser & Co. Offline-Reader

HTTrack Website Copier 01.01.98, Deutsch/Englisch, Test in c't 11/07

Erzeugt eine funktionsfähige lokale Kopie einer Website, bietet dabei viele Optionen; die Windows-Version heißt WinHTTrack, die Linux-Version WebHTTrack

Windows Vista Windows Wysigot Light kostenlos

beobachten vergleichen Bewertung: (eine Bewertung, gewichtet: 2,50 Punkte)

Internet Browser & Co. Offline-Reader

Wysigot Light 03.05.04, Englisch, Test in c't 11/07

HTML-Offline-Reader, der es ermöglicht, eine komplette Website lokal zu speichern, um sie offline zu lesen; dabei werden Änderungen gegenüber dem letzten Mal hervorgehoben

Windows Vista Windows Mahaf (ehemals GWlinks) kostenlos

beobachten vergleichen Bewertung: (7 Bewertungen, gewichtet: 3,88 Punkte)

Internet Browser & Co. Bookmark-Tools

Mahaf (ehemals GWlinks) 10.09.01, Deutsch

Verwaltet beliebig viele Bookmarks bzw. Favoriten sowie Passwörter; die Hyperlinks können inklusive Bewertung und Beschreibung in einer Baumstruktur gespeichert werden; mit einer Datei-Explorer ähnliche Oberfläche

Windows Vista Windows AM-Deadlink kostenlos

beobachten vergleichen Bewertung: (17 Bewertungen, gewichtet: 4,78 Punkte)

Internet Browser & Co. Bookmark-Tools

AM-Deadlink 03.05.01, Deutsch, Test in c't 14/06

Durchsucht Bookmarksammlungen auf Dubletten und tote Links

Windows Vista Windows Mac OS Linux FileZilla Open Source

beobachten vergleichen Bewertung: (128 Bewertungen, gewichtet: 5,21 Punkte)

Internet Dateitransfer FTP-Clients

FileZilla 17.06.04, Deutsch, Test in c't 04/09

Leistungsfähiger FTP-Client mit SSL-/SSH-Unterstützung, USB-Stick-Version unter portableapps.com

Windows Vista Windows Mac OS Linux ncftp kostenlos

beobachten vergleichen Bewertung: (11 Bewertungen, gewichtet: 4,83 Punkte)

Internet Dateitransfer FTP-Clients

01.01.98, Englisch, Test in c't 12/00

Mächtiger skriptbarer Kommandozeilen-FTP-Client mit Reget-Funktion

Mac OS Cyberduck kostenlos

beobachten vergleichen Bewertung: (30 Bewertungen, gewichtet: 5,10 Punkte)

Internet Dateitransfer FTP-Clients

Cyberduck 17.06.04, Deutsch, Test in c't 11/07

FTP- und SFTP-Client; unterstützt unter anderem mehrere Verbindungen gleichzeitig, Drag & Drop, Transfer-Queue, Keychain und Rendezvous; für Mac OS X 10.6 ist Version 3.3b4 (Betaversion, Download-Link) erhältlich.

Windows Vista Windows Mac OS Linux TeamDrive kostenlos

beobachten vergleichen Bewertung: (27 Bewertungen, gewichtet: 4,61 Punkte)

Internet Dateitransfer sonstige

TeamDrive 26.04.07, Deutsch/Englisch, Test in c't 06/09

Ermöglicht den automatischen Austausch von Daten, Backup und Zusammenarbeit zwischen zwei oder beliebig vielen Computern über das Internet, online wie offline, laut Hersteller mit Wahrung der Privatsphäre; enthält Folder-Überwachung im Dateisystem, automatische Backups, WebDAV-Server-Support und Synchronisation von beliebigen Dateitypen

Windows Vista Windows Mac OS Linux Thunderbird Open Source

beobachten vergleichen Bewertung: (176 Bewertungen, gewichtet: 5,23 Punkte)

Internet E-Mail Clients

Thunderbird 17.06.04, Deutsch, Test in c't 04/09

E-Mail-Client, beherrscht POP3 und IMAP sowie RSS-Feeds, unter anderem mit selbstlernendem Spam-Filter, schneller Suchfunktion und Nachrichten-Chronik; auch als portable Version für den Einsatz vom USB-Stick sowie als Version 3 Beta 2 erhältlich

Windows Vista Windows Thunderbird Portable Open Source

beobachten vergleichen Bewertung: (27 Bewertungen, gewichtet: 4,93 Punkte)

Internet E-Mail Clients

Thunderbird Portable 05.11.07, Deutsch, Test in c't 13/08

Portable Version von Mozillas bekanntem E-Mail-Client Thunderbird

Windows Vista Windows IMAPSize kostenlos

beobachten vergleichen Bewertung: (7 Bewertungen, gewichtet: 4,13 Punkte)

Internet E-Mail Tools

IMAPSize 24.05.05, Englisch, Test in c't 11/07

Hilft bei der Organisation von IMAP4-E-Mail-Acounts, zeigt die Größe einzelner Ordner an, kann Nachrichten zwischen verschiedenen Accounts verschieben

Windows Vista Windows PopTray Open Source

beobachten vergleichen Bewertung: (eine Bewertung, gewichtet: 4,00 Punkte)

Internet E-Mail Clients

PopTray 02.04.09, Deutsch/Englisch

Läuft als Tray-Icon und benachrichtigt den Benutzer über eingehende E-Mails; verwaltet beliebig viele E-Mail-Konten, zeigt die Anzahl der ungelesenen Nachrichten im Tray-Icon an und beinhaltet eine Vorschauoption; unterstützt Plug-ins für etablierte Protokolle wie IMAP4, Hotmail und GMail

Windows Vista Windows Mac OS GMDesk kostenlos

Office Tools

GMDesk 22.06.09, Englisch

Desktop-Client für Google Mail und andere Google-Dienste; setzt Adobe Air voraus

Windows Vista Windows Mac OS Revolver Mail kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 2,67 Punkte)

Internet E-Mail

Revolver Mail 21.03.07, Deutsch

Netzwerkfähige Software, die es bis zu 10 Mitarbeitern unter anderem erlaubt, auf einen gemeinsamen Mail-Pool zuzugreifen, Mails zu bearbeiten oder Termine in einem gemeinsamen Kalender einzusehen und anzulegen; kostenpflichtige erweiterte Version für bis zu 100 Benutzer (Revolver Office) erhältlich

Windows Vista Windows hMailServer Open Source

beobachten vergleichen Bewertung: (17 Bewertungen, gewichtet: 5,11 Punkte)

Netzwerk & Server E-Mail Server

hMailServer 06.11.06, Englisch, Test in c't 05/09

Mehrsprachiger E-Mail-Server, der virtuelle Domains, Routing, Mirroring, Scripting und die Protokolle IMAP, SMTP und POP3 unterstützt; mit einer COM-Bibliothek für Integration in andere Programme sowie Spam- und Virenschutz; das Installationspaket umfasst eine SQL-Datenbank

Mac OS Baywatch kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 3,33 Punkte)

Internet eBay & Shopping

Baywatch 15.04.08, Englisch, Test in c't 13/08

Übernimmt eBay-Auktionen in iCal, sobald die Auktion im Web-Browser geöffnet wird, und erinnert den Nutzer per Mail, Nachricht oder Signalton an das bevorstehende Auktionsende auch auf iPod, iPhone oder Handy; unterstützt die Browser Safari, Firefox, Opera, OmniWeb, Camino und Flock

Windows Vista Windows BayWatcher Pro kostenlos

beobachten vergleichen Bewertung: (22 Bewertungen, gewichtet: 4,35 Punkte)

Internet eBay & Shopping

BayWatcher Pro 30.08.01, Deutsch

Vereinfacht unter anderem die Suche nach wiederkehrenden Begriffen in Online-Auktionen bei eBay und bietet erweiterte Funktionen zur Suche, Beobachtung und Auswertung

Windows Vista Windows Biet-O-Matic Open Source

beobachten vergleichen Bewertung: (34 Bewertungen, gewichtet: 4,80 Punkte)

Internet eBay & Shopping

Biet-O-Matic 06.06.02, Deutsch/Englisch, Test in c't 11/07

Last-Minute-Bietautomat für eBay, Hood und eGun

Windows Mac OS Mac OS Linux JBidWatcher kostenlos

beobachten vergleichen Bewertung: (9 Bewertungen, gewichtet: 4,80 Punkte)

Internet eBay & Shopping

JBidWatcher 16.09.04, Englisch

Sniper und Auktionsbeobachter

Windows Linux Pidgin (ehemals Gaim) Open Source

beobachten vergleichen Bewertung: (30 Bewertungen, gewichtet: 4,97 Punkte)

Internet Kommunikation Instant Messaging

Pidgin (ehemals Gaim) 12.11.03, Englisch, Test in c't 14/04

Instant-Messaging-Client für AOL-, MSN-, ICQ-, Jabber und weitere Netze, der früher unter dem Namen "Gaim" veröffentlicht wurde; auch als portable Version für den Einsatz vom USB-Stick erhältlich

Windows Vista Windows Miranda IM Open Source

beobachten vergleichen Bewertung: (80 Bewertungen, gewichtet: 5,15 Punkte)

Internet Kommunikation Instant Messaging

Miranda IM 28.05.03, Englisch, Test in c't 11/07

Instant Messenger für die ICQ-, AIM-, MSN- und Yahoo-Netzwerke

Windows Vista Windows Mac OS Linux CommuniGate Community Edition kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 3,67 Punkte)

Netzwerk & Server Zusammenarbeit

CommuniGate Community Edition 30.08.07, Englisch

Einstiegsvariante der Kommunikationsplattform mit E-Mail- und Groupware-Funktionen, Voice over IP, Instant Messaging mit den Protokollen SIP/Simple und XMPP (Jabber), AirSync sowie einer virtuellen Telefonanlage einschließlich Voicemail und Konferenzserver für kleine Firmen oder Privatanwender; Download erfordert die Angabe diverser persönlicher Daten

Windows Vista Windows GreatNews kostenlos

beobachten vergleichen Bewertung: (8 Bewertungen, gewichtet: 3,78 Punkte)

Internet RSS-Newsreader

GreatNews 16.02.07, Deutsch, Test in c't 05/07

Reader für RSS-Feeds mit vielen Einstellungsmöglichkeiten; unterstützt die Formate RSS 0.9x, 1.0 (RDF), 2.0 sowie Atom 0.30 und 1.0

Mac OS Vienna kostenlos

beobachten vergleichen Bewertung: (9 Bewertungen, gewichtet: 4,20 Punkte)

Internet RSS-Newsreader

Vienna 20.07.07, Deutsch, Test in c't 11/07

News-Reader für RSS- und Atom-Feeds mit Tabbed Browsing und voller AppleScript-Unterstützung

Windows Vista Windows Klipfolio kostenlos

beobachten vergleichen Bewertung: (14 Bewertungen, gewichtet: 4,53 Punkte)

Internet RSS-Newsreader

Klipfolio 31.10.03, Deutsch/Englisch, Test in c't 11/07

Mischung aus Nachrichtenticker, RSS-Reader und Desktop-Dashboard; zeigt neue Einträge von News-Seiten und Blogs, Wetterdaten, etc. in einer konfigurierbaren Übersicht an; die Herstellerseite bietet diverse "Klips" zum Download an

Windows Mac OS Linux BlogBridge Open Source

beobachten vergleichen Bewertung: (4 Bewertungen, gewichtet: 4,20 Punkte)

Internet RSS-Newsreader

BlogBridge 05.04.06, Englisch, Test in c't 20/08

Java-basierter RSS-Reader mit zahlreichen Werkzeugen zum Kategorisieren, Sortieren und Filtern; sucht im Internet nach Feeds, die den bereits abonnierten ähneln

Windows Vista Windows zeta producer kostenlos

beobachten vergleichen Bewertung: (15 Bewertungen, gewichtet: 4,75 Punkte)

Internet Web-Auftritt Content-Management

zeta producer 06.09.02, Deutsch/Englisch

Werkzeug für kleinere Internet-Auftritte mit Content-Management-System (CMS), erweiterte kostenpflichtige Versionen mit fertigen Layouts verfügbar; weitere Versionen (Desktop, Professional und Enterprise) erhältlich

Windows Vista Windows Mac OS Mac OS Linux E-Book: SelfHTML kostenlos

beobachten vergleichen Bewertung: (112 Bewertungen, gewichtet: 5,36 Punkte)

Internet Web-Auftritt Editoren & -Tools

SelfHTML 01.01.98, Deutsch, Test in c't 13/02

Gibt Informationen zum Arbeiten mit Webseiten; weist in WEB-Techniken ein und geht unter anderem auf HTML, Stylesheets, XML, JavaScript, Perl, PHP, Java, ActiveX und Flash ein; neben der herunterladbaren ZIP-Datei lässt sich SelfHTML auf den Webseiten auch online nutzen

Windows Mac OS Linux KompoZer Open Source

beobachten vergleichen Bewertung: (18 Bewertungen, gewichtet: 3,74 Punkte)

Internet Web-Auftritt Editoren & -Tools

KompoZer 06.09.07, Deutsch, Test in c't 04/09

WYSIWYG-HTML- und CSS-Editor zum Erstellen von Webseiten; unter anderem mit integriertem FTP-Dateimanagement und umfangreicher Unterstützung für Formulare, Tabellen und Vorlagen; inoffizieller Nachfolger als Bugfix von Nvu; deutsche Version hier erhältlich

Windows Vista Windows HTMLTrim kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 3,33 Punkte)

Programmierung Tools

HTMLTrim 24.06.09, Englisch

Einfaches grafisches Frontend zum HTML-Bereinigungswerkzeug HTML Tidy

Windows Xenu's Link Sleuth kostenlos

beobachten vergleichen Bewertung: (15 Bewertungen, gewichtet: 4,81 Punkte)

Internet Web-Auftritt Validatoren

Xenu's Link Sleuth 11.06.01, Englisch, Test in c't 11/07

Überprüft Internet-Links auf Gültigkeit

Windows Vista Windows Mac OS Mac OS Linux E-Book: JavaScript und AJAX kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 4,33 Punkte)

Freizeit & Hobby E-Books

JavaScript und AJAX 19.11.07, Deutsch

Führt in JavaScript ein und informiert unter anderem über AJAX, Browserkompatibilität, Formulare, DHTML und Kommunikation mit Java-Applets; lediglich als HTML-Version verfügbar - keine Downloadversion; die gedruckte Version des Buches ist für 39,90 EUR erhältlich

Windows Vista Windows Mac OS Linux JavaScript Debugger kostenlos

Internet Browser & Co. Browser-Add-ons

JavaScript Debugger 24.06.09, Englisch

Firefox-Erweiterung zum Debuggen von JavaScripts; zeigt Variablenwerte an, setzt Breakpoints und formatiert den Code

Windows Mac OS Linux Dojo Toolkit kostenlos

beobachten vergleichen Bewertung: (eine Bewertung, gewichtet: 3,00 Punkte)

Internet Web-Auftritt sonstige

27.11.06, Englisch, Test in c't 14/06

Umfangreiche JavaScript-Bibliothek für die einfache Programmierung von Ajax-Anwendungen

Windows Vista Windows Mac OS Linux YAML Open Source

beobachten vergleichen Bewertung: (4 Bewertungen, gewichtet: 3,60 Punkte)

Internet Web-Auftritt sonstige

YAML 28.09.06, Deutsch/Englisch

Framework zum Entwickeln von mehrspaltigen Webseitenlayouts mit CSS; die Seitenvorlagen sind bei der Darstellung browserunhabhängig und erfüllen die meisten Standards zur Barrierefreiheit; einsatzbereite Templates auf YAML-Basis für Content-Management-Systeme wie Joomla oder Typo3 erhältlich

Windows Vista Windows Mac OS Linux XAMPP kostenlos

beobachten vergleichen Bewertung: (64 Bewertungen, gewichtet: 5,09 Punkte)

Netzwerk & Server Web Server

XAMPP 09.07.02, Deutsch, Test in c't 13/09

Komplette Entwicklungs- und Testumgebung für Webseiten inklusive Apache, MySQL, Perl und PHP; für Mac-Rechner liegt das Programm in der Version 1.0.0 vor

Windows Mac OS Mac OS Linux Coppermine Open Source

beobachten vergleichen Bewertung: (7 Bewertungen, gewichtet: 4,00 Punkte)

Internet Web-Auftritt Grafik-Tools

Coppermine 11.05.07, Deutsch

Management von Bildergalerien und Video-Clips im Netz; zahlreiche Funktionen und Erweiterungen, Ausbau zum Mini-CMS möglich

Windows Vista Windows Mac OS Mac OS Linux MediaWiki Open Source

beobachten vergleichen Bewertung: (12 Bewertungen, gewichtet: 4,77 Punkte)

Internet Web-Auftritt Weblog- & Wiki-Engines

MediaWiki 03.04.06, Deutsch, Test in c't 14/06

Wiki-Engine, die die Integration multimedialer Inhalte erlaubt; XHTML-kompatibler Output, anpassungsfähiges Layout, zahlreiche Extensions verfügbar; benötigt PHP ab 5.0 und MySQL ab 4.0 oder PostgreSQL ab 8.1

Windows Mac OS Linux Dokuwiki Open Source

beobachten vergleichen Bewertung: (9 Bewertungen, gewichtet: 4,70 Punkte)

Internet Web-Auftritt Weblog- & Wiki-Engines

Dokuwiki 11.05.07, Deutsch

Schlanke Wiki-Anwendung auf PHP-Basis, die ohne Datenbank auskommt und eingetragene Texte als TXT-Dateien ablegt

Windows Mac OS Linux PmWiki Open Source

beobachten vergleichen Bewertung: (5 Bewertungen, gewichtet: 5,00 Punkte)

Internet Web-Auftritt Weblog- & Wiki-Engines

18.07.07, Deutsch

Wiki-basiertes System zum gemeinsamen Erstellen und Warten von Webseiten; jeder Nutzer kann ohne HTML- oder CSS-Kenntnisse über einen Bearbeiten-Link bestehende Seiten editieren oder neue Seiten erstellen; die Version 2.2.0 ist als Beta verfügbar

Windows Vista Windows Mac OS Linux WordPress Open Source

beobachten vergleichen Bewertung: (14 Bewertungen, gewichtet: 4,40 Punkte)

Internet Web-Auftritt Content-Management

WordPress 31.03.05, Deutsch/Englisch, Test in c't 13/09

Einfach zu bedienendes, auf PHP aufsetzendes Content-Management-System, in erster Linie für Blogs; mit automatischem Update-Manager, der auf das sichere SFTP setzt; Plug-ins lassen sich ohne Umweg über den FTP-Client direkt installieren; Informationen zur Version 2.8.5 auf heise online

Windows Vista Windows Mac OS Mac OS Linux Serendipity Open Source

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 4,25 Punkte)

Internet Web-Auftritt Blog-Tools

14.05.07, Deutsch

Weblog-System auf PHP-Basis, unterstützt MySQL und PostgreSQL; mit WYSIWYG- und HTML-Editor, 40 Layout-Vorlagen und Rechtevergabe bei mehreren Autoren

Windows Linux Textpattern kostenlos

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 4,50 Punkte)

Internet Web-Auftritt Weblog- & Wiki-Engines

Textpattern 07.09.06, Deutsch

Schlankes Content-Management-System für Weblogs oder kleine Webseiten, das sich durch hohe Anpassungsfähigkeit und ein umfangreiches Nutzerforum auszeichnet; benötigt MySQL ab 3.23

Windows Vista Windows Mac OS Mac OS Linux TYPOlight webCMS Open Source

beobachten vergleichen Bewertung: (13 Bewertungen, gewichtet: 4,36 Punkte)

Internet Web-Auftritt Content-Management

TYPOlight webCMS 05.06.08, Deutsch/Englisch, Test in c't 13/08

PHP5-basiertes Web-Content-Management-System, das laut Hersteller auf Barrierefreiheit sowohl im Back- als auch im Front-End spezialisiert ist; nutzt dabei XHTML und CSS, um W3C/WAI-konforme Webseiten zu erstellen

Windows Vista Windows Mac OS Linux SilverStripe Open Source

beobachten vergleichen Bewertung: (6 Bewertungen, gewichtet: 3,86 Punkte)

Internet Web-Auftritt Content-Management

SilverStripe 27.07.08, Deutsch/Englisch

Auf PHP basierendes, mehrsprachiges Content-Management-System und Framework (MVC) mit zahlreichen Funktionen zum Erstellen umfangreicher Webseiten; besitzt volle XHTML-Konformität und ist durch verschiedene Module (etwa Blog, E-Commerce, External Authentication oder Flickr Gallery) erweiterbar

Windows Vista Windows Mac OS Mac OS Linux webEdition CMS Open Source

beobachten vergleichen Bewertung: (8 Bewertungen, gewichtet: 2,89 Punkte)

Internet Web-Auftritt Content-Management

webEdition CMS 22.09.05, Deutsch/Englisch

Modular aufgebautes Content Management System (CMS) für die Pflege, Aktualisierung und Erweiterung von Webseiten ohne HTML-Kenntnisse; steht unter der Lizenz GPLv3 und benötigt Apache, MySQL sowie PHP

Windows Mac OS Linux Joomla Open Source

beobachten vergleichen Bewertung: (51 Bewertungen, gewichtet: 4,27 Punkte)

Internet Web-Auftritt Content-Management

Joomla 02.05.06, Deutsch/Englisch

Umfangreiches Content-Management-System, für das dank großer Entwickler-Community zahlreiche Erweiterungsmodule und vorgefertigte Layouts bereitstehen; aus dem CMS Mambo hervorgegangen, benötigt einen Server mit PHP und MySQL

Windows Vista Windows Mac OS Linux Drupal Open Source

beobachten vergleichen Bewertung: (20 Bewertungen, gewichtet: 4,29 Punkte)

Internet Web-Auftritt Content-Management

Drupal 12.11.03, Deutsch, Test in c't 14/06

Content-Management-System, das mit Apache und Microsoft IIS sowie PHP arbeitet und die Datenbanken MySQL und PostgreSQL unterstützt; enthält unter anderem Module zum Erstellen und Bearbeiten von Seiten und Artikeln, zum Anlegen von Blogs und zugehörigen Kommentarfunktionen sowie zum Verwalten von Benutzerrechten

Windows Vista Windows Mac OS Mac OS Linux E-Book: Ruby on Rails 2 kostenlos

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 3,75 Punkte)

Programmierung Entwicklungsumgebungen Komplettpakete

Ruby on Rails 2 17.05.08, Deutsch

699 Seiten umfassendes deutschsprachiges Entwickler-Handbuch im HTML-Format für Ruby on Rails; stellt die zahlreichen und komplexen Möglichkeiten der Programmiersprache dar, von der Installation über die Entwicklung eigener Anwendungen bis hin zur Einführung in die verschiedenen Module des Frameworks; für Neulinge enthält das Buch zudem eine umfassende Einführung

Windows Vista Windows Mac OS Mac OS Linux E-Book: Python – Das umfassende Handbuch kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 3,33 Punkte)

Freizeit & Hobby E-Books

Python – Das umfassende Handbuch 01.01.08, Deutsch

Bietet eine umfassende Einführung in die Sprache Python und weiterführende Kapitel zu fortgeschrittenen Themen wie GUI-Entwicklung, Web-Programmierung mit Django oder Netzwerkkommunikation

Windows Vista Windows Mac OS Linux Adobe Air kostenlos

beobachten vergleichen Bewertung: (2 Bewertungen, gewichtet: 4,67 Punkte)

Systemsoftware Sonstiges

25.07.07, Deutsch/Englisch, Test in c't 13/08

Laufzeitumgebung, die es Web-Entwicklern erlaubt, Internetanwendungen für den Desktop zu entwickeln; bestehende Web-Kenntnisse wie für HTML, Java-Script, Adobe Flash, Adobe Flex und Ajax lassen sich nutzen

Windows Mac OS Mac OS Linux opensurveypilot kostenlos

beobachten vergleichen Bewertung: (3 Bewertungen, gewichtet: 4,00 Punkte)

Internet sonstige

opensurveypilot 22.07.04, Englisch, Test in c't 16/04

Framework für die Durchführung und Auswertung von Umfragen im Web oder im Intranet

Windows Vista Windows ac'tivAid kostenlos

beobachten vergleichen Bewertung: (123 Bewertungen, gewichtet: 5,17 Punkte)

Systemsoftware Desktops & Zubehör Desktop-Zubehör

ac'tivAid 04.04.05, Deutsch/Englisch, Test in c't 13/09

c't-Skriptsammlung, macht Windows komfortabler und leichter zu bedienen, rüstet unter anderem Textbausteine, Online-Übersetzer und viele nützliche Betriebssystemfunktionen nach; auch als Portable-Version (für Wechselmedien) erhältlich