Author Archive

Creating meeting request in Lotus Notes from .NET

At my present gig, there is this .NET web application for scheduling and requesting approvals for vacation and other absences, that I wrote two years ago. The application gets a bit of an upgrade from time to time, so that it runs smoothly and so that we improve user experience. But there was one thing, […]

Appearance matters

You worked on a project for months. You made kazillion overtime hours to implement yet another feature that made it look just a little bit more like a rocket. It is your baby. You are proud of it. It cannot be crashed by a meteorite hitting Earth, it runs faster than the speed of light […]

Quick tip: Telerik Reporting and export to PowerPoint

For a project of mine, I needed to export Telerik report to PDF, Excel and Powerpoint. Now, first two options you get out-of-the-box when using Telerik.Reporting dll file. The third one, however, is a bit more tricky. Setting a format to PTTX in RenderReport method of ReportProcessor will return rendering exception. Quick Google search led […]

Why Selected event handling should be banned

So… Lately, admins of a web application I wrote several years ago got my attention for claiming the app getting slow. Now, as I, as a regular user of the same app, never noticed any performance issues, I decided to investigate. First problem I encountered was that integration and testing environment had way too little […]

Bye, bye Chrome!

As of a week ago, my computers are clean of Google Chrome. Why would I get rid of fastest browser that everyone is just ga-ga about? Well, let me tell you a little story. My home computer is a thing of evolution. I bought it new like 6 years ago and changed parts that died […]

Search engine optimization (SEO)

Recently, a good friend of mine asked me to check why his website is not attracting as many users as he expected. To be honest, he didn’t expect much, but he still expected more than what his website attracted. He also pointed out that the website gets poor ratings in search engines.  I took a […]

Re-joining 21st century

After a short stint at Twitter in its early days, we are now re-joining the 21st century. So, you can also follow as on @LotusHints . Yeay 🙂

Conference FFWD.PRO 2013

Yesterday, I visited Zagreb for their annual FFWD.PRO conference. Wanting to know more about UX design, the company decided it would be beneficial to me and the company, if I went. So I did and I must say it was probably best conference I have experienced thus far. Sure, organization could be a tad better. […]

Quick tip: Calling Wcf over ajax parser error problem

If you are using Telerik controls and you decide that it would be nice to have jQuery making an ajax call to your WCF service, make sure that you remove all instances of RadCompression http module from web.config (as described here) file or weird things will start to happen. In my case, WCF service should […]

Quick tip: RadComboBox and WCF over https

At work we are are constantly using Telerik components. To be honest, sometimes we also use them, where a plain ASP.NET control would be just as fine. Anyway, we use RadComboBox control as auto-complete fields for various search filters etc. Normally, we have RadComboBox connected to regular .NET Web service and it works like a […]