Search found 5 matches

by majk
Thu Oct 30, 2008 2:20 pm
Forum: Linux
Topic: Webgadget: External Resources (css,images,etc)
Replies: 0
Views: 2359

Webgadget: External Resources (css,images,etc)

Hi Team,

any external resource i reference within HTML will not be loaded within a linux webgadget.


<img src="templates/myimage.png">
<link rel="stylesheet" href="templates/config_header.css"

BTW: No difference between absolute and relative path -> allway the same effekt. The resource ...
by majk
Wed Mar 05, 2008 1:08 pm
Forum: Tricks 'n' Tips
Topic: Another Vista progress bar
Replies: 12
Views: 4423

Hi Michael,

thank you for your implementation! You had inspired me to try it for my own.

My Features:
- Skinnable (like yours!)
- Threadsafe
- EnableExplicit
- Speedoptimized (i think someone could do it better. by the way my implementation is a little bit slower than yours)
- No OS specific ...
by majk
Wed Aug 08, 2007 5:07 pm
Forum: Coding Questions
Topic: Threadsafe - Compiler Check Bug - Prevent IMA at runti
Replies: 1
Views: 891

Threadsafe - Compiler Check Bug - Prevent IMA at runti

You should extend the compiler check for the situation, that a pb user has forgotten any parameter for a threaded procedure.

Without threadsafe the code does run without any problem.

With activated threadsafe the code crashes with IMA at "ProcedureReturn".



Procedure P_Thread_QueuMaster ...
by majk
Wed Aug 08, 2007 1:52 pm
Forum: Coding Questions
Topic: Downloading from Usenet via NZB files / nntp library?
Replies: 3
Views: 1420

Is there a Windows API that might have NNTP functionality? etc.

Why? The NNTP Commands are such simple.

(1) Open a Network Connection to your NNTP Server
(2) Authenticate yourself (User / Pass)
(3) Request Posting with Message-ID <xyz@something>
(4) Receive Posting
(5) Decode

I think the most ...
by majk
Thu Jun 08, 2006 1:59 pm
Forum: Coding Questions
Topic: AES(RijnDael) cryptographic algorithm, did someone write it?
Replies: 27
Views: 8093

Hi all,

inspired by this threat, i was trying to port Mike Scott's AES | Rijndal C-Code to PB.

Currently it is not full ported and i am shure you will find some errors, but i hope to become some aid. You could find that pice of source within the german purebasic forum ( http://www.purebasic.fr ...