Category Archives: micro tutorial

How to Collect the Images and Meta Tags from a Webpage with PHP

Meta Tags and the Facebook Example You’ve definitely seen the “share a link” screen in Facebook. When you paste a link into the box (fig. 1) and press the “Attach” button you’ll get the prompted cite parsed with a title, … Continue reading

Posted in micro tutorial, PHP, web development | Tagged , , , , , , , , , , , , , , , , , , | 2 Comments

Adding a Custom Button to TinyMCE – REVISED

Driven by the comment of Afraithe I have to apologize about the yesterday’s post. Here’s a much much simpler, cleaner way do add a custom button to TinyMCE. <script type="text/javascript" src="<your installation path>/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme … Continue reading

Posted in javascript, micro tutorial | Tagged , , , | 2 Comments

Adding a Custom Button to TinyMCE

TinyMCE First thing to say TinyMCE is a very popular WYSIWYG online based editor. It’s very widely used in the web, as may already know it it’s part of the default WordPress installation. Out of the web, of course, there … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , , , , , , , , , , , , | 3 Comments

From SVG to Geo Coordinates – A Complete Guide

Why This Task Is Not Trivial? First of all what do we have? There is a vector shape, which may represent a map, which we’d like to convert into a GEO map. In other words there is a SVG file … Continue reading

Posted in micro tutorial, PHP, web development | Tagged , , , , , , , , , , , , , , , | 3 Comments