WOW slider

2

Posted on : 29-06-2011 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, Uncategorized, php

What’s new

June 22, 2011 WOW Slider v1.7

* New transition effects – Stack, Stack vertical and Basic linear;

* New templates – Digit and Mac:

Mac Template Digit Template

* Now you can stop slider after one loop :

stop slider

* Now you can specify target for images links in WOW Slider app:

target

* Support for swipe touch events for iPhone / iPad / Android Read the rest of this entry »

how to use word press recent post in php page

0

Posted on : 04-05-2011 | By : admin | In : Asp.net, Blog, HTML, Help, Tutors, Uncategorized, php

Integrating WordPress with Your Website

Introduction

By nature, WordPress is very powerful. It can be as complex or as simple as you wish. With that in mind, how much you want to use WordPress with your existing website is totally up to you. There may be only a few features of WordPress you want to use when integrating it with your site, or you may want your entire site run with WordPress. This tutorial will guide you through making your WordPress site look like your current design. We will start with how to make a WordPress blog look like the rest of your site. Then we can move on to making your entire site running on WordPress.

Begin the transformation

First, assume you have an existing site at http://myexample.com. Next, create a new sub-directory (folder) at your site and call it ‘blog’ (you could use something other than blog, but you must create this sub-directory). So you now have an empty sub-directory at http://myexample.com/blog/. Now, download WordPress and upload all of its files into this new folder, and install Wordpress. Read the rest of this entry »

49 Top Sites And Collections To Find Free Icon Sets

0

Posted on : 17-03-2011 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, Uncategorized, php

Pictures talk a lot more than words do, so placing icon in websites and blogs in key areas will gain the attention of the readers. Web designers work a lot searching for best icons to include in the site and to make their site more effective and reachable. You can also use these icons to replace the icons on your computer folders, etc.. to make them look attractive and to able to know what the folder contains in a symbolic way.

Here you’ll find some of the best websites that offer various free icon set collections as well as just separate good collections in other sites, so browse through the sites and download the icon sets for free.

49 Top Sites And Collections To Find Free Icon Sets

Read the rest of this entry »

The Shapes of CSS by css-tricks.com

0

Posted on : 16-03-2011 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, Uncategorized, php

shape

Credit link : http://css-tricks.com/examples/ShapesOfCSS/

An HTML5 Logo

1

Posted on : 22-02-2011 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, php

HTML5 Logo

That’s all we needed, really, a new logo. Does anyone else feel the need to have this stitched onto a leotard with a cape? ;-)

website Credit : http://www.w3.org/html/logo/

Should i learn HTML 5 ?

0

Posted on : 04-01-2011 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, Uncategorized, php

We are getting a few emails with people asking if they should learn HTML 5 so today we will try and clear a few things up. As you know HTML 5 is going to be the next installment in Hyper Text Markup Language, this is quite a leap forward in terms of what has changed in the last five or so years, currently HTML 4.01 is the standard HTML being used and it wasn’t all that much of a change since upgrading from the previous HTML 2.0.

HTML 5 is going to be he next biggest thing since sliced bread(pardon my lame phrase it’s getting late) the new standard of code is going to allow for website developers, web masters and newcomers to create rich feature packed websites, not only websites in general HTML 5 can even be used to make desktop applications, online applications.

If your even slightly interested in making websites or applications then you really should learn HTML 5, the code itself is not all that different from the current code, all tho as this is a huge update to Hyper Text Markup Language there are plenty of new features and a whole lot of extra coding, it may sound a little scary at the moment as there are not many sites actually using HTML 5 this will start to change in the coming months. The reason not many sites are using HTML 5 already is due to the fact that only 2 out of about 20 different browsers can understand the new HTML 5 markup, In the coming weeks we will be making a HTML 5 website so that you can see just what it is capable of (you will need to download the Safari browser in order to view our HTML 5 examples).

We will be adding HTML 5 tutorials every few days so please come back shortly and you can learn HTML 5 with us.

Post Credit : http://html5tutorial.net/general/should-i-learn-html-5.html

CSS Units

0

Posted on : 03-01-2011 | By : admin | In : Asp.net, Blog, HTML, Help, Tutors, Uncategorized, php
Unit Description
% percentage
in inch
cm centimeter
mm millimeter
em 1em is equal to the current font size. 2em means 2 times
the size of the current font. E.g., if an element is displayed with a font
of 12 pt, then ‘2em’ is 24 pt. The ‘em’ is a very useful unit in CSS, since
it can adapt automatically to the font that the reader uses
ex one ex is the x-height of a font (x-height is usually
about half the font-size)
pt point (1 pt is the same as 1/72 inch)
pc pica (1 pc is the same as 12 points)
px pixels (a dot on the computer screen)

Color Values

Value Description
color_name A color name (e.g. red)
rgb(x,x,x) An RGB value (e.g. rgb(255,0,0))
rgb(x%, x%, x%) An RGB percentage value (e.g. rgb(100%,0%,0%))
#rrggbb A HEX number (e.g. #ff0000)

Post credit:http://www.w3schools.com/css/css_units.asp

Add fields to Joomla! registration form

0

Posted on : 16-12-2010 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, Uncategorized

Form to Mail in php

0

Posted on : 14-12-2010 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, Uncategorized, php

You have probably already read about the mail function, and now want to build a more complex form to use on your site. Let’s start with the HTML for the web form.

Name it as mail.php

<html><body><font face=Arial size=2>
<form method=”post” action=”contact.php”>
<table bgcolor=#ffffcc align=center>
<tr><td colspan=2><strong>Contact us using this form:</strong></td></tr>
<tr><td>Department:</td><td><select name=”sendto”> <option value=”info@mycompany.com”>General</option> <option value=”support@mycompany.com”>Support</option> <option value=”sales@mycompany.com”>Sales</option> </select></td></tr>
<tr><td><font color=red>*</font> Name:</td><td><input size=25 name=”Name”></td></tr>
<tr><td><font color=red>*</font> Email:</td><td><input size=25 name=”Email”></td></tr>
<tr><td>Company:</td><td><input size=25></td></tr>
<tr><td>Phone:</td><td><input size=25></td></tr>
<tr><td>Subscribe to<br> mailing list:</td><td><input name=”list” value=”No”> No Thanks<br> <input type=”radio” value=”Yes” checked> Yes, keep me informed<br></td></tr>
<tr><td colspan=2>Message:</td></tr>
<tr><td colspan=2 align=center><textarea rows=5 cols=35></textarea></td></tr>
<tr><td colspan=2 align=center><input value=”Submit”></td></tr>
<tr><td colspan=2 align=center><small>A <font color=red>*</font> indicates a field is required</small></td></tr>
</table>
</form>
</body>
</html>

Read the rest of this entry »

Using CSS Text-Shadow to Create Cool Text Effects

1

Posted on : 25-11-2010 | By : admin | In : Asp.net, Blog, HTML, Help, System, Tutors, php

The CSS3 text-shadow property has been around for some time now and is commonly used to recreate Photoshop’s Drop Shadow type shading to add subtle shadows which help add depth, dimension and to lift an element from the page. This isn’t all the text-shadow property is capable of though, by getting creative and playing around with the colours, offset and blurring we can create some clever and pretty cool text effects!

Read the rest of this entry »

© B3graphics 2010
*all trademarks and logos are property of their respective principal owner