Posts by IAmMyGod • 83 points
5 posts
-
0
votes1
answer82
viewsA: Zoom and drag settings in SVG area
I had a similar problem with a game project.. I ended up developing a simple library using Canvas. Documentation: 'tosca': http://200.98.200.219/morfeus/morfeus02.00_doc/ Script:…
-
0
votes2
answers55
views -
0
votes2
answers55
views -
1
votes2
answers175
viewsA: Remove HTML snippet between specific comments
I was doing some tests, and I realized that the error always happened after 6000 characters. I divided the String and tested... well... it worked. Follows the code: static function…
-
7
votes2
answers175
viewsQ: Remove HTML snippet between specific comments
I have a class called Page(page.class.php) that "mounts" the page, and one of the functions of that class is to censor content by user level. <?php class Page(){ //(...) static function…