Hand Soldering with Lead-Free Solder
"freie Schaltzeichen"-Extension 1.3.0 english - Eine freie und qualitativ hochwertige Symbolbibliothek
Symbols for drawing simple electrical circuit diagrams in LibreOffice Draw:
Good advice:
http://ask.libreoffice.org/en/question/2996/electrical-and-fluid-schematic-palettestemplates/
Vim: Automatic formatting of paragraphs
How to format text paragraphs in Vim:
Automatic formatting of paragraphs
Format paragraph:
- :setlocal tw=80
- gqip
Serving Python scripts with Apache mod_wsgi, part II - mod_rewrite
In part I, we learned how to configure Apache to server any .py file as a web application using mod_wsgi. I promised to tell you more about WebOb and multiprocessing and multithreading, and exception handling. I'll save those topics for later articles. Instead, in this part I will talk about …
Make WordPress Twenty Eleven theme post pages full wide
I wanted to make the indivitual post pages 100% wide, and also the headings a bit bigger. Here's the CSS to do it:
/* Make individual posts full-width */ .singular.page .hentry {padding:1em;} .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title { width: 100%; } /* Fix the edit button placement */ .singular …
AVH First Defense Against Spam « WordPress Plugins
I added the AVH First Defence Against Spam plugin to my site. Please report to me If you can't post comments:
Serving Python scripts with Apache mod_wsgi, part I
I admit it, I'm a long-time PHP programmer. I got stuck with it for a long time with all my web-based stuff, simply because it is so easy to set up. Well, there is no set-up, it just works. You just add pages to your web server root and give …