Results 1 to 4 of 4

Thread: Code generators

  1. #1
    Join Date
    Aug 2004
    Location
    Oradea, Romania
    Posts
    135

    Default Code generators

    Do you use any code generators?
    If yes, which?
    I for one, found phpCodeGenie quite a useful tool when needing to make fast
    scripts fro scratch. Did save quite a lot of typing :)

    Anybody having any experiences with other code generators?

  2. #2

    Default Re: Code generators

    The only code generator I use now isn't web-related.
    I use wxGlade to generate perl code for wxPerl (a wrapper round wxwidgets for platform independent GUI building).
    Lately I've been doing much more programming for offline applications then web development. The good thing is that I can use my favorite language for both.

    Back in the days when I did the whole process of building a site I used DreamWeaver wich in a way is an HTML generator ;)

  3. #3
    Ardenn Guest

    Default Re: Code generators

    I dont use code generators.  Thet just make things TOO messy for my taste

  4. #4
    Join Date
    Aug 2004
    Location
    Oradea, Romania
    Posts
    135

    Default Re: Code generators

    [quote author=Ardenn link=topic=172.msg676#msg676 date=1095168184]
    I dont use code generators.  Thet just make things TOO messy for my taste
    [/quote]

    I don't let them mess with my code :) but they come in handy when I have to write
    an SQL to insert a record with 20+ fields for example....  or to update it... or to * SQL it...
    Also I don't mind when they generate input records forms... and I only adjust them instead
    of starting from scratch... :)

    Alex
    -----------------------------------------------------------------------------------
    Web Hosting & Domain Names UK
    Webmaster Forums
    Internet Access Web Hosting

Similar Threads

  1. Wii coupon code hack...
    By fog in forum Forum Lobby
    Replies: 1
    Last Post: 05-11-2011, 10:27 AM
  2. Using promo code
    By temi in forum Domain Names
    Replies: 1
    Last Post: 03-27-2009, 12:08 AM
  3. PHP code 2 convert .doc file into .pdf file
    By jeephp in forum Website Programming Discussion
    Replies: 2
    Last Post: 02-05-2009, 11:35 AM
  4. A new simple way to make a image slider- Javascript Code
    By o0DarkEvil0o in forum Website Programming Discussion
    Replies: 0
    Last Post: 05-19-2008, 12:30 PM
  5. Replies: 0
    Last Post: 05-10-2005, 08:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159