revolutionx's Profile User Rating: -----

Reputation: 60 Whiz
Group:
Active Members
Active Posts:
228 (0.16 per day)
Joined:
23-July 09
Profile Views:
5,538
Last Active:
User is offline Aug 10 2012 04:24 PM
Currently:
Offline

Previous Fields

Country:
GB
OS Preference:
Linux
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
Playstation
Your Car:
Who Cares
Dream Kudos:
0

Latest Visitors

Icon   revolutionx has not set their status

Posts I've Made

  1. In Topic: What is the mean of "~" sign in CSS code ?

    Posted 10 Jul 2012

    It's a selector, and the symbol is called a tilde.

    Quote

    The general sibling selector is available in CSS3, and the combinator used in this selector is a tilde character (~).

    The selector matches elements that are siblings of a given element. This example will match a p element if it’s a sibling of an h2 element:


    http://reference.sit...siblingselector
  2. In Topic: how to add 'Estrangelo Edessa ' font to my web site

    Posted 4 Jul 2012

    Upload the font from http://fontzone.net/...rangelo+Edessa/ to http://www.fontsquir...face/generator/ and it will generate what you need to get this font working in your HTML file.
  3. In Topic: First Post- Web Design for all Resolutions

    Posted 28 Jun 2012

    The problem is that you're using percentages for your widths, and as you re-size the browser the site will shrink down accordingly. And because you've designed it for a specific site it may mess up on other screen sizes, in terms of alignment and things overlapping.

    Do you want a percentage based width or a fixed width site?

    Don't use position absolute to position the main wrapper.

    - Also, you should use a DOCTYPE, like the XHTML doctypes, or the HTML5 one.
    - I would recommend using a reset css file, to zero out the browser defaults. Like this one for example http://meyerweb.com/...ools/css/reset/

    This is an example of a fixed width layout I mocked up: (This will always remain the same width when resizing the browser. View it here: http://jsfiddle.net/j5s4E/ or copy the following:


    <!DOCTYPE HTML>
    <html lang="en-US">
    <head>
    	<meta charset="UTF-8">
    	<title></title>
    
    <style>
    	
    
    #wrapper { width:960px; margin:0 auto; border:1px solid #000; }
    header { height:100px; background-color:#eee; border-bottom:6px solid #ccc }
    footer { height:30px; background-color:#eee; border-top:6px solid #ccc }
    
    
    </style>
    
    </head>
    <body>
    	
    
    <div id="wrapper">
    
    	<header>
    		
    		<h1>Header</h1>
    	</header>
    	<div id="content">
    		<p>
    		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    		tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    		quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
    		consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
    		cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
    		proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    		</p>
    
    		<p>
    		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    		tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    		quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
    		consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
    		cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
    		proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    		</p>
    
    
    	</div>
    
    	<footer>
    		<span>Footer text here</span>		
    	</footer>
    
    </div>
    
    </body>
    </html>
    
    
  4. In Topic: convert SWF file to HTML5

    Posted 27 Jun 2012

    Well, depending on the SWF it may be worth hand coding it. Maybe you could upload it? Is it just a banner or a whole site?

    Although HTML5 is a markup language.

    http://www.456bereas...3_is_not_html5/

    HTML5 does not encompass CSS/all these other things.

    Quote

    A common misconception is that HTML5 can provide animation and interactivity within web pages, which is untrue.[2] Either Javascript or CSS 3 is necessary for animating HTML elements. Animation using Javascript is also possible with HTML 4.


    http://en.wikipedia....HTML5_and_Flash

    If you want to animate things you'll need jQuery/or equivalent JS library and perhaps CSS3 animation as well.
  5. In Topic: How do i make profiles show up in my social network on search engines?

    Posted 18 Jun 2012

    How would Google even index the profiles, the site has a login screen, no sitemap - No bot can see past that.

    When a bot crawls your site, it will get to the homepage and find 2 links (Create Account / Lost password) a few images, no actual text content - that's all.

    As mentioned by others, the HTML is so broken, there's HTML in the CSS file :/

My Information

Member Title:
D.I.C Head
Age:
23 years old
Birthday:
August 1, 1989
Gender:
Interests:
Programming, Music, Movies, Gaming, Technology, Programming and Tech books, Drinking too much Caffeine.
Programming Languages:
PHP, CSS, XHTML

C, C# (XNA).

Contact Information

E-mail:
Private

Friends

Comments

revolutionx has no profile comments yet. Why not say hello?