March 31st, 2012
Color is one of the elements of artistic expression. In webpage design, our designers according to a harmonious, balanced and focused principle, the different colors are combined. Match to form a beautiful page. According to the psychological impact of color on people, reasonable use of them. If your business has CIS ( Corporate Identity System), we will follow the VI use of color. read more...
Posted in Arts & Entertainment | No Comments »
March 30th, 2012
Webpage design as a visual language, especially pay attention to editing and layout, although home design is not equal to graphic design, but they have many similarities. The format design through text graphics space combination, expresses the harmony and beauty. read more...
Posted in Web Resources | No Comments »
March 29th, 2012
Web site should be directed by the service object ( or person) is different and have different forms. Some sites offer only simple text information; some are use of multimedia techniques, with gorgeous image, flashing lights, complex page layout, can even download the sound and video clips. read more...
Posted in Advertising & Marketing, Technology | No Comments »
March 19th, 2012
Webpage design -- site is provided to users and users of information ( including products and services ) in a way, is the enterprises to develop e-commerce infrastructure and information platform, read more...
Posted in Uncategorized | No Comments »
December 15th, 2011
Canada Goose Gloves
auction admiral associates with the adolescent Ramillom ray as able-bodied as French humans today like Andre Vincent, branch ONLY TWO of adolescent adults. In 1952, they chose to buy a new factory, in Monestier clermont. In which aforementioned 12 months, on April 1, started off his alone company, moncler jackets-the name with the moncler abbreviations, Canada Goose Jackets out of Germany Clermon abbreviations. read more...
Posted in Business Products & Services | No Comments »
October 29th, 2011
The email type is used for input fields that should contain an e-mail address.
The value of the email field is automatically validated when the form is submitted.
Example
E-mail: <input type="email" name="user_email" />
Posted in HTML5 | No Comments »
October 21st, 2011
Many people are asking to join the internet casinos, such as the casino online legali general steps? Now I am as we detailed introduce: read more...
Posted in Technology | No Comments »
October 21st, 2011
Some market home security systems is very complex, should be undertaken by professional installation. However, some excellent home security system sets sold, by your own installation. Most simple systems often use a bell, a buzzer or read more...
Posted in Technology | No Comments »
October 14th, 2011
The "Request.Cookies" command is used to retrieve a cookie value. In the example below, we retrieve the value of the cookie named "firstname" and display it on a page: Output: Firstname=Alex
Posted in ASP | No Comments »
October 13th, 2011
The "Response.Cookies" command is used to create cookies.
Note: The Response.Cookies command must appear BEFORE the <html> tag.
In the example below, we will create a cookie named "firstname" and assign the value "Alex" to it:
<%
Response.Cookies("firstname")="Alex"
%>
It is also possible to assign properties to a cookie, like setting a date when the cookie should expire:
<%
Response.Cookies("firstname")="Alex"
Response.Cookies("firstname").Expires=#May 10,2012#
%>
Posted in ASP | No Comments »