html

  1. B

    [Paid] Basic Form +Discord OAuth

    hey guys i'm after a basic web form using bootstrap. i need to collect feedback which can be either logged into a basic database and displayed as a table on another page or form submits to email (might get my inbox spammed) and i manually update table records daily ideally i want to be able to...
  2. Markshall

    Show DevBest macOS Big Sur App Icon

    This may seem really similar to the macOS Big Sur Mail App Icon I did 2 weeks ago, but the detailing on this one is far greater. I wanted to replicate this Instagram post as best as I could, and I don't think I did too bad of a job. View on Codepen Final outcome:
  3. IMPRetros

    Parallax Basic Tamplete - Modern Design [UI]

    Hello guys, i present to you my basic parallax tamplete. i hope you'll like this. Screens : https://ibb.co/WcQTkvW https://ibb.co/g4yVYcb https://ibb.co/tCQkrSz :down::down::down::down::down::down::down::down::down::down::down::down::down::down::down::down::down: DOWNLOAD FROM HERE...
  4. adz

    Recruiting Web-based/ little client side web developer!

    Boost hotel needs you! Hello I’m Adam, a person that doesn’t know how to code for shit but decided to remake his hotel as a little project to spend time on. With the community getting more and more toxic there’s not that many freelance developers that code anymore but if your a developer and...
  5. Markshall

    Show DevBest CSS Pop Menu

    Much like my other post, I saw another nice effect I saw on a website a while ago that I wanted to replicate. I've not focused much on the styling of it (there's some basic styling but it still looks ugly), but more on the functionality. No JavaScript is involved as it uses a checkbox to...
  6. MellerReal

    Habbo Battle Royale

    Habbo: Battle Royale Concept by Joseph Francis. Habbo Battle Royale is a (in-development) web-based virtual-world multiplayer game. The idea behind the project is to use the concept of Habbo Hotel, creating a whole new environment with the battlers joining a virtual-world where they fight to be...
  7. S

    How to get gud at front-end and start your path to greatness (or something)

    Okay so this tutorial is made for all of you out there who want to "get gud" at front-end web design. For this tutorial we will not be including information on how to code the back-end of a website. Terminology Dictionary Front-end - The design and layout of the website incorporating...
  8. S

    [FREE REL] Maintenance Page

    Just a shitty little 2 minute job maintenance page release that i coded quite sometime ago now i can't remember how long. I have no use for it so i thought maybe someone might want to use it or make it better. https://prnt.sc/ikl2tn If people seem to want it i will put the download link here in...
  9. mrmue77

    HTML Help needed (close this thread)

    Hello, The duckets were missing on the homepage so I copied a label and gave it the right icon. However, I keep getting '0' as shown on the image. I guess it has something to do with the name. Tried ducket, duckets, pixels, none of them worked. I tried to find it myself but there are like a...
  10. B

    CSS notification bell background

    Hey devbest fkerz I'm doing something and I want to change this bell's background color to black (or transparent w.e.) but whenever I change code, it doesn't appears or it doesn't open the dropdown. btw im using the code from w3schools dropdowns Tried to change each background-color and it...
  11. FirefighterKyle

    Having html element ignore css element

    Alright so I am trying to make a navigation bar, Css code and here is my php/html So what is happening is when I hover over Test it does not bring the I guess subnavi we can call it or drop down menu out side of the ul bar. I am trying to figure out if there is a way to have the <div...
  12. Patriik

    Index.php page for my forum

    Since I am not the best programmer in this whole world thats why I am asking you guys to make this "portal" page for me.... So the idea behind this is that when user comes to website he will see this page where he has two options... either go to our discord server or go to our forum which is...
  13. D

    News Title not Selected

    For some odd ball reason my news articles are not being selected when they are being echo out with the titles. I've been trying to get help from all different sort of community but nothing seems to be working. Code that is being used to echo that out. <?php if($news_id !== $a['id']) {...
  14. svviift

    Internal Server Error - Contact Forms???

    Hello DevBest, I've been editing sites and contact forms for a long time now, but it wasn't until recently where I've gained a client and was asked to put in a form, and have had major problems from day one. We're due course to launch now and I'm not quite sure what I'm doing wrong. The layout...
  15. Nicholas

    Disable inspect element [CMS Security]

    This is probably the best way of going about this. Add these in your head tag (<head></head>) First disable F12 element <script> $(document).keydown(function(e){ if(e.which === 123){ return false; } }); </script> Then disable inspect element on right click <script>...
  16. R

    NEed help asap with PHP

    Hi, i'am trying to make a login script without mysql and i am using this code on the security.php file that i found on this site. <?php session_start(); $user["admin1"] = "password"; $user["admin2"] = "password"; $user["admin3"] = "password"; if (!isset($_SESSION['logged_in'])) { echo...
  17. L

    Not symmetrical - HTML

    Hello guys, I am trying to make a proffessional website for http://minecraft-host.com and I cannot get the features to be symmetrical with the 'Features' line. Here is my code:
  18. Obey

    Image Slightly Off

    As you can see from the image above, the bottom of the box is slightly off to the side and it kinda fucks up the whole thing. I've tried using float: left; in my css but it stays exactly the same. Here's the css: #content-bottom { background: url('../img/content-bottom.png')...
  19. Revplit

    Show DevBest [HTML] Calculator schript

    Do you need a HTML Calculator? I have the perfect script for you :) Preview: http://revplit.xyz/calculator.php <!-- This Script is from www.revplit.xyz, --> <CENTER> <FORM name="Keypad" action=""> <TABLE> <B> <TABLE border=2 width=50 height=60 cellpadding=1 cellspacing=5> <TR> <TD colspan=3...
  20. adz

    WinAMP Help , Radio Streaming Fine To Host but not to .me page?

    my code : <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Me</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css"> <link...
Top