Search results

  1. Heaplink

    How do I make my background transparent?

    You can use background-color: rgba(255, 255, 255, 0.6). the rgba(RRR,GGG,BBB,AAA); is for Red Green Blue Alpha and can be applied to any color property in CSS. I usually use this over opacity, because opacity has this stupid flaw where it wants its childs to be it's opacity as the parent. I...
  2. Heaplink

    What's your laptop/computer?

    Make of the laptop: MacBook Pro 15" (2.4 GHz Intel Core i5 Processor, 4GB DDR3 Ram) How much you bought it for: $2.100 Do you use windows on it or have mac osx on it (or both)?: Both (Mac OS X 10.7.3 & Windows 7)
  3. Heaplink

    HABVILLA HOTEL - BE AWARE PLEASE READ THIS

    I would like to see your Terms of Use and Privacy Policies. Also I would like to know if people had any way to accept these before signing up on your website. It is a law to provide and let the visitor decide to accept these or not. Also, do not start a harassing conversation here.
  4. Heaplink

    HABVILLA HOTEL - BE AWARE PLEASE READ THIS

    The problem with those "retros" which is privately owned and is actual a copyright flaw, you cannot trust nor do anything against the owners. If you buy anything for real money, it is up to you and I would never recommend doing so. As they have no legal copyrights and Terms of Service that is...
  5. Heaplink

    [Q] Cracked Habbo.swf

    The non-cracked SWFs has a protection that checks if the hostname the SWF is hosted on is correct like *.habbo.com - where * would be a subdomain (like images.habbo.com). So in order to get it work on local servers (yes this includes also dedicated, vps' etc.) this protection will need to be...
  6. Heaplink

    HTML Tutorial #1 - Byktos

    He means you made a mistake here: <p> Hello This is my first text at my HTML site</p> </html> </body> It should be <p> Hello This is my first text at my HTML site</p></body> </html>
  7. Heaplink

    HTML Tutorial #1 - Byktos

    Yes, because it's not obsolete for different browsers. This is telling how the browser should read and understand the document - it's important to note.
  8. Heaplink

    HTML Tutorial #2 - Byktos

    Sounds good, although knowing about the title attribute is a part of the anchors. The same with the alt attribute for images :D
  9. Heaplink

    HTML Tutorial #1 - Byktos

    You forgot to explain that the doctype you are using is HTML5. Maybe you should post in other doctypes for HTML 4.1 and XHTML.
  10. Heaplink

    HTML Tutorial #2 - Byktos

    Good tutorial for newbies. But you should also explain the use if the title attribute in anchors, because it's helpful if you wan't to optimize your website for SEO etc.
  11. Heaplink

    How to make furni show up without clearing cache?

    Probably by changing the name of the furniture and edit the furniture data file.
  12. Heaplink

    How to make furni show up without clearing cache?

    Not possible. Only if you can apply version to the filename. The idea of cache is to load data faster when you already have seen it. And since it's Sulake stuff, you won't be able to do it.
  13. Heaplink

    XAMPP stops working

    Try one of below: 1. Make a folder with a file (index.html e.g.) and go to it in the browser. 2. Make sure theres no files that runs a script in the root if #1 works. 3. use netstat -ao and find established/listening processes using the port and terminate those who use port 80. 4. Reboot your...
  14. Heaplink

    Will you marry me?

    His name implies he is the lord, not the homo.
  15. Heaplink

    PHP Error

    This means that the mysql query has an syntax error. A few things you can do to make your code better and easier to read: 1. Do NOT use $_(name) variables. Usually $_ is PHP/Zend global variables. 2. Use ` (apostrophe) when you make queries e.g. mysql_query("UPDATE `Members` SET `myLocation` =...
  16. Heaplink

    Phoenix emu dont work any more

    We do not support cracked versions of software on this forum. You will not get any help.
  17. Heaplink

    Introduction Hey DB!

    I use a lot of languages; (X)HTML(5), CSS(3)/Less/SCSS, JavaScript/jQuery, C#, Objective-C, Ruby, PHP and probably more (hard to get track of now) But my absolute specialty is (X)HTML(5), CSS(3) & JavaScript/jQuery.
  18. Heaplink

    Introduction Hey DB!

    Welcome to DevBest, always nice to see some new people here. Hope you will enjoy it :) See you out there!
  19. Heaplink

    Staff Page Help

    No. As I said you should go read about HTML & CSS. If you wan't to get your bugs fixed, you should be able to do it yourself. It's really simple and you get to use it in the future.
Top