Archive for September, 2009

CSS Center Float Horizontal

posted by webinspiron
Sep 14

It is not easy to make center floated elements. but it is not true we can make it by having a group of buttons for a menu and it can be build by them fluid in width then it would be nice and make them float in the center of page. And it is at a problem if the floats have a width because we can ascertain the main parent width and use margin auto to center the whole block.
The premises is simple and basically just involves a width less float that is placed 50% form the left using position:relative.the nested inner element is reserved and negative relative position of 50% is applied. This has effect of placing the element in the center. Relative positing maintains the flow and allows other content to flow underneath.
Drawback:
The drawbacks are mainly that when the floats wrap at shorter screen widths then the element that has wrapped will not align to the center. That does not seem to be much of a problem to me but you may think differently. In a fixed scenario there will be course be no need to wrap and will work fine. There is also a horizontal scroll bar problem where the width of the centered floats are more than half the width of the container that they are centered in and a horizontal scrollbar will appear on the window at smaller screen sizes. This can be cured by applying overflow: hidden to parent container and should really not be much brother.
Another option:
We can achieve similar effects by not using the floats but by display: table for mozilla and using display: inline-block for all IE. IE only understand display the inline-block on inline elements. This is also inconsistency in IE& and IE8 has support for inline block anyway.
Read More…


SEO History

posted by webinspiron
Sep 13

SEO stands for Search Engine Optimization. Often considered the more technical part of Web Marketing. This is true because SEO does help in the promotion of sites and at the same time it requires some technical knowledge – at least familiarity with basic HTML. SEO is sometimes also called SEO copyrighting because most of the techniques that are used to promote sites in search engines deal with text. Generally, SEO can make them more search engine friendly thus getting higher positions in search results.

One of the basic truths in SEO is that even if you do all the things that are necessary to do, this does not automatically guarantee you top ratings but if you neglect basic rules, this certainly will not go unnoticed. Also, if you set realistic goals – i.e. to get into the top 30 results in Google for a particular keyword, rather than be the number one for 10 keywords in 5 search engines, you will feel happier and more satisfied with your results.

History of Search Engine:-
When the World Wide Web came into begin in the early 1990s, almost twenty years since the ‘ARPANET’ went public, it has thrown open doors to virtual and vast new world of information, which was both unfathomable and ever expanding. But, as the number of web pages and number of people increased accessing the internet increased, accessing a particular resource from the sea of information became a problem, especially person not knowing the URL of a particular website. Necessity has always been the mother of invention; the need for a tool to search the required resource from the millions of pages of information in the World Wide Web was gravely felt and researches for the same culminated in what is now called the first amongst the first generation search engine’s ‘Archie’.
Read More…


CSS Display Block

posted by webinspiron
Sep 10

CSS stands for Cascading Style Sheet. Style defines how to display HTML document.
External style sheet can save a lot of work. These style sheets are saved in CSS file.
With CSS we can create good looking websites with great effect. It can control the text, and layout of a website in single file.
CSS classification property specifies how to display an element, and the visibility of the element.
Hiding of an element can be done by setting the display property to “none” or the visibility property to “hidden”.
For example: h1.hidden {visibility: hidden}
A block element is a one that takes up the full width available and has a line break before and after it.
Changing the display type of an element changes only how the element is to be displayed.
Visibility and Display are the two properties of cascading style sheet (CSS).
The properties of both seems to be the same. But, infect are quite different. If the visibility is set to be hidden, the element being hidden still occupies the same place in the layout of the page. web users expect web pages to be more interactive. To this end, the ability to change page layouts provides your users with a more immersive experience and allows them to consume information more easily, either with a quick gallery view, or a detailed summary view
Read More…


SEO and Content Writing

posted by webinspiron
Sep 8

Search engine optimization or SEO content writing is not merely a filling up of certain pages. The quality of the content should be given with more priority. As a result of this, a company can be well promoted. As a matter of convenient, the visitors also become valued customers.
The SEO content writing is very much essential in order to create a new web page. Sometimes, the content writer enhances already existing contents by introducing more idea on a context by using valuable targeted keywords. This new website creation, SEO as well as content writing can provide potential and quality sales for a business owner. But, the SEO copywriting cannot be considered as a permanent solution to get a perfect ranking. Various websites continue the optimization and content writings themselves. In this way, even a good SEO copywriting can also fall in rankings criteria. In order to solve a search engine query, the content writing or SEO copywriting can be considered as a handy one. As a next step, a customer can be obliged to buy certain services and/or products. As a matter of fact, Google imposes penalty on certain over optimized contents as well as over stuffed keywords.
Read More…