Jump to content

Kervtuza

Member
  • Posts

    61
  • Joined

  • Last visited

Posts posted by Kervtuza

  1. Hey Guys,

     

    So I am not sure if what I want to do can be done with just HTML/CSS but if someone could point me in the right direction that would be great.

     

    I am making a site with a fixed left navigation, since it is a small site I want to have all my sections on one page instead of

    index.html, about.html, etc.

     

    I want the the fixed left side navigation to slide the entire page horizontally using <a name="target"></a> the same way

    you would use it to move a large page up and down vertically.

     

    If this can't be down with html/css would I be able to do it with Javascript?

     

    Thanks,

     

    Jason

  2. Hey All,

     

    Just a few questions on html 5, right now when I am designing a page I will break it up with div tags

     

    Ex: <div id="heading">

    <div id="navigation">

     

    Will <header> and <nav> tags eliminate the purpose of my using div tags for that? Are there any pros or cons to either or?

  3. Hey Guys,

     

    Just wondering what the easiest way to install a music player on a website without flash?

     

    All I want is 3 songs, next song, last song, start and stop button and to list the song playing. I would also like to style it with css?

     

    I know very little javascript/jquery. Enough that if there are step by step instructions I may be able to set it up.

     

    Any ideas?

  4. Hey All,

     

    Just wondering what process/knowledge is involved to add a method of accepting payments to a website via paypal/creditcard? I have advanced knowledge of HTML/CSS and basic knowledge of Javascript/PHP, will I be able to pull it off?

     

    Also wondering, if I were looking to set up a search bar to be able to search content of a website, are there scripts available that are easy to install?

     

    Thanks!

  5. Hey Guys,

     

    I am currently learning flash as part of a course I am taking and I was wonder what all flash is used for other than just nice looking websites? I have also been told that html5 and css3 are replacing the need for flash...is this true? Also are any mobile applications for android or iphone made with Flash?

  6. Hey Guys,

     

    I'm starting to take an interest in Cold Fusion but I am uncertain about a few things.

     

    I have been told CF is similar to php but easier to learn, is this true? What are a few upsides of both?

     

    I started a .cfm file to try the following basic example.

     

    <cfset name = "test">

     

    <cfoutput>

    #name#

    </cfoutput>

     

    But it does not return the value of the name variable, leaving me confused.

  7. This is my first time messing around with PHP, but so far the only thing I have done is unzipped the download file into 1 folder and uploaded it to to my hostgator ftp folders...but im not sure how to install it properly and access it. Do you know of any good tutorials on this subject for a guy that knows very little about php?

  8. Hey Guys,

     

    I am looking to design a site that I can have a basic login system for its users. I came across a pre made PHP Login script but I am having a bit of trouble setting things up.

     

    The PHP script ---> http://www.hotscripts.com/listing/php-login-redirect/

     

    I am using HostGator to host my site, have a MySQL database setup, created a folder in file manager and uploaded the pre made script. Now I need some help linking the php script to the database so that users can register, login and be redirected to their profile that they can edit.

     

    Any ideas would be appreciated!

  9. Hey Guys,

     

    I am currently working on a project and I am trying to align a blockquote to the right of an image, I have the image on the left and the blockquote on the right but they aren't being displayed on the same level, the image always appears underneath the blockquote but to the left.

     

    Here is my result:

    post-38586-005523200 1336936938_thumb.jpg

     

    Here is my HTML for this section:

     

    <p><img class="alignleft" src="images/1610h0007.jpg" width="400" height="266" alt="Paint Brush" /></p>
    
    <blockquote cite="http://www.websitegoeshere.com">
    <hr />
    "Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
    <hr />
    </blockquote>
    
    <br style="clear: left"/>

     

    Here is my CSS for this section:

     

    p     {line-height: 2em}
    
    blockquote      {float: right;
    	margin: 0 auto;
    	margin-left: 27em;
    	margin-top: 2em;
    	margin-bottom: em;
    	padding: 0;
    	font-style: italic}
    
    .alignleft	{float: left;
    	margin-right: 2em}
    
    .alignright	{float: right;
    	margin-left: 2em}
    

     

    Any ideas how I can fix this?

  10. Hey Folks,

     

    Can some explain the best option for using a background pattern that when zoomed into the page doesnt lose a lot of quality?(I think the term I'm looking for is vector)

     

    Any time I try to make a background in photoshop and set it, if I dont have the photoshop image the exact size of my browser, the background will look like a big large square if my image.

     

    If someone could link any good background tutorials that would be great!

  11. Hey Guys,

     

    Does anybody know if CSS3 is available on any android mobike browsers?

     

    I tried testing a few things out like animations using webkits and without but doesn't seem to work:/

     

    If someone could fill me in that would be awesome!

×
×
  • Create New...