Jump to content
MakeWebGames

risingsparky

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by risingsparky

  1. Use javascript to loop through all images within bbcode designated areas and size them down to a maximum specified size if required. If you know how to use jQuery, you'll be able to do this in well under half an hour.
  2. If you want to make use of extended character sets, set your character encoding to UTF-8 for your database, output headers, and in your html.
  3. Re: http://stackoverflow.com/questions/1587799/why-would-rand-return-a-negative-value-when-min-and-max-values-are-positive   Simple fix, change this: $expgain=rand($qe/2,$qe); to this: $expgain = $qe / 100 * rand( 50, 100 );
  4. Sorry, but if you don't think that Wordpress is a CMS, you obviously don't know what a CMS is. Whether or not it's default functionality is extensive or broad as you'd like or not, it does not preclude it from being a CMS.
×
×
  • Create New...