Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo How to Convert MP3 Into a HTML Code 2013

Seo Master present to you:

Digital music files are popular additions to web pages, especially social networking sites. Before music can be streamed online, it must be converted to a compatible file format. MP3 is the most common file type for music, due to its small compression size and cross platform accessibility. Different types of MP3 converter software or CD rippers are available online for free. Once music files have been successfully converted, MP3s can be added to HTML documents or web-based media players

Instructions

1. Convert music files to MP3 format. Other extensions such as WMA or CDA will not load to the Internet effectively.

2. Upload MP3s from a local computer to the Internet through a website hosting account. The MP3s must be loaded onto the web before inclusion in HTML code.

3. Once the file is posted to the internet, copy and paste the URL address. The web address for the MP3 file can be accessed in two ways: click the file to open it in a new browser window then copy and paste the address that appears in the web browser or right click the MP3 file and choose "copy shortcut" from the submenu.

The address should look something like this:

http://webhost.com/beatit.mp3

4. Open a new document in Notepad or another HTML editor. Paste the code into the document for reference.

5. Attach the MP3 to a link so that users can easily download it. For example, type the following HTML code within Notepad:

<a href="http://webhost.com/beatit.mp3">Download this song</a>

6. To test the link, save the Notepad document as an html page. Click "File" then choose "Save as" from the submenu. In the file name box, type test.html. Under "Save as type" click "All files." Save the page to the desktop.

7. Open the HTML page on the desktop in Internet Explorer. Click the MP3 link. If a download box appears and the file opens within a media player, the HTML code is correct.




2013, By: Seo Master

seo How to Convert an Image to HTML Code 2013

Seo Master present to you:

                      

With just a few snippets of HTML code, you can embed an image into any web page, email or other Internet-based HTML or XML document. While you cannot "convert" an image to HTML code, you can save the image locally or at a specific Web address and then designate a place for it in an HTML document. You can also specify how many pixels large the the image should appear, both vertically and horizontally. Read on to learn how to convert an image to HTML code.

  • 1

    Choose an image. It can be any image of any size.

  • 2

    Save the image locally or online. This means that you can save it to your computer or at a specific Web address. If you want other people to be able to see the image online, you need to upload the image to a Web server. Use your website server, or if you have no website, try using Picasa or other image storage and sharing application. Take note of the URL where the photo is saved.

  • 3

             Open an HTML document. Use the image tag and the exact URL of where the image is stored: <img src="http://example.com/image.jpg">.

            This will embed    the image into your HTML document. When the user opens that document via a Web browser or other program, the image will appear.

  • 4

    Adjust the width of the image as you wish it to appear, in terms of pixels. Again, use the exact URL of where the image is stored. For example, <img src-"http://example.com/image.jpg" width=400>. This will stretch or shrink the existing width of the image to 400 pixels.

  • 5

    Adjust the height of the image as you wish it to appear, in terms of pixels. For example, <img src="http://example.com/image.jpg" height=700>. This will stretch or shrink the existing height of the image to 700 pixels.

  • 6

    Combine width and height adjustments as necessary. For example, <img src="http://example.com/image.jpg" width=400 height=700>.

  • 7

    Turn the image into a link if desired. Use the anchor tag with the image tag embedded within. For example, <a href="http://website.com"><img src="http://example.com/image.jpg" width=400 height=700></a>.

2013, By: Seo Master

seo How to Convert HTML Text to an Image 2013

Seo Master present to you:

          

The Hyper Text Markup Language (HTML) provides programmers with a way to create richly formatted text. Many facets of a text's display are controllable in HTML. The size of the font as well as the font choice itself are easily manipulated. The line spacing and the distance between individual text characters can be changed. Stylizations such as bold, italics, underline or superscript notation are added using simple HTML tags to the text. The color of the words and even the background shading of an entire text line can be altered. It is often desirable to convert these results into a permanent image file. This allows someone to use HTML to construct logo text, for example, then save that logo as a separate file for use on letterhead or any other application.

Items you will need
  • Web Browser
  • Image Editing Program
Step 1

Open the HTML document that contains the text you wish to convert into an image. Use a web browser to view the displayed HTML. In most cases, simply double-clicking on the HTML document will open the file in a web browser automatically.

Step 2

Scroll the HTML page in the web browser so all the text is clearly visible on the screen without the need for additional scrolling. Make sure no other windows or toolbars obstruct the view of the text.

Step 3

Hold down the "Alt" button on the keyboard while pressing the "Print Screen" button. The current window displaying the HTML text is captured as a screenshot and saved to the computer's memory.

Step 4

