deskthority - Suggestions and Changelog
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
It's not related to javascript. It's just that the image dimensions are unknown. Your browser should be able to handle it and correct the page position while the images load. The only solution would be the store the dimensions of images.
- ne0phyte
- Toast.
- Location: Germany
- Main keyboard: HHKB Pro 2
- Main mouse: Mionix Avior 7000
- Favorite switch: Topre 45g, MX Blue
- DT Pro Member: 0003
I didn't check, but there is a loading animation displayed while the image loads. I'd think that the images are loaded with javascript (as you scroll?).
The problem with the "moving" pages caused by slow loading pictures is really annoying and I only experience that on Deskthority
EDIT:
There's definitely some javascript invoked so there is no chance our browsers could determinte the size of the actual image before it's inserted into the DOM.
The problem with the "moving" pages caused by slow loading pictures is really annoying and I only experience that on Deskthority
EDIT:
Code: Select all
<img src="http://deskthority.net/images/spacer.gif" title="Loading..." alt="Loading..." class="reimg-loading">
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
Like I said, 21st century ...... ;-)
- 7bit
- Location: Berlin, DE
- Main keyboard: Tipro / IBM 3270 emulator
- Main mouse: Logitech granite for SGI
- Favorite switch: MX Lock
- DT Pro Member: 0001
The image dimensions can be read first and then can the HTML stuff be created and then the page does not jump around like crazy while the images are loaded.webwit wrote:It's not related to javascript. It's just that the image dimensions are unknown. Your browser should be able to handle it and correct the page position while the images load. The only solution would be the store the dimensions of images.
Only problem: Images from a foreign server!
Solution: size is cached the first time the image is used (ie when the poster posted it).
No, it has nothing to do with JavaScript!ne0phyte wrote:I didn't check, but there is a loading animation displayed while the image loads. I'd think that the images are loaded with javascript (as you scroll?).
...
The only thing that requires JavaScript is the stupid spoiler tag!
-
- Location: Germany
- DT Pro Member: -
*knockingheadagainstthewall*ne0phyte wrote:
thinking of the times i mourned the missing feature,
thanks a lot
- 7bit
- Location: Berlin, DE
- Main keyboard: Tipro / IBM 3270 emulator
- Main mouse: Logitech granite for SGI
- Favorite switch: MX Lock
- DT Pro Member: 0001
You have to find out their name and have to type them manually:
ps: You can also switch JavaScript ( ) on and click on them on the right.
Code: Select all
:-)
;-)
:o
:roll:
:evil:
:twisted:
:evilgeek:
:oops:
:cry:
:sad:
:?
:mrgreen:
ps: You can also switch JavaScript ( ) on and click on them on the right.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Argh! These externally hosted smileys actually show up. I have all that stuff disabled in my DT prefs, so see the literal :ohnoes: codes instead. Preferred!
So, uh please don't do that!
So, uh please don't do that!
- Halvar
- Location: Baden, DE
- Main keyboard: IBM Model M SSK / Filco MT 2
- Favorite switch: Beam & buckling spring, Monterey, MX Brown
- DT Pro Member: 0051
Only acceptable solution for keyboard people:
http://www.ymessengerblog.com/blog/2008 ... -keyboard/
http://www.bajca.com/en/
http://www.ymessengerblog.com/blog/2008 ... -keyboard/
http://www.bajca.com/en/
- Ekaros
- Location: Finland,
- Main keyboard: FILCO MAJESTOUCH 105 MX Brown SW/FI
- Main mouse: Razer
- Favorite switch: MX Clear
- DT Pro Member: -
Hmm, is there any way to not truncate links in private messages send to email?
From my email box...Here is the tracking link
http://nolp.dhl.de/nextt-online-public/ ... 8530673995
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Oh noes! Matt3o's hacked my Deskthority!
Is watching!
This is not reproduceable on Chrome or Safari on my iPad. Just affects iCab, and only started today, after a crash. But it's too funny not to share!Is watching!
-
- Location: Italy
- Main keyboard: REALFORCE R2
- Main mouse: Vaxee Outset / CST L-TracX
- Favorite switch: MX Brown / Topre
- DT Pro Member: 0039
Right, it has been reported before, the browser doesn't know the height of the image until they are loaded so the full page changes its size and it scrollsbhtooefr wrote:That's likely related to JavaScript resizing/loading of images - the browser is satisfied everything is loaded, goes ahead and follows the fragment identifier... and then JavaScript loads the images.
-
- Location: Italy
- Main keyboard: REALFORCE R2
- Main mouse: Vaxee Outset / CST L-TracX
- Favorite switch: MX Brown / Topre
- DT Pro Member: 0039
All the script does is preloading the image, checking it size (optionally with a php script) and if it's too large a css class is added to the image to force it's size to a smaller one and adds the zoom button...ne0phyte wrote:I didn't check, but there is a loading animation displayed while the image loads. I'd think that the images are loaded with javascript (as you scroll?).
The problem with the "moving" pages caused by slow loading pictures is really annoying and I only experience that on Deskthority
EDIT:There's definitely some javascript invoked so there is no chance our browsers could determinte the size of the actual image before it's inserted into the DOM.Code: Select all
<img src="http://deskthority.net/images/spacer.gif" title="Loading..." alt="Loading..." class="reimg-loading">
Pretty sure we can replace all this with simple css (max-width/max-height) and a js check for only adding the zoom button if necessary.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Could be a good way to give them somewhere clear to go. I'm always torn between the Workshop and the general Keyboard section. The Workshop is definitely the right place for hardware.
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
The Deskthority wiki last post cell on the forum front page has some sort of time zone error. In BST (UTC+0100), the last post time is showing as UTC, i.e. −1 hour. It should be presented in the same time zone as the rest of the site.
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
Also, we need a supersession plugin. See, necroposting is bad, but leaving a topic with blatantly false information is also bad. It would be nice to secretly mark a topic as "Obsolete; please see topic X" for updated information — the topic won't be bumped, but anyone visiting it would be greeted with a notice not to believe what's written there. No necros, no people confused by incorrect information, everyone happy.
Unless people think it's OK to necropost a topic?
Unless people think it's OK to necropost a topic?
- kbdfr
- The Tiproman
- Location: Berlin, Germany
- Main keyboard: Tipro MID-QM-128A + two Tipro matrix modules
- Main mouse: Contour Rollermouse Pro
- Favorite switch: Cherry black
- DT Pro Member: 0010
If someone thinks a topic contains "blatantly false information", I do prefer them to necrobump it with a posting saying just that rather than secretly mark it. A posting at least gives everyone the chance to raise any objections, and anyway this is an open forum where we discuss matters and no one should be able to secretly decide what is right or wrong.Daniel Beardsmore wrote:[…] It would be nice to secretly mark a topic as "Obsolete; please see topic X" for updated information […]
Unless people think it's OK to necropost a topic?
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
I was thinking (but forgot to mention) that this would be for topic owners. In this instance, I realised that the topic I wanted to follow up on was only a month or so old, so that wasn't too bad (I just re-used the same topic), but sometimes I have new information that follows on from, or even even directly contradicts, a topic that might be six months or a year old, and I don't want to fall foul of the anti-necro crowd, nor do I especially want the topic to raise to the top of the list — I'd rather leave a note behind that anyone who digs up the old topic, will know where to find corrected information. (For example, there may already be a new topic.)
- Halvar
- Location: Baden, DE
- Main keyboard: IBM Model M SSK / Filco MT 2
- Favorite switch: Beam & buckling spring, Monterey, MX Brown
- DT Pro Member: 0051
It's a good deed to add a posting like that to an old thread, and anti-necro folks who object to that can safely be ignored IMO. Even more so if you start the new posting with something like "This is an old thread, but ..." to make it perfectly clear that it was done on purpose.
And anyone should do that IMO, not only the topic owner.
And anyone should do that IMO, not only the topic owner.