Tag Archives: vector

SVG Absolute Positioning Sharing Tutorial

The “proof of concept” that was yesterday’s SVG Absolute Positioning Primer Tutorial web application has had a makeover today to … add in email sharing functionality (for small numbers of polygons) … though today is not the end of the … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , | 2 Comments

SVG Absolute Positioning Primer Tutorial

We were thankful and tickled pink recently, learning how to absolutely position SVG from this great link and which first helped out with Area Graphs, as we explain … Area Graph challenge primarily revolved around how to create polygonal backgrounds, … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

PHP/Javascript SVG Animations Tutorial

We’ve added to the functionality of yesterday’s PHP/Javascript SVG Transformations Tutorial with … rotate translate skewX skewY matrix … from yesterday … and new today … scale … adding to the tranformation functionalities … as well as a … new … Continue reading

Posted in Animation, eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP/Javascript SVG Transformations Tutorial

Yesterday’s PHP/Javascript SVG Text and Group Tutorial started us off on the concept of SVG g groups, and it is natural from there we should discuss the SVG transform transformations … rotate translate skewX skewY matrix … and what is … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

PHP/Javascript SVG Text and Group Tutorial

It’s well overdue for us to revisit SVG (Scalable Vector Graphics) … SVG is short for Scalable Vector Graphics. It is a graphic format in which the shapes are specified in XML. The XML is then rendered by an SVG … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

Inkscape Vector Image Editor Primer Tutorial

As far as image editing goes at RJM Programming, we turn to … PaintBrush (the Mac OS X one) for more than 90% of the simpler work … and then use … Preview (Mac OS X) occasionally to do with … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

C++ std::vector Primer Tutorial

Today we answer a Yahoo Answers question (thanks) to point out an advantage C++ std::vector “container” datatype has over a base array datatype. We use Xcode (on a Mac laptop) as our IDE for this work. Read more here about … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | Leave a comment