-
A Voice & Text Story is a new type of Internet media that takes advantage of the audio element in the latest Html 5 specification. A voice recording of a written text and the text itself are synchroni…
-
Hello all,
I have just downloaded pdf.js zip.
Trying to explore helloworld example, but getting only an empty rectangle appears. Do I need perform any change before I can see helloworld.pdf using pd…
-
Hallo,
wenn im Forulargenerator Fieldsets zu Unterteilung genutzt werden geht das nur wenn man tabellenloses Layout aktiviert hat. Werden HTLM Tabellen gewünscht, dann werden die Fieldset nicht angeze…
ghost updated
12 years ago
-
Dans le résultat par joueur ça serait sympa d'avoir le nombre de maps jouées aussi.
- DelNuelo
-
I'm looking for a 'zoom'-function which can be used in Baker, preferred without JavaScript.
At the moment I'm experimenting with the zoomed content on it's own HTML-page in a subfolder called 'zoom'.…
-
Hi all,
Not sure if this is the place for a general Performance debate, so please let me know if I should post this somewhere else.
I have developed my app with jquery mobile and have done most of the…
-
to fix it : in lib/turkee.rb
replacing
concat(form_tag(mturk_url))
by
concat(form_tag(mturk, options.delete(:html) || {}))
-
I put python code on my gitit using:
``` markdown
~~~ {.python .numberLines}
[code]
~~
```
(There is actually 3 tildes at the end but the GitHub parsing seems not to allow to display more than 2 til…
-
*Issue migrated from trac ticket # 11686*
**component:** wxRichText | **priority:** normal | **resolution:** duplicate
#### 2010-02-02 23:50:44: Stef created the issue
___
hello,
if I test the Ri…
-
This is a proposal for an enhancement.
`obj.something` is already the same as `obj['something']`
This is a good thing as it makes code much more readable.
That good thing could be expanded a little…