conor.hogan.2 wrote: » Not a coding horror but doesn't fit into another thread:http://developer.android.com/reference/android/app/ActivityManager.html#isUserAMonkey()
Basq wrote: » You really should have an option to hide that big blue ribbon, it's obscuring your offers and there's no option to hide it!
conor.hogan.2 wrote: » http://www.galwaydrumschool.com/ Ugh.
AlmightyCushion wrote: » What? You mean you don't like it when text follows your cursor across the screen.
conor.hogan.2 wrote: » I don't like any of it. It is the worst website I have seen by far Even the source is annoying. The music is only minorly funky, not funky enough to warrant auto playing….
AlmightyCushion wrote: » I've seen worse, but they were ones that were deliberately awful. I did see one that was worse than that (and it was a lot worse) but I can't remember the link.
conor.hogan.2 wrote: » http://www.galwaydrumschool.com/
ColHol wrote: » I found the little text following the cursor a sorta cool. Probably wont be seeing it on Google, Amazon or Facebook or anytime soon
matrim wrote: » When I first learned JavaScript back in about 1999, that was one of the first things I learned and I thought it was so amazing
Mr.Plough wrote: » So for my masters thesis I picked 5 topics and got my 4th choice, which involves developing a coordinate system using the Xbox kinect. My degree is mechanical engineering why is this even an option. It sounded a hell of a lot easier than it is and I have just about zero programming experience. Has anyone worked with the Kinect SDK here?
Mr.Plough wrote: » Got a 1st :eek: Turned out to be quite enjoyable once the panic stage was over.
Boards.ie: Danny wrote: » If the programmer doesn't know what a parameter does, do I really want to fix this? Thanks vBulletin
Basq wrote: » The most hideous site I've seen recently is the official website for 'Game Of Thrones' author George R.R Martin. Surely with the surge both in sales and visitors due to the TV series, someone who represents him would do something with it. Varying hues of purple.. really?!
Boards.ie: Danny wrote: » So we had a problem on Boards I'm working through fixing where we update a thread prefix, rebuild the cache but the cache still has the old phrase. I've narrowed it down to a function, but the docblock has made me wonder if I should look within at all [php] /** * Reads a language or languages and updates the language db table with the denormalized phrase cache * * @param integer ID of language to be built; if -1, build all * @param integer Not sure actually... any ideas? */ function build_language($languageid = -1, $phrasearray = 0)[/php] If the programmer doesn't know what a parameter does, do I really want to fix this? Thanks vBulletin
ChRoMe wrote: » You are working in PHP, not knowing what that param does is the least of your problems tbh.