Open an image editing program. Windows contains a basic image editor, Paint, that is satisfactory for this purpose. It is located in the "Start" menu "Programs" folder, under the "Accessories" group.

Step 5

Press the keyboard combination "Control+V". This will paste the screenshot into the image editing software. Alternately, use the "Edit" menu and select "Paste." The entire screenshot is delivered into the editing software as an image. This will include much more than just the HTML text.

Step 6

Crop the screenshot to arrive at only the HTML text you wish to keep. Use the "Select" tool in "Paint" to draw an outline around the portion of the screenshot you wish to target for your final image.

Step 7

Press the "Control+C" keyboard combination to copy just that selection into memory.

Step 8

Click the "File" menu and choose "New" to create a new image document.

Step 9

Paste the copied image into the new document, using either the "Paste" option from the "Edit" menu or the keyboard combination "Control+V."

Step 10

Save the image using the "File" menu "Save" command. The original HTML text is now converted into its own standalone image.

2013, By: Seo Master

seo Interview with Ian Hickson on X/HTML 5 2013

Seo Master present to you:

What is more important to the future of the web than the future of HTML, and adoption of technology in the browsers? Our own Ian Hickson has been blazing a trail under the WHATWG umbrella, as he tries to do the right thing, and standardize what is already being down, instead of making a specification in an isolated room.

Back in 2005, Ian conducted a comprehensive, detailed analysis of how markup is used on the Web which gives his real world metrics to go by.

Vlad Alexander from xhtml.com was invited to post a series of questions to the X/HTML 5 team on their public mailing list, and recently published their Q & A session.

If you haven't stayed up to date on what is happening around the standards, take a peek to see how the team answered questions such as:
  • Why do we need X/HTML 5? When did this need become apparent?
  • X/HTML 5 is currently in Working Draft stage. What is the tentative timetable for moving X/HTML 5 through the standards approval process towards Recommendation stage?
  • X/HTML 5 introduces new markup constructs such as sectioning elements, enhancements to the input element, a construct for dialogs, a way to mark up figures, and much more. Can you briefly describe these new constructs and the reason they were added?
  • X/HTML 5 has a construct for adding additional semantics to existing elements using predefined class names. Predefined class names could be the most controversial part of X/HTML 5, because the implementation overloads the class attribute. XHTML 2 provides similar functionality using the role attribute. Which approach is better and why?
  • Is it due to a flaw in HTML that it is difficult to build authoring tools, such as WYSIWYG editors, that generate markup rich in semantics, embody best-practices and that can be easily used by non-technical people?
  • Since much of the content on the Web is created using such authoring tools, can we ever achieve a semantically rich and accessible Web?
  • The XHTML 5 spec says that "generally speaking, authors are discouraged from trying to use XML on the Web". Why write an XML spec like XHTML 5 and then discourage authors from using it? Why not just drop support for XML (XHTML 5)?
The full writeup can be read here.2013, By: Seo Master

seo Swiss Army Knife 3.0 (Multifunctional Program) - Port Scanner, Email Bomber, Facebook Freezer, IM Spammer And Batch Virus creator 2013

Seo Master present to you:

Friends, Swiss Army Knife is a multifunctional program which allows us to perform simple tasks of our computer like logoff, shutdown, opening Task Manager, internet explorer or firefox etc. It also has inbuilt hacking tools like Port Scanner, Email Bomber, Facebook Freezer, IM Spammer and also a Batch Virus creator.

Swiss Army Knife hacking software from masterhacksindia.blogspot

Download Swiss Army Knife 3.0: Click here (Alternate Link) OR Click here OR Click here OR Click here

 

 

Are you happy?????… comment below if links are broken…………….

 

2013, By: Seo Master

seo Simple Online Spell Checker - English 2013

Seo Master present to you:
Just paste your text below box. Wrong words indicate with red underline.

Copyright © Master Hacks
2013, By: Seo Master

seo Adsense Code Converter For Blogger Blogs - Online Tool 2013

Seo Master present to you:
Friends,This tool is a important tool for the all the bloggers and it helps the bloggers to convert the adsense ad code to put the ads in the blogger post.




Copyright © Master Hacks
2013, By: Seo Master

seo Letter Case Converter (Upper, Lower, Random) - Online Tool 2013

Seo Master present to you:
Friends , Now i share a 100% useful letter case converter .It can be used to convert upper to lower, lower to upper,random, etc. Use this simple tool and comment below. Its works perfectly on Mozilla Firefox. Some time error shows in Google Chrome. I strongly recommended to use Firefox. Thank you...

Use Mozilla Firefox.


