Jump to content
MakeWebGames

galdikas

Members
  • Posts

    139
  • Joined

  • Last visited

galdikas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Its a paid job.. No takers? :)
  2. Hello :) Yous probably have forgotten me already, havent been here in ages. Unfortunately had to postpone my game creation, because working on other project. So now I am looking or someone to code me a simple template. https://docs.google.com/leaf?id=1qjieEOmXbMB-OKSCQljtaTVU7jDZpPcbt_AKc2Y766plaYoXPjjeUETpT03L&hl=en above is a rough sketch of what is needed. So need someone to code HTML/CSS and someone capable of actually making it look nice. I need all main elements styled to look according to theme (like tables., links, buttons etc etc) Doesnt have to be made from scratch, you can use some free template and edit it. I know CSS/HTML myself, but I do not have the artistic skills to make things look prity :) So if yous could quote me below, I would appreciate :)
  3. in the log in form dont color is white... You realise it is not ok??????
  4. Kieran, thank you so much! I feel a bit silly now :) I had it like that date_default_timezone_set ('GMT' ); Now that I have changed it to: date_default_timezone_set ('Europe/London' ); It displays correct time :)
  5. Well yeah xampp would show my windows time, wouldnt it?... Microsoft obviously figured out how o deal with DST :D
  6. ok I know how to set default timezone... But how to set the daylight saving???? So it automatically switches the times... And from given timestamp shows the correct time (even for lets say 7 months old timestamp) Found some functions on web.. But none seem to work properly.. Any advice on this? Or is it even important to have a correct DST?? Never thought how complicated timekeeping is till got into this programming thing :) Remember once on discovery saw this guy that was a timekeeper for a living... Gee I thought wtf is timekeeper for.... Just buy a clock lol Well I take my words back now :D
  7. galdikas

    Tutorials

    Ok.. I was looking at learning AJAX/jQuery... So what is wrong with jQueries ajax set up???
  8. So those params is of your desktop PC? And youre asking if they are sufficient for development environment or what? I am not trying to be smart.. Just genuinely confused as of what are you asking :) And yeah... as Danny said you should really update the date.. or just change to coming soon :) Because now if someone comes to website they will just think that it is abbandoned... + I probably have a form for people to leave e-mail if they want. You could then inform them when it is done :)
  9. Maybe this is not a file but just something to keep in mind from the start... You will be probably going to use crons.. :) My advice would be to use timespamps instead... It is a bit harder to make than just cron, but definately worth it :) My first site was crons.. But I decided to scrap it, because when I first started I was quite noobish, and now realized that I can do much better :) And now I will be making it cron free :)
  10. Cool! Never heard of the chat feature... Where do I find it? Might be cool to hang out.. Get some help from more experienced and maybe give some help for the less experienced :) Although most people aren't looking for help.. but looking for someone to do it for them lol
  11. galdikas

    jQuery

    Ok.. I find id pridy cool.. and have managed to put some simple stuff together... But oh boy.. am I the only one that finds syntax so copmlicated??? Anyone can recommend some good tuts on it??? especially anything related to ajax? Here is the best I found so far:   So if anyone could share some good links to jQuery I would really appreciate :) PS.... Hosted on google VS your own server? :P This is like echo vs print in php world lol
  12. Oh I am aware of it :) Just finishing of the backend today :) Which is a piece of cake anyway lol Just got so happy about the ajax part, that decided to post straight away :)
  13. made a rating system :) First ever ajax. Really proud of it :) Check it out.. you need to be logged in though :)
  14. I thought we were talking about security :) If the input actually gets typed in by user, the I sanitize as well. But if input gets generated by the code, but can easily be tampered with by users ($_GET parameter in url, or hidden input in form via POST I never sanitize.) But in lets say gym, where user actually is requored o type stuff in then I do sanitize :)
  15. And you are no1 in every section of hall of fame except the IQ one :D
×
×
  • Create New...