Showing posts with label image. Show all posts
Showing posts with label image. Show all posts

PNG or GIF


PNG or GIF

This article, invites you to explore the two main choices of format images that can be used in the Web to illustrate a simple graphic a scheme or logo.


GIF 
Graphics Interchange Format (GIF) was developed in 1980 and more widespread use. GIF format is a compress / reduce the file size using the algorithm called LZW. The value of more than GIF is a very broad support and appears as the default choice for simple images on the web.

How to Hide Blog Header Description

Blogs, of any kind, in the making requires header consisting of the blog title and blog description.
Although there are some blog calling itself "No Title". Actually it is also the title of the blog.
Usually the description of the blog will consist of several words that could explain the outline of the content or blog content.
Well the thing is, if the description is too long then it can take up header space of our blog.

This time we will discuss a bit of blog tips to hide blog description.

Put Digg This Button in Your Blog

How to Put Digg This Button

This time we will discuss about a tutorial on how to install Digg This button on your website.

Digg has a tool where visitors can directly submit your articles to digg. This tool is called a Digg This Button.

Then how do I install this digg button on your website? Simply look at the script below.

There are 4 options that you can use.

Compress Image Size with Smush.it

Compress Image Size with Smush.it

Smush.it is one tool / Yahoo-owned web application designed to optimize the image. With this online application, you can reduce / compress the image into smaller / lighter size.

For those of you who have a blog with lots of banner or other image, you should use this application. Because with many pictures of sites / blogs you'll become more severe (longer loading process).

Now, by performing image compression, your blog will be lighter.

Upload Images Easily With TinyPic

Now it's a lot of free image hosting service. This time, I will discuss about tinypic.com which is good image hosting service.

TinyPic is a free service that allows you to be able to upload pictures to the internet. One of the advantages, that you are not required to log in to be able to upload the image. So you can quickly upload your images.

However, with so of course you can not set your pictures. We recommend you sign up to be more liberal in regulating or see the url of the image that you uploaded.

Dark And Light Picture Effects

Dark And Light Picture Effects On The Blog Post

When bloggers write an article, usually it can not be separated from the image as a complement to an article that aims to provide a description / explanation of the article or as a complement. Actually the picture / image on the post could be given a little additional effects to enhance your appearance by making use of hover effects. When the mouse pointer is in the picture you will see a change where the images are initially visible light will turn dark. For you all who would like to try please follow these simple tips.

HTML 5

About HTML 5 

HTML 5 that are now beginning to be implemented by some grade A browser will bring more than just a feature for page layout and format. Some of them are Canvas and Video.

Simple Captcha with PHP


Simple Captcha with PHP
 
Captcha is an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart" (Wikipedia), and made to distinguish between machines (bots) and human.

Text Image Background


CSS Tips : Text with Image Background

In addition to color can also be used as a background image of a text. The trick simply by changing the background color property on the style-image CSS. Script as follows.

HTML Font Color


HTML Font Color

Syntax of HTML Font Color :

<font color="red"> ... </ font>

COLOR attributes you can use to set the font color. There are 2 ways to give color to the color attribute. The first way by specifying a color that you want to use such as: red, blue, yellow, etc.. The second way to use RGB values in hexadecimal, for example # 00FA0B.

Adding Components Website


Adding Components Website
Components on the website is a business that should not be forgotten by the web designer. Because these components are complementary components that make your website complete and demand by visitors.
 
There are many components that have ready-made in web builder such as Frontpage that can be used by designers to be loaded on a page into a web browser. These components provide a quick and easy to use without you having to learn the writing of the script or ActiveX and Java programming. The components are:

HTML Marquee


How to create a marquee (moving text). Maybe you've seen a moving text effect in one website or blog that you have ever visited. Moving text effects in HTML program called marquee.
Here's a little explanation of the marquee and how to create a marquee.

What is a Marquee
Marquee is the tag non-standard HTML element that make a text / picture moves up, down, right, or left in automatic. To make marquee text or picture, how simple and easy. We just need to insert the HTML code to create a marquee, between the text / images that we will make moves. Here's the basic HTML codes marquee:
<marquee> Text or images here </marquee>
From basic HTML codes marquee, if we apply in our web / blog, then it becomes like this:

HTML Image


Image is a very important element in presenting information. <img> HTML provides tags for displaying images on your web page.
<IMG SRC="image1.gif" ALT="image1">
HTML command above will display images image1.gif and displays the text "image1" if the browser to turn off graphics viewer facility. Extension of the usual graphic display by the HTML are GIF, JPG, and BMP.
You can also combine graphics with tags <a> to create a link from your image.