-
SQLite Bulk Insert on ADO.NET
Today, I was trying to find an alternative on reading a Binary data file to use information in my software. For this I choose to use SQlite the embedded database. It has quite a few steps before I achieve a acceptable speed with database and here is list of those that need to be taken…
-
Andriod Development
Sometime things are so easy to do that you never expect them to be that easy. Been a developer I thought to learn Mobile Development, or rather I should say extend my knowledge to new mobile like iPhone or Andriod. I can already do Win Phone software development. Anyways, I was just getting lazy to…
-
New Look
After a long time finally give a new look to my Blog. I love the last design, but thought to get something which is more easy to read and is simple. What is more simple then 1990’s fashion plain text with modern touch. Thanks for Hybird the. I will modify it with time, but for…
-
Session in ASP.NET handler Page
To use Session data in Handler Class you need to implement IRequiresSessionState which is part of Following namespace (using for helping copy/paste ) using System.Web.SessionState; Self reminder 🙂
-
Selecting menu item using Javascript
Okay, I create a pure CSS menu that use UL/LI structure to maintain the child relationship. All was great with this menu except that when you are on any of menu item page it doesn’t highlight that menu item explicitly. If you consider this it is not a big deal. What you can do is…