ia_archiver Bypassed Login Form
January 2nd, 2010 by
moonpixel
Recently I came across 2 cases where website’s admin area was accessed by an “intruder”. In both cases the login credentials were known only to the administrator and this was in both cases a different person.
The first site was a simple online questionnaire with a custom CMS for managing the questions created by some company. Here the “intruder” managed to get in the admin area and delete most of the questions.
The second site was only a testing “playground”, it was based on the Zend Framework’s MVC, but not completed yet. Here the “intruder” managed to send an email from the admin area’s mailer.
Flexible CSS – Combining Classes vs Descendant Selectors
December 31st, 2009 by
moonpixel
Separating semantic and presentational code is a great idea, however sometimes it’s worth not going 100% by the book.
For content like text and images I am finding, that a bit more HTML (XHTML) markup can save lots of time in the long run.
XHTML which is short and sweet:
<div id="main-content"> <h1>Header <span>(some additional words)</span></h1> <p>Some text...</p> <img src="..." /> <p>Some more text...</p> </div>
Read the whole "Flexible CSS – Combining Classes vs Descendant Selectors" here »
Resize Text Field – AS3 Draggable Resizable Input Text Field
December 17th, 2009 by
moonpixel
Draggable, resizable Input Text Field with Actionscript 3. Text Field gets resized in particular direction by dragging one of its corner handles.
Read the whole "Resize Text Field – AS3 Draggable Resizable Input Text Field" here »
First Post
November 17th, 2009 by
moonpixel
My first post…
I am a graphic designer who gradually became a coder. At the moment I am mostly involved with Web Design, XHTML/CSS, Wordpress, Flash, Actionscript3.
Stay tuned for more on these topics…