Tag: HTML

Starting a WebForm Project

I started working in the DotNet while it was in the Beta stage. Ewe Beta! Since then I discovered there is more than one way to tackle a start of a project and I have perfected it for my purpose.

Posted in Better Coding, C#, C-Sharp, Developement, DotNet, Web Tagged with: , , , ,

Sample Modal Revisited

This is a simple yet easy to modify sample of doing a simple HTML modal popup.

Posted in Design, Developement Tagged with: , , , ,

Last is King – Back To Basics CSS

CSS is the basics of HTML styling, but I am finding out that somehow it is missed. It’s hard to be a Web Designer without knowing how CSS style sheets work. For those who do not know, CSS is short

Posted in Better Coding, Developer, Web Tagged with: , ,

Posting Data From HTML to ASPX

Recently I had a need to have a web site post credentials to another web site.   The first site was standard HTML and the second site was DotNet (ASP.NET). In this example, we will be passing a user name and

Posted in ASP, C#, C-Sharp, Developement, How To, Web Tagged with: , , ,

HTML Centering DIV Tag ( DIV Element )

The easiest way without JavaScript to center a DIV tag is to use a style tag or css that resembles the following. style=’padding:5px;width: 400px;height:200px; margin-top:-100px; margin-left:-200px; left:50%;top:50%; border:outset 1px #ccff99; background-color:#ccff99;position:absolute;font-weight:normal;’ Sample Image

Posted in Design, Developement, Web Tagged with: , , , , , ,