dracoblue.net

Could not complete the operation due to error 80020101

This happend to me when I tried to load ajax-content in internet explorer (worked fine in Firefox, etc), which had a script-tag without a valid comments tag.

So just for the record, here is the solution, which helped me.

Before (Broken):

<script type="text/javascript">
<!--
  alert('text');
// -->
</script>

Fixed (Working)

<script type="text/javascript">
// <!--
  alert('text');
// -->
</script>

In Internet Explorer, JavaScript by DracoBlue @ 2009-05-14 | 84 Words

Add Google Analytics (Tracking) to Redmine

Today I added some google analytics tracking to my redmine at

dev.webdevberlin.com.

This was pretty easy, open:

app/views/layouts/base.rhtml

Search for the

-tag and add the given code (from analytics page) before the tag.

You don't even need to restart your redmine.

Should work pretty much the same for all other tracking services!

In by DracoBlue @ 2009-04-17 | 53 Words

Online tool to autoindent Pawn-Code

Just a quick note, that I made one of my web-scripts available to everyone at TidyPawn.

I use TidyPawn usally to autoindent loosly formated pawn code.

In pawn by DracoBlue @ 2009-04-11 | 27 Words

DFairPlay Query-Server API

The dfairplay main servers, have a http-GET-based query system, which can be used by servers to check for unfair players.

Continue reading ...

In API, DFairPlay by DracoBlue @ 2009-04-07 | 343 Words

Mounting SSH/SFTP Remote Folders in Eclipse

If you are using windows as operating system and want to access files available on unix-based remote file systems, you have only limited amount of options. In case you are using Eclipse as development environment, we'll have a look at an alternative, which does not use samba-shares.

A nice option is the plugin

Target Management (RSE). It allows you to add any remote systems to the remote file system explorer.

Once RSE is installed, you are able to add a folder (like you did before) but link it to local or RSE location. Select RSE and choose the path on your remote system!

In Eclipse, open source by DracoBlue @ 2009-04-01 | 103 Words

Page 26 - Page 27 - Page 28

Give something back

Were my blog posts useful to you? If you want to give back, support one of these charities, too!

Report hate in social media Campact e.V. With our technology and your help, we protect the oceans from plastic waste. Gesellschaft fur Freiheitsrechte e. V. The civil eye in the mediterranean

Recent Dev-Articles

Read recently

Recent Files

About