problem

Database page corruption on disk or a failed file read …. Again – Mysql

Again encountered the stopped server in the morning because of page file corruption. Reason was the bad power situation in office during night shifts and which costs us the whole day to repair the testing server. As from the last time learnings of page file corruption (previous post) we knew how to start the server [...]


OWASP Top 10 Web security Flaws and their root Causes

Owasp Top 10 And Security Flaw Root Causes View more presentations from Marco Morana.


Database page corruption on disk or a failed file read – Mysql

We got stuck into a situation last week and problem seemed unrecoverable. Here I am trying to state the problem and then will describe about the solution which we applied to save us. We realized in the mid-night, that our server is not functioning and the reason was the main application which is a web [...]


Hidden WLAN not getting saved problem – Nokia 5800

Our office WLAN network is hidden i.e. you can connect to it only when you are aware of the SSID of WLAN and SSID is not broadcasted so you can not search the WLAN from your PC or any other device which is WiFi enabled. I had my Nokia 5800 phone which provide connection to [...]


Unable to transcode font file — Flex Builder compilation

I faced this problem recently while working on Flex builder where I wanted to use the free font file with my Flex application. I was using this by adding it in style like below: <mx:Style> @font-face { src: url(‘assets/fonts/FreeSans.ttf’); font-family: FreeSans; } </mx:Style> While compiling this msxml file i found the error below: Unable to [...]