It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 142 matches

Return to advanced search

Right Johnathan Example facebook: http://devppl.chew.ch/screenshots/facebookPassword.jpg All the aggressor needs to do is enter the email-address of my account, e.g. correctaddress@robbeddomain.com (of course he needs to know exactly which email I use for the account on facebook) and...
by leonard
on Wed Oct 22, 2008 3:32 pm
 
Forum: Domain Names Forum
Topic: How my domain got "robbed" for an hour
Replies: 3
Views: 521

How my domain got "robbed" for an hour

Oh man... I couldn't believe what just happened... My main domain got "robbed". The domain was pointing to a wrong IP-Address. Luckily my wife noticed that the webmail was not working and I went to investigate the problem. I first thought my server was down, but all services were up and running. I t...
by leonard
on Tue Aug 26, 2008 6:33 am
 
Forum: Domain Names Forum
Topic: How my domain got "robbed" for an hour
Replies: 3
Views: 521

suggestion:

install the firefox addon "WebDeveloper"

One of many features is a syntax-checker whith which you can validate HTML and CSS:
Image

cheers!
- leonard
by leonard
on Thu May 22, 2008 2:54 pm
 
Forum: HTML Forum
Topic: Compatability across browsers?
Replies: 5
Views: 483

I'm not an expert in graphics, but I like them all.
I voted for Raven12388 because I like the mirror idea the best.

cheers!
- leonard
by leonard
on Thu May 22, 2008 11:54 am
 
Forum: Photoshop Gallery
Topic: THE DILEMMA SHOWCASE - #1
Replies: 11
Views: 508

hi elireed You should embed your code in a html-tag. If firefox would be strict, it would not display it either. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>...
by leonard
on Thu May 22, 2008 11:43 am
 
Forum: HTML Forum
Topic: Compatability across browsers?
Replies: 5
Views: 483

Where have you seen (in his code) that the onclick is in the div?..

If you do the substitution I wrote you will have the div-TAG.
I just wanted to give an example on how NOT to use the return false, so that it gets more clear.

cheers!
- leonard[/b]
by leonard
on Thu May 22, 2008 10:14 am
 
Forum: JavaScript Forum
Topic: help with tree menu
Replies: 7
Views: 672

return false; This is to exit the onclick-event with false, then the href="" (which reloads the page) will not be executed. Example: change your code: substitute: <A onClick="javascript:{show(tr1,1); return false;}" href=""><STRONG>Image Configu...
by leonard
on Thu May 22, 2008 10:06 am
 
Forum: JavaScript Forum
Topic: help with tree menu
Replies: 7
Views: 672

Hi mcnika onClick="javascript:{show(tr2,2); return false;} You can ommit the 'javascript:{}' part. The onclick event will implicitly execute javascirpt. show(tr2,2); This will call the show-function defined above, although the second argument has no influence,...
by leonard
on Thu May 22, 2008 9:32 am
 
Forum: JavaScript Forum
Topic: help with tree menu
Replies: 7
Views: 672

a nice javascript tooltip-library can be obtained here:

http://www.walterzorn.com

this supports html-layers (div-layers) as tooltips, meaning you can have an image inside the tooltip.

cheers!
- leonard
by leonard
on Wed May 21, 2008 3:41 pm
 
Forum: JavaScript Forum
Topic: small image beside cursor?
Replies: 2
Views: 459

Am I on the right track? Basically I suggest not to use document.write. If I'd write this randomizing function I would have a DIV-Tag in the HTML-code and a JavaScript function which puts the configurable amounts of images into the DIV-Tag, using its ID. If I have time I'll post an example. cheers!...
by leonard
on Wed May 21, 2008 12:17 pm
 
Forum: JavaScript Forum
Topic: Display Multiple Random Images Side by Side
Replies: 2
Views: 463

you're welcome :-)

cheers!
- leonard
by leonard
on Tue May 20, 2008 7:42 am
 
Forum: JavaScript Forum
Topic: How do I make this script insert an image instead of text?
Replies: 3
Views: 526

Hi fengmkex

you've got two errors in the script.

1. use the function getFullYear instead of getYear

2. use
Code: Select all
year = year - 1;
instead of
Code: Select all
year = year - i;


note: I'd use node creation and not with write (as you would do in a php-script).

cheers!
- leonard
by leonard
on Mon May 19, 2008 9:30 am
 
Forum: JavaScript Forum
Topic: trouble with 'select'
Replies: 1
Views: 359

Hi chrisjum Edit your javascript function. Substitute this line: a.appendChild(document.createTextNode('Bookmark This Page')); with: // set the image: var myImg = document.createElement('img'); var imgSrc = document.createAttribute("src")...
by leonard
on Mon May 19, 2008 9:02 am
 
Forum: JavaScript Forum
Topic: How do I make this script insert an image instead of text?
Replies: 3
Views: 526

Hello priyapratheep

ID's should be unique in a page.

What do you mean with this?:
Problem is both are displying in one place..I want to display it in different locations


What are the return values of your xmlhttp requests?

cheers!
- leonard
by leonard
on Fri May 16, 2008 8:21 am
 
Forum: JavaScript Forum
Topic: help in getElementById
Replies: 1
Views: 400

Hi knutso Editing the server-side source code would be the far better way to change the URL, but anyway, here is the javascript version. Be aware however, that the URL will only change if javascript is activated. It always depends on what you exactly want to change, but assuming you dont know the ID...
by leonard
on Mon Mar 17, 2008 5:47 pm
 
Forum: JavaScript Forum
Topic: change URL on the fly with java?
Replies: 2
Views: 491
Next

Return to advanced search