NVelocity and XSS | Blinded by the lights
NVelocity is a view engine for MonoRail. It’s quite handy and it’s not difficult to deliver such views. One of the flows I can name can be the security issues. By default there’s not much support for security. For instance it’s possible to perform XSS (Cross-site scripting) attacks by providing XHTML or JavaScript code. I…
FCKeditor – inline html editor | Blinded by the lights
Should you need provide inline html editor feature in your web application (WYSIWYG editor), have a look at FCKeditor. FCKeditor is very useful and functional. Let me cite a couple of its features: Integration with ASP, ASP.NET, Java, ColdFusion, Perl, PHP, JavaScript and more Complete toolbar customization Skins support Plugins support Multi-language support with automatic…
AddThis on IE – Object doesn't support this property or method | Blinded by the lights
AddThis is a great service – it allows robust integration with online services, e.g. Facebook, Twitter, LinkedIn, del.icio.us. What you need to do is to get your button’s code on AddThis homepage and use it in your project. Additionally you can configure the widget; you can refer to AddThis API, where you can find needed…
Stimator – estimate your website value | Blinded by the lights
It’s all about being popular these days. After a while of having a web site you probably start wondering if anybody is actually interested in it. You can employ Google Analytics to get quite extensive statistics, you can use FeedBurner to track the popularity of you RSS channel, you can check the current page rank…
High Performance Web Sites | Blinded by the lights
Recently I’ve been reading “High Performance Web Sites” (look at amazon). I think it’s a good book who can be recommended to all who do even little bit of front end development. The book describes 15 rules (regarding CSS, JavaScript, etc.) that should be followed in order to deliver high performance web sites. It’s rather…