-
forEach or not to forEach
posted in JavaScript on 2019-04-12 array foreach item component update react iteration position remove state -
I had an interesting bug in my React application. It happened that the problem was in the fact that I was using
forEach
instead offor
.The bug that I was encounter was
read more
-
Remove html tags from a string wtih PHP
posted in PHP on 2010-11-12 str tag remove str return str ius str return -
Sometimes you don't need any formatting. That's just a nice way to remove all the html tags.
read more
-
Reported Attack Page in Firefox
posted in Other on 2010-08-17 site code add tools milware click request review check message remove -
Before a couple of days the code of my site was injected with some milware script code. In this article I will advice you how to remove this message.
read more
-
Remove tags from a string in AS3
posted in ActionScript on 2010-06-30 text tags var string text replace removehtml text text replace gi text text str regexp gi text -
A couple of months ago I integrated a nice WYSIWYG editor written in Flex in my CMS. It worked fine, till yesterday I needed to add more features like text formatting and font color changing. As you know the Flex RichTextEditor component adds some additional tags that I definitely don't want to send to the database. So I wrote a simple function to remove these tags.
read more