Search results

  1. Heaplink

    Test of name for maybe furture development/release threads.

    public class Demo { private static final String CONSTANT = "String"; private Object o; /** * Creates a new demo. * @param o The object to demonstrate. */ public Demo(Object o) { this.o = o; String s = CONSTANT; int i = 1; }...
  2. Heaplink

    Test of name for maybe furture development/release threads.

    Sublime Text 2 Sublime Text 2 is the the best text editor you can ever get to write all kind of languages. Note that it's not for nubz that can't code n shit, because theres no Intellisense. Only for pros. Use it, hug it, LOVE IT. Download You can download it at Sublime Text 2's website...
  3. Heaplink

    So I bought vps...

    You can use a VPS to almost anything you want. Host your own website on it, although you have to pay for a domain (not really, but you'll get better of it) - I had an idea of making my own private cloud, where I can store my stuff I need to use anywhere.
  4. Heaplink

    Database error!?!!

    You have to actually go inside the database before making the query.
  5. Heaplink

    Database error!?!!

    You have to select your database before you can insert or alternate the rows inside that table.
  6. Heaplink

    English / Grammar Argument

    For me it means: That he/she is not more perfect than hell. But hell isn't perfect either, just more perfect than him/her.
  7. Heaplink

    (Help) PHP Include

    Yes but you can't use fopen to get the sources from an PHP file, like you do with include to retrieve methods and variables etc. from another PHP file.
  8. Heaplink

    (Help) PHP Include

    You can't include remote files, no. Only local files.
  9. Heaplink

    So annoyed

    Mickey won. You loose. K.O.
  10. Heaplink

    Show DevBest [RELEASE] askCMS v1.0.0.0 (PHP,OS,MySQL)

    Really nice! I will check this out and might also update it. If it does have a template system, I don't see why I shouldn't make a template for this. Good Job, nice release :-)
  11. Heaplink

    {variablenamehere} What is the name of this systeme??

    What it does is parse the HTML/PHP files for those tags. F.eks. I create a file with this content: Hello, {user} My we here at {company} are happy to [...] Regards, {signature} Then I use a code to check every text starting with { and ending with } and get the value between those. I then...
  12. Heaplink

    How to make C# login system using mysql?

    You can use the MySQL Connector to develop C# applications with MySQL connections. You can read more: Using MySQL With .NET/C#/Visual Basic/Powershell How to connect to MySQL 5.0. via C# .Net and the MySql Connector/Net Connecting to MySQL Database using C# and .NET Good luck.
  13. Heaplink

    Is this possible?

    So you didn't think of searching it on the biggest internet ever? Nah, that seems stupid.
  14. Heaplink

    Is this possible?

    You mix can't three languages with each other - defiantly not ASP & PHP. Just use PHP, easy and theres even a function called mail(); that can do it for you. Read this for more information.
  15. Heaplink

    halp pls

    Found this on Minecraft forums by a guy named TekkerMan.
  16. Heaplink

    Show DevBest [(X)HTML/CSS] A proper way to set up your site

    Yeah, normally I do not make that much comments in a CSS file, but in this case it was to explain every bit of why and how it's set up like that.
  17. Heaplink

    Show DevBest [(X)HTML/CSS] A proper way to set up your site

    It's not really how the page looks like, just the set up of the code itself. But If you wan't I could.
  18. Heaplink

    Show DevBest [(X)HTML/CSS] A proper way to set up your site

    This is a new release from me to you! I noticed that most developers didn't set up their templates properly with HTML and CSS, so I thought that this would be a good resource for everyone, who wan't to learn how to do this the right way. This template reflects how I set up my sites. This is...
  19. Heaplink

    Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

    RevCMS uses Phoenix' database anyway. I don't know about 3.0 but the last versions are made for Phoenix / Uber (with some changes). But as Tweeny said, It would make it a lot easier to change between CMS'. Though I do also like to have a wide possibility to change between existing systems...
  20. Heaplink

    Need help With iis

    You could first give more information what issues you have. And when I say more information, that includes pictures or exact errors you might run into and what you're trying to set up.
Top