User talk:Zocky
From Wikipedia, the free encyclopedia
Zocky's javascript tools
- Picture Popups - the Javascript tool that makes clicking on image thumbnails work As Nature Intended. users
- Search Box - search and replace in the edit box. users
- Auto Complete - auto complete titles of articles in the search input box on the left. users
- Link Complete - auto complete titles of articles when typing links in the edit box. users
| Picture of the day |
|
Dar es Salaam |
Contents |
[edit] picturepopups
Can you fix picture popups not to use document.write? Things like this are annoying. We have importStylesheetURI() exactly because of this problem. --TheDJ (talk • contribs) 20:55, 23 March 2009 (UTC)
- Done. Zocky | picture popups 08:21, 31 March 2009 (UTC)
Wonderful. Can you can also fix the following, that occurs (Safari 4) when I click on IMG that don't link, but that have JS actions attached. WikEd and WikiMiniAtlas are examples : while (t.tagName != 'A') { t=t.parentNode; } TypeError: Result of expression 't' [null] is not an object.
It can probably be solved with while( t.tagName != 'A' ) { if( t.parentNode) t=t.parentNode; else return; } Thank you. --TheDJ (talk • contribs) 21:28, 2 April 2009 (UTC)
[edit] raw PicturePopups code on Quedlinburg page
Your PicturePopups code showed up in the middle of a word on the Quedlinburg page. The text was "<link rel="stylesheet" type="text/css" href="http://en.wikipedia.org/w/index.php?title=User:Zocky/PicturePopups.css&action=raw&ctype=text/css&dontcountme=s">." I removed it.--Auric (talk) 18:27, 27 March 2009 (UTC)
- Done. Zocky | picture popups
[edit] Location map template
Hi Zocky! I would like to ask about the template called {{Location map/Info}}. It appears that in the location map templates there is a name parameter, which is linked in the info sub-template. Does this 'name' have a specific function, in terms of accessibility, other than serving as the alt text for the location map images? Thanks, Ynhockey (Talk) 00:00, 31 March 2009 (UTC)
- As far as I can see, it's now used in the alt text and in the caption. Zocky | picture popups 08:21, 31 March 2009 (UTC)
[edit] Speedy deletion of Template:Image-license
A tag has been placed on Template:Image-license requesting that it be speedily deleted from Wikipedia. This has been done under section T3 of the criteria for speedy deletion, because it is a deprecated or orphaned template. After seven days, if it is still unused and the speedy deletion tag has not been removed, the template will be deleted.
If the template is intended to be substituted, please feel free to remove the speedy deletion tag and please consider putting a note on the template's page indicating that it is substituted so as to avoid any future mistakes (<noinclude>{{transclusionless}}</noinclude>).
Thanks. ViperSnake151 18:49, 31 March 2009 (UTC)
[edit] Suggestion
Hi!
I'm from pt.wikibooks, and I was using your tool "Zocky/SearchBox.js"... But the css is not loaded, so it is necessary do copy it to my monobook.css there.
It would be interesting to use
importStylesheetURI('http://en.wikipedia.org/w/index.php?title=User:Zocky/SearchBox.css&action=raw&ctype=text/css');
instead of using
importStylesheet('User:Zocky/SearchBox.css');
in the code. What do you think?
Bests regards... Helder (talk) 19:44, 27 April 2009 (UTC)
- Done. Zocky | picture popups 11:15, 28 April 2009 (UTC)
[edit] TfD nomination of Template:Image-license
Template:Image-license has been nominated for deletion. You are invited to comment on the discussion at the template's entry on the Templates for Deletion page. Thank you. ViperSnake151 Talk 20:17, 5 May 2009 (UTC)
[edit] Your BRILLIANT script
Thanks for the searcher in edit-mode for Safari. I've been waiting for YEARS for this. Bishonen told me about it! Tony (talk) 13:43, 5 June 2009 (UTC)