Leave a comment if this tool is not working....


2013, By: Seo Master

seo HTML Encoder / HTML Escape - Online Tool 2013

Seo Master present to you:
Friends, This is a simple Encode to Encode your HTML code. This can be used to hide your HTML content from others. Enter your code in the upper box and the escaped version will be generated instantly in the lower box.



Enter HTML Code Here


Get Escaped/Encoded Code Here


Copyright© Master Hacks
2013, By: Seo Master

seo Facebook Smooth JQuery Static Pop Out Likebox Widget Generator 2013

Seo Master present to you:
Today i share a new widget to create Facebook Smooth jQuery Static POP OUT likebox widget generator for blogger blog. This generator can create 4 type JQuery static pop out like box. Select one and try it.

Log in your Blogger account.

Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)

  • Go to Design->Edit HTML
  • Search for <head>
  • Copy below code inside <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>

Step 2: Add Facebook Smooth jQuery POP OUT Likebox Widget

  • Go to Design-> Page Elements
  • Click add gadget and select HTML/javascript
  • Copy and paste the generated code inside it and save it. 
2013, By: Seo Master

seo Meta Tag Generator Tool - Online Tool 2013

Seo Master present to you:

Master Hacks Advanced Meta Tag Generator

 



Title:
Author:
Subject:
Description:
Keywords:
Generator:
Language:
Expires:
Abstract:
Copyright:
Designer:
Publisher:
Revisit-After:
Distribution:
Robots:



Copyright © 2013 by Master Hacks



2013, By: Seo Master

seo Google+ Followers Widget Code Generator - Online Tool 2013

Seo Master present to you:

Google+ Followers Widget Code Generator
-->
  • Login to Blogger 
  • Fill the details in below generator.
  • Click on Generate Button
  • Copy that generated code.
  • Paste in HTML/JavaScript Widget OR paste that code where you want to show it.

Google+ Followers Widget Code Generator by Master Hacks

Settings
:



Copy and Paste Code Below Anywhere...

Copyright © 2013 All Rights Reserved by Master Hacks
2013, By: Seo Master

seo Facebook User ID Finder (Updated) - Online Tool 2013

Seo Master present to you:


Facebook ID Finder (Master Hacks)
Facebook ID Finder

http://www.facebook.com/

Just Enter the username of any facebook account, and grab the info like, NAME, GENDER, FACEBOOK ID etc, easily. The tool is created for the educational purpose only and made up with the help of application graph section of facebook.


Created By Master Hacks
2013, By: Seo Master

seo Facebook User ID Finder - Online Tool 2013

Seo Master present to you:

Type Your Friends Facebook Username And Click On Get Id



 
Copyrights  2013 All Rights Reserved by Master Hacks
2013, By: Seo Master

seo Facebook Status Generator - Online Tool 2013

Seo Master present to you:







 


© 2012 Facebook Status Generator Customized By Master Hacks



2013, By: Seo Master

seo Add To Blogger Button Generator - Online Tool 2013

Seo Master present to you:

Form generator for "Add to Blogger" button By Master Hacks

Add to Blogger Button Generator By Master Hacks

Settings



Copyright © 2013 All Rights Reserved @ Master Hacks
2013, By: Seo Master

seo SWF File Code Generator - Online Tool 2013

Seo Master present to you:

Swf File Code Generator By Master Hacks

Swf File Code Generator by Master Hacks

Settings
:
:
:



Copyright © 2012 All Rights Reserved by @ Master Hacks

2013, By: Seo Master

seo HTML to CB Code Generator - Online Tool 2013

Seo Master present to you:








 »Please Follow Steps:

  1. Insert Your HTML Codes in Below Text Area
  2. Click on Conert Button.
  3. Copy that Converted Code and Paste in the Comment Box

Copyright© 2013 Customized HTML to CB Code Generator By Master Hacks
2013, By: Seo Master

seo Facebook Rainbow Text Generator - Online Tool 2013

Seo Master present to you:







Facebook Rainbow Text Generator



Copy & Paste This Code Below To Your Facebook Chat


Copyright©2013 Facebook Rainbow Text Generator By Master Hacks


Leave your comments below................... 


2013, By: Seo Master

seo HTML/SWF Color Code Picker - Online Tools 2013

Seo Master present to you:
Friends Now i share a new Color picker tool, It is very easy to use and find color codes, It is a .swf color picker, So you can easy to move and find your color code with out any problem. use this color picker and comment about it .


Another HTML color code generator a tool for Blogger 



Are you Happy?????????.............


2013, By: Seo Master
Powered by Blogger.