Sumix Math
Sumix Math
A rush against time to add up the required number. Beat the chrono while stressing your mental agility.
... Read More
Creating Horizontal Menu With CSS
In this article we cover how to do a basic horizontal menu using css and html. We can do it two ways, using list elements or using divs. We cover the two methods here.
Creating a Horizontal Menu Using Lists.
Creating the HTML Markup for the Horizontal Menu.
First we create a unordered list of items in html.... Read More
How To Center A Div On page
In this brief article we describe the basic steps to center a div on a page. There are multiple ways to do this, but we show you the one that is used the most in the web desing world.
To center a div on a page the first thing you need is to create the div you want to center.
<div id=”center-div”></div>
then add… ... Read More
Creating Shapes Using CSS Borders
Like some friend of mine said “CSS is like wine, gets better with time”. With the new revision of CSS (CSS3) we can expand the limits of our imagination to create beautiful things for the web with a little bit of creativity, experience and a coup of coffee… well, the coffee is optional and at the same time give us a lightweight SEO friendly site. Without using images or JavaScript… ... Read More
Creating Drop Caps With CSS
Drop Caps are the first letter of a paragraph that is larger than the rest of the text . Drop Caps are used for many years in magazines, newspaper and desktop publishing giving the readers a first nice impression and the push to read more. In website publishing it is a very good way of creating a more stylistic, attractive and readable text. So, this is how we can create a drop cap with… ... Read More
Making Text Shadows With CSS
The text-shadow property allows you to make very cool shadows for the text in your pages with CSS. This property is very useful because now you don’t have to use static images made in some artistic image editor for presenting text with shadows. With CSS3 this functionality is embedded and instead of having a image, that can’t add the same value as text for search engines, take more time to load and occupy… ... Read More
How To Set Preferred Domain Using Web Master Tools
One of the things will help you boost your website rankings is to set a preferred domain for search engines like Google. Its a very simple but important step in the process of SEO.
Why is Important?
Because Search Engines see www and non-wwww pages as two different pages. Setting a preferred domain help avoid issues like being penalized... Read More
Converting Flash To Html5
Flash is a very stable and well know multimedia platform for creating animation, games and interactivity for web pages. But it has his drawbacks in terms of SEO, page load time and apple devices like the iphone or ipad cant view it. In the other hand is HTML5. HTML5 solves various problems like the SEO part, the page load time is less, can be viewed on iphone or Ipad, but… ... Read More
CSS Background Image
With CSS you can easily add background images or color to your html elements (div, paragraphs, etc) . In this post we will see how to work with the css-background-image proprieties, make some examples and give some tips and tools.... Read More
Making Border Shadows With CSS Box-Shadow
Another interesting addition of the new CSS is the capability to create shadow boxes with the box-shadow property. Here we cover the basics on how to use it, browser support, tips, useful tools and examples.... Read More
