Friday, March 2, 2012

How to transfer a Domain name from old Registrar to New Registrar

Again new topic... But very important topic for all who has domain name and willing to buy a domain name.  Personally I got some problems with these domain name transfers.  Varies registrars and service providers act in different ways.  Lest see, how to transfer a domain name.  There are some requirements need to meet before transfer a domain name.  Domain should unlocked from current registrar. You should have the EPP code.You can find more information on http://latestwebdesignstuff.blogspot.com/2012/01/what-is-domain-epp-code.html The EPP code requires only for the below domain names.  com / net / org / info / biz You can get EPP code from current registrar with requesting EPP code. (If you have Domain control panel, you can see a...

How to center a web page using CSS

Here I'm going to tell you another important thing. Most of the new web designers has problem that how to center the website in a browser. Today I'll teach how to do that in easy way using simple CSS. There are some alignment style we using for web pages. Align Center all the content of page. Align Left / Right all the content of page. Set content to use full width of page. Or align Top / Bottom full width and center the middle content of web page. And also there are some another alignment. Let's see how to center the content of web page. As we discussed on previous post, we know that what are the standard width sizes for a webpage. http://latestwebdesignstuff.blogspot.com/2012/01/default-sizes-for-web-page-width-and.html When...

Wednesday, January 11, 2012

Using CSS in a HTML code - Integrate CSS with a Website

Quick look-up about how to integrate CSS with a website. We can write CSS coding inline with HTML or keep it as a separate file. Here how we can use it as separate CSS file <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Web Site TItle</title> </head> <body>     Web Site Content Will goes here... </body> </html> In above example you can see style sheet linked to the web page as a external file. Now you can write CSS rules in external CSS file. Here how we can use it inline with HTML <!DOCTYPE html PUBLIC...

What is Table less design or CSS based websites ?

I think all of you have heard about CSS based websites. If not, now you heard it. :D Ok, What is this CSS based websites called?  We know that in the past, developers used Table structure as their based layout for a website design. Most developers are able to do great websites with this table layout system and not it has become a old technique.  When used table structure, the main problems comes with Rendering and Loading.  If the site uses more and more tables, it's get more time load the page. Also some of the rendering problems like wrong image placements, Padding errors etc.  But when CSS (Cascade Style Sheets) become popular, table layout system get outdated.  Because CSS has great flexibility when it comes with layout designing.  Advantages...

Monday, January 9, 2012

What is Domain Privacy Protection

Again another domain name lesson... Let's see about Domain name Privacy Protection. At beginning, word says it's meaning. Yes, it is all about privacy. When someone make domain request / order a domain, he/she need to enter Billing / Admin and Technical details such as Name, address, Email, Contact No's etc. These details are very very important, because these details tells domain ownership's. Unfortunately, there is a service called, 'Domain Who is look-up' and it will display all these details. But displaying these details are a great help for the thefts (Domain thefts). And there is a way to prevent this privacy security issue. It's called Privacy Protection for domain name. Not all the domain service providers serve's this feature and some...

Friday, January 6, 2012

What is Domain EPP code ?

In here EPP stands for Extensible Provisioning Protocol.  Everyone who has registered a domain, know what is this EPP code. But most of the people are having trouble when they have knowledge about EPP code.  Once you have registered a domain, also it assign a EPP code for your domain name. Then once you want to transfer or do anything regarding domain, they requires EPP code to authorize you are the domain owner.  Also EPP code gives protection against domain thefts.  When someone find a domain registrar and registered new domain, once active the domain name, he / she can find the EPP code request form / button on user area. Then they can get / view EPP code for their Domain name.  Some registrars and Hosting service providers are giving FREE Hosting...

Thursday, January 5, 2012

Default sizes for a web page - width and height

Let's see what are the default sizes for a web page Here I like to say that we should be care about devices that users are uses for browsing websites. Mainly we are point the desktop view of the website. Simply now days, developers are trying to use big width websites with a huge height. Actually this is not a usability targeted design. Most of website designers / developers are using 1024 / 800 / 600 as width of a website. And 900 / 1200 and more for the height. We know website are views on a monitor. So, main thing we need to set width / height for the monitor sizes. As we know that you and most of the users are does NOT like to scroll horizontally. And vertically is not a big problem, but does NOT like to scroll...

Twitter Delicious Facebook Digg Stumbleupon Favorites More