@@ -7,7 +7,7 @@ Amata mea Argeia - gratiam magnam tibi ago!
77Patientia tua in studiis meis computatoriis auxilium meum maximum!
88
99Being in debt to each and every one,
10- who prepared the official Qt documentation or
10+ who prepared the official Perl and Qt documentation or
1111shared usefull knowledge on a variety of forums, blogs and other sites,
1212I thank them all! Their expertise, effort and good will are highly appreciated!
1313
@@ -95,6 +95,7 @@ http://doc.qt.io/qt-4.8/qinputdialog.html
9595http://doc.qt.io/qt-5/qtwebkitexamples-webkitwidgets-fancybrowser-example.html (defunct)
9696http://doc.qt.io/qt-5/qtglobal.html
9797http://doc.qt.io/archives/qt-5.5/qwebview.html
98+ http://doc.qt.io/archives/qt-5.5/qurlquery.html
9899
99100https://wiki.qt.io/Qt_Coding_Style
100101https://wiki.qt.io/Open_Web_Page_in_QWebView
@@ -182,6 +183,7 @@ http://stackoverflow.com/questions/17480984/qt-how-do-i-handle-the-event-of-the-
182183http://stackoverflow.com/questions/13189296/how-to-get-the-qwebframe-for-an-iframe-frame-qwebelement
183184http://stackoverflow.com/questions/19822211/qt-parsing-json-using-qjsondocument-qjsonobject-qjsonarray
184185http://stackoverflow.com/questions/17512542/getting-multiple-inputs-from-qinputdialog-in-qtcreator
186+ http://stackoverflow.com/questions/3846887/how-to-get-the-mime-type-of-a-file-in-qt
185187
186188http://www.codeprogress.com/cpp/libraries/qt/showQtExample.php?index=176&key=QStringtoQStringList
187189http://www.codeprogress.com/cpp/libraries/qt/showQtExample.php?index=598&key=QWebViewCustomContextMenu
@@ -204,10 +206,6 @@ http://www.opensource.apple.com/source/WebKit/WebKit-6531.9/qt/Api/qwebpage.cpp
204206http://www.freehackers.org/thomas/2009/03/10/fixing-qmake-missing-rule-for-ts-qm/
205207http://lemirep.wordpress.com/2013/06/01/deploying-qt-applications-on-linux-and-windows-3/
206208
207- CGI
208- ================================
209- http://en.wikipedia.org/wiki/Common_Gateway_Interface
210-
211209PERL
212210================================
213211Larry Wall, Tom Christiansen, Jon Orwant "Programming Perl. Third Edition", O'Reilly, July 2000, ISBN 0-596-00027-8,
@@ -244,12 +242,6 @@ http://www.comp.leeds.ac.uk/cgi-bin/Perl/displaytext/cgi-bin/read-input
244242http://modperlbook.org/html/3-9-2-1-Modifying-INC.html
245243http://www.tutorialspoint.com/perl/perl_syscall.htm
246244
247- MAC
248- ================================
249- http://www.zestymeta.com/2013/02/qt-osx-app-bundles-and-you.html
250- http://leonid.shevtsov.me/en/how-to-create-icns-icons-for-os-x
251- http://iconverticons.com/online/
252-
253245HTML, CSS & JAVASCRIPT
254246================================
255247http://stackoverflow.com/questions/9051200/twitter-bootstrap-dropdown-menu
@@ -266,19 +258,21 @@ http://stackoverflow.com/questions/8003089/dynamically-create-and-submit-form
266258http://stackoverflow.com/questions/1955265/how-do-i-load-a-page-in-javascript-from-its-source-string
267259http://stackoverflow.com/questions/8003089/dynamically-create-and-submit-form
268260
261+ http://www.w3schools.com/bootstrap/bootstrap_tooltip.asp
262+ http://www.w3schools.com/cssref/css_websafe_fonts.asp
263+ http://www.w3schools.com/html/html_iframe.asp
269264http://www.w3schools.com/html/html_lists.asp
270- http://www.w3schools.com/jsref/event_onclick.asp
271265http://www.w3schools.com/jquery/html_html.asp
272266http://www.w3schools.com/jquery/ajax_get.asp
273267http://www.w3schools.com/js/js_loop_for.asp
274268http://www.w3schools.com/js/js_popup.asp
275- http://www.w3schools.com/bootstrap/bootstrap_tooltip .asp
269+ http://www.w3schools.com/jsref/event_onclick .asp
276270http://www.w3schools.com/jsref/prop_html_innerhtml.asp
277- http://www.w3schools.com/html/html_iframe.asp
278271http://www.w3schools.com/jsref/event_onsubmit.asp
279272
280273http://getbootstrap.com/components/#dropdowns
281274http://getbootstrap.com/javascript/#tooltips-methods
275+
282276http://bootswatch.com/
283277http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-dropdowns.php
284278http://www.tutorialspoint.com/bootstrap/bootstrap_dropdown_plugin.htm
@@ -295,3 +289,28 @@ https://css-tricks.com/snippets/javascript/check-if-function-exists-before-calli
295289MARKDOWN
296290================================
297291https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
292+
293+ MAC
294+ ================================
295+ http://www.zestymeta.com/2013/02/qt-osx-app-bundles-and-you.html
296+ http://leonid.shevtsov.me/en/how-to-create-icns-icons-for-os-x
297+ http://iconverticons.com/online/
298+
299+ CGI
300+ ================================
301+ http://en.wikipedia.org/wiki/Common_Gateway_Interface
302+
303+ HTTP STATUS CODES
304+ ================================
305+ https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success
306+ https://www.koozai.com/blog/analytics/server-response-codes-and-what-they-mean/#204
307+
308+ MIME TYPES
309+ ================================
310+ https://en.wikipedia.org/wiki/JSON
311+ https://en.wikipedia.org/wiki/Embedded_OpenType
312+ https://en.wikipedia.org/wiki/Web_Open_Font_Format
313+
314+ http://stackoverflow.com/questions/26177849/mime-types-for-woff-ttf-svg-and-eot-404ing-despite-being-setup-in-iis
315+ http://www.alienfactory.co.uk/articles/mime-types-for-web-fonts-in-bedsheet
316+ https://www.w3.org/services/svg-server/
0 commit comments