Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Vulcan

Privileged
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Vulcan got a reaction from eberkund in Website feedback   
    Hi
     
    I have been working on this website since 2010 as a hobby during my studies.
    Please could I have some feedback on this website.
     
    Is the layout okay?
    Use of colours?
    Do you have any suggestions on what to have?
    If you have any recommendations please share them with me.
     
    I am trying to make the website with use of flat ui colours.
     
    The main part that I am not keen with is the header.
     
    Click here for the website!
  2. Like
    Vulcan got a reaction from arunk.fun in HTML Code for Button   
    Here is the code that the button links to.
    <a target="_blank" href="http://www.clixsense.com/?r=3488429" class="Click2Rupee button"></a>
  3. Like
    Vulcan got a reaction from OliverB in responsive website   
    Okay thanks, I'll see what I can come up with.
  4. Like
    Vulcan got a reaction from OliverB in responsive website   
    Thank you for your comments.
  5. Like
    Vulcan got a reaction from Kaskhautual in History archive website ideas?   
    Hi there,
     
    I have got given a load of history information for a club. It includes over many photos and text documents that will be scanned. Can anyone recommend any time-line scripts or a online book that would look good for a website?
  6. Like
    Vulcan reacted to PeterBooker in Members login connected to a forum   
    Ok, so before we begin there is some preperation to do, which will make this a lot smoother.
     
    Splitting Your Current Design
     
    So the first challenge is to split your current design HTML into the two parts. The part you want above the forum and the part you want below the forum.
     
    Creating Your Own Theme
     
    If you have not already, next you need to create your own theme for your forum (or select/install one to use). If you have not already, you can simply copy whatever default theme you are already using (we will cover editing your theme so it fits in with the rest of your site another time).
     
    Adding Layers to Your Theme
     
    Then we need to create two extra layers inside SMF (one above the current page and one below it).
     
    Tonight we will prepare the way and cover some of this. The first step is to find out the 'id' of your chosen theme.
     
    To find this id you will need to check the link to "preview" it in your profile. You'll see it say "theme=xyz". Optionally you can view the 'id' in your database if you are happy searching through that.
     
    Next we need to run an SQL Query in your database, so login with phpMyAdmin or HeidiSQL, etc. Then process this query (put your id and db prefix into it first):

    REPLACE INTO [i][b]yourprefix_[/b][/i]themes (ID_THEME, variable, value) VALUES ([i][b]insert id here[/b][/i], 'theme_layers', 'site,main');
    Again, please replace insert id here with the 'id' of your theme and replace yourprefix_ with the database prefix you set when you installed SMF.
     
    If you can get to this stage you are well on your way to integrating SMF into your website. If you have any problems with stages of this, let me know and I will go into more depth.
     
    Good luck Vulcan!
  7. Like
    Vulcan reacted to Stuart Elliott in Website coding error need help   
    Hi Vulcan
     
    By default each browser comes with its own set of very basic default styles, what the Meyer snippet does is effectively remove / reset these default styles allowing a consistant feel cross browser.
     
    I have ammended your HTML / CSS and included the meyer reset to hopefully give you a head start.
    Hope this helps
     
    Stuart
     
    HTML Code

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The Hive Project</title> <meta name="author" content="Adrian Pelletier" /> <link rel="stylesheet" type="text/css" href="css/screen.css" media="all" /> <link rel="stylesheet" type="text/css" href="style.css" media="screen" /> </head> <body> <div id="wrapper"> <div id="header"> <div class="title"></div> </div><!--// End of #header --> <div id="container"> <div id="menu"> <ul> <li class="active"><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="projects.html">Projects</a></li> <li><a href="contact.php">Contact</a></li> </ul> </div><!--// End of #menu --> <div id="content"> <h1>Projects </h1> <p>Vintage at Goodwood festival 2010</p> <p>Collaboration with 'The Den Project' - Leeds Light Night 2010</p> <p>Marlbourough college - Creative writing course 2011</p> <p>Chandler School - Woodland design and build alongside workshops 2011 </p> <p>'Bournstream' charity playsite - design and build 2011</p> </div><!--// End of #content --> </div><!--// End of #container --> <div id="footer"> <div class="footer_left">© Copyright 2011 The Hive Project</div> <div class="fooler_right"><a href="mailto:pigramj@gmail.com">Web Designer Contact </a></div> </div><!--// End of #footer --> </div><!--// End of #wrapper --> <!--// Non page rendering Javascript performs better within the page footer --> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.1.custom.min.js"></script> <script type="text/javascript" src="js/execute.js"></script> </body> </html>
     
    CSS Code (Styles.css)

    /* -- Start of Meyer Reset DO NOT EDIT -- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* -- End of Meyer Reset DO NOT EDIT -- */ /* -- Start of style.css edit from here onwards -- */ body { background: url("images/bg.png") repeat scroll 0 0 transparent; font: 14px Arial,Helvetica,sans-serif; margin: 0; padding: 0; text-align: justify; } h1 { font-size: 50px; margin:10px; } p { margin:5px; } a { color: #000000; } #wrapper { margin: 0 auto; width: 1020px; } #header { background: url("images/header.png") no-repeat scroll left top transparent; height: 140px; } .title { background: url("images/title.png") no-repeat scroll 0 0 transparent; float: left; height: 80px; margin-left: 50px; margin-top: 50px; width: 440px; } #menu { height: 40px; padding-left: 50px; } #menu ul { line-height: normal; list-style: none outside none; } #menu li { float: left; font-size: 16px; font-weight: bold; width: 100px; } #menu a { display: block; width: auto; } #menu a:hover { font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: bold; text-decoration: underline; } #container { background: url("images/main.png") repeat-y scroll 0 0 transparent; } #content { padding:0 50px 30px 50px; } #slide { height: 450px; margin-left: 220px; margin-top: 50px; width: 600px; } #placeholder { height: 450px; width: 600px; } #footer { background: url("images/footer.png") repeat scroll 0 0 transparent; clear: both; font-weight: bold; height: 54px; } .footer_left { clear: left; float: left; font-weight: bold; padding-left: 50px; width: 700px; } .footer_right { float: right; font-weight: bold; text-align: right; width: 200px; }

  8. Like
    Vulcan reacted to MikeChipshop in Web design adding infomations   
    Best place to start with all these types of queries is... right here at the Wordpress Codex!
  9. Like
    Vulcan reacted to sash_oo7 in Link images   
    see the menu in action here
  10. Like
    Vulcan got a reaction from Ketu in Website with IE not working   
    Hello,
     
    I think this is quite common with IE on websites. But when i preview my website on IE it comes out different and a little messed up.
     
    Is there a way i can fix it. It works on Firefox, Crome and Opera.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.