Search results

  1. Sean

    Yet another American school shooting...

    http://ewn.co.za/2013/06/08/Cops-kill-US-gunman-after-6-shootings
  2. Sean

    My page is on crack..

    HTML / PHP : <html> <head> <title>LiquidCCMS</title> <link href="{url}/templates/default/style.css" type="text/css" rel="stylesheet" /> </head> <body> <div id="banner"> </div> <div id="wrapper"> <!-- START SIDEBAR --> <div...
  3. Sean

    My page is on crack..

    That is a horrible, horrible, horrible structure and the CSS is terrible too. Would you like me to re-do it in a way that works?
  4. Sean

    My page is on crack..

    Fix all of it, It will take me 4 times as long to scroll through all that code to find your problem, and it's harder to read. The above was just an example of what it should be like :)
  5. Sean

    My page is on crack..

    Please fix your CSS structure. Your #contentboxtitle height: 20px; background: #19A3D1; border-top-color: #19A3D1; border-left-color: #19A3D1; border-right-color: #19A3D1; border-top-style: solid; border-top-width: 2px; border-left-style: solid...
  6. Sean

    [CSS] Top banner not filled

    Easy fix, you need to set the margin to 0 in body, so in the body tag add margin: 0 auto;
  7. Sean

    Show DevBest Code Editor

    m0nsta. press F5 to refresh Brackets and try it again
  8. Sean

    PHP Encryption

    Encryption Methods I am developing a membership system for my website and would like to know what you think about encryption methods. Please answer the following questions: 1) What encryption method do you use? 2) What encryption method do you think / know is the most secure? 3) What...
  9. Sean

    Difference Between <DIV> Tags?

    I like that, never heard it put that way before but that is quite a cool way to put it :)
  10. Sean

    Difference Between <DIV> Tags?

    You use div's to create new elements and you use classes to add extra styling to the elements, or other HTML tags Example: <div id="box"> starts a new element box that will have a box style to it, then you can use a class to change it's color <div id="box" class="red"> <div id="box"...
  11. Sean

    Show DevBest Code Editor

    m0nsta. There is a theme extension you can install, that gives you all the themes you can get in notepad ++ Extension ZIP: https://github.com/MiguelCastillo/Brackets-Themes/archive/master.zip (Remember just to copy the link and paste into the extension installer - Don't click it)...
  12. Sean

    Show DevBest Code Editor

    I beg to differ, In what way is it limited, I know it is behind in a few features but it's still got a large quantity of features, a large list of extensions and it's coded in JS so whatever you are missing you can add yourself.
  13. Sean

    Show DevBest Code Editor

    Sysode I was also reluctant to make the switch as I was used to notepad ++ but when I gave it ago and tried it out for 1-2 days, I got hooked. I can't go back to notepad ++ now because it just feels wrong and old fashioned.
  14. Sean

    Show DevBest Code Editor

    I thought I would take some time to write a thread to let you all know about a new code editor that I found a few months ago, I don't know exactly when the first build was released or how many of you actually know about it but their has been many threads asking for the best editor and I have...
Top