Web How I exported my Wordpress posts to Ghost Previously, i explained why I chose Ghost as my new blog engine. The first task I had at hand, was to export all the content I previously wrote on my previous blog. I didn't want to start from scratch. My previous blog was hosted
Web CSS and Html debugging Translating UI design to a CSS & Html can be a little complicated. You receive a design from a UI team/expert in your company, which includes general look for the web site,font sizes, images , positioning in the page, distances etc... and you
Web Remove the scroll bar from a web page A couple of months ago I was performing maintenance on the main page of my team's web site. One of the things I noticed is that the page contains a disabled scroll bar which is not used. So I wanted to remove it to
Html Mouse positions in a Html page Let's say I have a page with some kind of image on it. Suppose we want to create a control which performs zoom on the image according to a user defined borders (User drags the mouse from one point on the image to another
ASP.NET The elusive ReadOnly TextBox Suppose you a have a text box in an ASP.Net page. This text box needs to contains calculated values from other inputs that will be received from the user (other text boxes). The user can not change the text in the TextBox directly.