I'll compile here some online services I use to code, feel free to submit more.
== Resources
http://ikreator.com/special-characters : list of useful UTF-8 characters with their HTML and CSS codes
http://fontello.com : Icon-font generator (what we use for Piwigo admin)
http://tympanus.net/codrops : collection of web design components
http://colorzilla.com/gradient-editor : CSS gradient generator
http://unicode-table.com : All Unicode caracters, with a search box !
https://flag-sprites.com : generate CSS sprites for country flags
https://thenounproject.com : thousands of vectorial icons, free for non commercial apps
== Code cleaners
http://unfuckmyhtml.com : HTML/XML beautifier
http://jscompress.com : JavaScript minifier
http://jsbeautifier.org : JavaScript beautifier (exactly the reverse !)
http://jsonviewer.stack.hu : JSON "beautifier" and tree viewer
== Editors
http://stackedit.io : Markdown editor with live preview, with Google Drive/Dropbox sync
http://draw.io : Graph (UML, mockup, etc) editor, also with Google Drive/Dropbox sync
http://debuggex.com : graphical regular expression viewer
http://jex.im/regulex : another graphical regex viewer
http://regexr.com : regular expression tester with reference and community submited patterns
http://app.gistboxapp.com : A alternative interface for Github Gists, it allows to add labels and create groups
http://mergely.com/editor : Compare texts online
https://gitbook.com : Write books in Markdown, each book is a Git repo
http://sassmeister.com : Compile SASS/SCSS online and save snippets to Github Gist
== Other
http://devdocs.io : documentations of many languages in one place, with examples !
http://compileonline.com : when you want to test a snippet without launch your server or compile a binary
http://codepen.io : HTML/CSS/JS playground
http://unixtimestamp.com : convert UNIX timestamp to readable date time
http://tineye.com : reverse image search
http://wolframalpha.com : a scientific search engine, understanding natural language
Last edited by mistic100 (2015-04-03 16:48:58)
Offline
+= Other
http://decompiler.com : Python, C#, Java online decompiler
Offline
Problem with these static link lists is they become outdated if not maintained.. sites go down or, for example, the compileonline one now redirects to an online education tutorials selling site.
Offline
+= Resources
https://colorswall.com/colors/web : Web Colors Codes
https://www.colorhexa.com : convert, generate palettes, create gradients
Offline
Colorhexa site is brilliant! Thanks for the link)
Offline
A few widgets to add to your site, they do limited free versions that seem quite good as well as more advanced ones.
I installed the additional pages module for Piwigo, but I found when I created a additional page I could not put in any code, it only seemed to allow basic text (basic text it saved the page fine fine, but entering code it threw up errors)
So after you have created the additional page save it without entering anything, then you have to then go to your database and look up the additional pages, then you can past the code for the widget into there.
But maybe I only had that problem with the additional pages module not accepting code because of the theme I am using, I am using the Bootstrap Darkroom (Bootswatch Cyborg) theme.
https://elfsight.com/widgets/
Offline
@cerberus I can edit easily the Additionnal Pages with the FCKEditor plugin. To get a more complete toolbar for FCKeditor, I even added this in Local Files Editor, first tab :
$conf['fckeditor_toolbar_always_full'] = true;
I put a screenshot in my forum, I don't know how to post it here :
https://agora.chauvigne.info/viewtopic. … 4156#p4156
The result on my Piwigo :
https://album.chauvigne.info/index?/pag … ar_katryne
Offline
I did try the FCKeditor, but it still would not save, everytime it gave a white screen with a error when I hit save (with basic standard text I did not have a issue and it would save fine, but it would not save when using code).
But then maybe because I did not add the bit of code you supplied ? or maybe its because of the theme I am using ? or maybe its because of the free webspace I am using ?
I am new to all this so its hard for me to say what the problem could be, still not to matter I found I can get around it by pasting the code directly into the database under the extra pages section.
Offline
First of all, you may add in the description html and css, not other code.
Then you must add it in source mode , which you reach by clicking on the first button named ... Source.
When you have entered the code in source mode, you have to get out of source mode before saving your entry.
The code I gave you enables only the use of more commands via the toolbar.
FCKEditor is available for Additionnal pages, for the descriptions of photos, not for albums.
And the collection of commands available via the toolbar can make data entry easier without having to go through source mode.
Also, adding following code to Local File Editor first tab may help :
$conf['allow_html_descriptions'] = true;
Last edited by Katryne (2026-09-02 18:12:21)
Offline
I was posting the code for the plugins, maybe that is why it gave errors.
Maybe I will try again at some point if I add more pages.
Thank you for your help and info :)
Steve
Offline