Results 1 to 5 of 5
  1. #1
    Wampwire's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    United Kingdom of Tea
    Posts
    227
    Reputation
    10
    Thanks
    22
    My Mood
    Devilish

    QuickHTML Project

    QuickHTML Project

    A basic project created by me to enhance my programming abilities.

    Don't you ever hate having to put <html>...</html> tags for every webpage?
    Well, QuickHTML (or QHTML) can do that for you! In it's early release,
    it supports the features of creating a HTML file in a specified directory with a unique name,
    quick creation of title tags, easy positioning of META tags, body, and JavaScript.

    If you want to take a look at it, there you go:

     









    If anyone's interested, take a look!
    It comes with the source code too
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 4 Users Say Thank You to Wampwire For This Useful Post:

    Jason (12-09-2013),Renamon Toast Crunch (12-09-2013),RotiHangus HC (12-15-2013),tawan2004 (09-14-2014)

  3. #2
    Renamon Toast Crunch's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    458
    My Mood
    Lurking
    Not bad

    Keep up the good work
    There is no right and wrong. There's only fun and boring.
    Click HERE to join the official MPGH TS3 Server


    Currently learning: Lua, C++ and BASH scripting.



     

    I made a group, Join Linux Users if your on Linux!

  4. #3
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Should add an option to specify the DOCTYPE as well; that's probably the most annoying thing when hand-coding HTML without using templates.

    i.e:
    Code:
    HTML5 -> <!doctype html>
    HTML4 ->
        Strict : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
        Transitional : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
    ...etc (XHTML etc)
    Common DTD list here

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #4
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    File Clear - Approved!!!



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  6. #5
    Wampwire's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    United Kingdom of Tea
    Posts
    227
    Reputation
    10
    Thanks
    22
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post
    Should add an option to specify the DOCTYPE as well; that's probably the most annoying thing when hand-coding HTML without using templates.

    i.e:
    Code:
    HTML5 -> <!doctype html>
    HTML4 ->
        Strict : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
        Transitional : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
    ...etc (XHTML etc)
    Common DTD list here
    oh dont worry, Ive added a lot of stuff and changed the layout a bit..
    WYSIWYG type of editor is what I might be aiming for the body.. Quite busy cant finish few things off :P

Similar Threads

  1. The Uptime Project
    By Dave84311 in forum General
    Replies: 14
    Last Post: 10-09-2009, 04:16 PM
  2. Survival project
    By shakib in forum Hack Requests
    Replies: 0
    Last Post: 12-12-2006, 04:09 PM
  3. Only in death are we no longer part of Project Spam
    By ace76543 in forum Spammers Corner
    Replies: 6
    Last Post: 12-09-2006, 09:16 PM
  4. Need help with a personal project: Hacking NavyField
    By Slinky in forum Hack Requests
    Replies: 19
    Last Post: 10-23-2006, 01:23 PM
  5. Project 8 - Taking Suggetions for Text.
    By sf0d in forum Art & Graphic Design
    Replies: 10
    Last Post: 09-06-2006, 08:39 PM

Tags for this Thread