• Member Avatar for mattster
    mattster

    Began Watching Java script

    Hy i have this js code: <script type="text/javascript"> var msg_id; @if(Session::has('message')) {{"msg_id = ".Session::get('message').";"}} <?php Session::forget('message'); ?> @endif $(function(){ jQuery.each( inbox, function( i, val ) { $('#contact_'+val).parent().addClass('inbox'); }); jQuery.each( others, …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Java script

    Try using the JS forum mate. Will get alot more help then.
  • Member Avatar for mattster
    mattster

    Began Watching OnMouseOver Transition/Fade

    I am attempting to make a transition/fade effect when a user hovers over a link. I am trying this technique... however I cannot figure out how to do this technique. …
  • Member Avatar for mattster
    mattster

    Replied To a Post in OnMouseOver Transition/Fade

    Use a javascript/jQuery function: [Click Here](http://stackoverflow.com/questions/5259540/jquery-image-hover-with-swap-and-fade) You will just have to adjust the selectors to suit your needs
  • Member Avatar for mattster
    mattster

    Began Watching font awesome icons color change

    There's trouble in using font awesome icons as they suggest, so I am using them as below - <i class="nimg nicon-ico_help_rnd_lg" style='color: #FFFFFF !important;' alt="Info" title="Color code information" onclick="info()"></i> and …
  • Member Avatar for mattster
    mattster

    Replied To a Post in font awesome icons color change

    Font Awesome, as the name suggests, is a *font* library of SVGs, so behaves very differently. Ideally you want to actually use font awesome for something like a plus icon. …
  • Member Avatar for mattster
    mattster

    Began Watching outputs all the words ending in a "s"

    Write a function that outputs all the words ending in a "s", in a sentence sent to it as a parameter.
  • Member Avatar for mattster
    mattster

    Replied To a Post in outputs all the words ending in a "s"

    ^^ As he's posting in the PHP forum hopefully its PHP he's using lol ;) <?php function YourFunctionsName ($string) { if (substr($string, -1) == ',')) { echo $string; } } …
  • Member Avatar for mattster
    mattster

    Began Watching Google map api shows nothing on screen

    Hi, i found this code [online](http://www.macrostash.com/2011/09/17/demo-use-a-php-mysql-database-to-load-markers-on-a-google-map/#comment-2675). After installing and running code on my website, the screen shows nothing back, though code is firmly in place. <script type='text/javascript' src='jquery-1.6.2.min.js'></script> <script type='text/javascript' …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Google map api shows nothing on screen

    Why not use this: <iframe marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&amp;geocode=&q=&amp;ie=UTF8&om=1&amp;&s=AARTsJpQqM3ktaXD4q9ItwThgIRSOtr4zg&ll=50.954966,0.493012&spn=0.018615,0.021458&amp;z=9&iwloc=A&amp;output=embed" frameborder="no" height="500" scrolling="no" width="500"></iframe> *Taken from [here](http://google-latlong.blogspot.co.uk/2007/08/youtube-style-embeddable-maps_21.html)* Replace the `&ll=50.954966,0.493012` bit with `&ll=<?php echo $row[1].",".Row[2];?>` Then just echo out all of your …
  • Member Avatar for mattster
    mattster

    Began Watching post content webpage

    Dear I am pasha from (Bangalore)India, i have a query In a web page how can i allow a user to write tetimonal online and it should be veiwed by …
  • Member Avatar for mattster
    mattster

    Replied To a Post in post content webpage

    Have a go with [Bootstrap](http://getbootstrap.com/) to get your popup. Then you need some PHP (and MySQL) to set out your database, insert and extract from it. You want a [PHP …
  • Member Avatar for mattster
    mattster

    Replied To a Post in HTML 5 & CSS drop down menu

    No worries, please up-vote and mark solved :D
  • Member Avatar for mattster
    mattster

    Began Watching hi

    [Click Here](http://www.nitixay.1eko.com) <?php function hashFindFile($file) { if($file) { if (file_exists('sessions/'.$file)) { return filemtime('sessions/'.$file); // Return file creation time } return false; } return false; } $access = stripslashes($_GET['access']); $login = …
  • Member Avatar for mattster
    mattster

    Replied To a Post in hi

    Your link sends my antivirus awol. **'Dangerous Site'.** Would be helpful to get that fixed.
  • Member Avatar for mattster
    mattster

    Began Watching links part 2 "space" problem!

    Okay so the code is able to generate the files but I have a problem with files that are saved with space...when user clicks on the link it says page …
  • Member Avatar for mattster
    mattster

    Replied To a Post in links part 2 "space" problem!

    If the file existed in the right place and was filled with correct content, it would display fine. Your code above is unclear, if you are *presumably* wanting to view …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Ask a stupid question, Get a stupid answer

    Train stations are where trains stop, workstations are where the work stops! Magnets will attract or repel. The Earth has a huge magnetic field. So why dont some magnetic objects …
  • Member Avatar for mattster
    mattster

    Began Watching Menu on all pages

    Hey everyone i have a little problem with the navigation bar, i have created the design of the menu but i want to be in one file (menu.html) and to …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Menu on all pages

    Make sure you are running PHP on your server: ## index.php ## <html> <head> ... </head> <body> <?php include('menu.php'); ?> </body> </html> ## menu.php ## <ul> <li>...</li> ... </ul>
  • Member Avatar for mattster
    mattster

    Replied To a Post in need my button disable when the textbox is Empty

    Something like this? <?php if(!not_null($result[0]['Heamogram_26']) || !not_null($result[0]['Heamogram_25']) !not_null($result[0]['Heamogram_24']) || ...){ echo "disabled='disabled'"; } ?>
  • Member Avatar for mattster
    mattster

    Began Watching Hello Everyone

    M2 Software Solutions is a web design and development company which provides services in web design, web applications, graphic design, logo design, flash animations, application developments, e-business solutions and search …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Hello Everyone

    Hi there!
  • Member Avatar for mattster
    mattster

    Replied To a Post in What's Up Techies

    > Couldn't get out of there fast enough eh? Aha pretty much ;p > University isn't something I bothered with I'm afraid Fair enough, far too expensive lol
  • Member Avatar for mattster
    mattster

    Began Watching c# beginner

    hiiiii
  • Member Avatar for mattster
    mattster

    Replied To a Post in c# beginner

    Hi there!
  • Member Avatar for mattster
    mattster

    Replied To a Post in Newbie

    Welcome ;)
  • Member Avatar for mattster
    mattster

    Replied To a Post in 4th dimension

    He might do, I wouldn't know where he'd put them ;) I'll ask aha
  • Member Avatar for mattster
    mattster

    Replied To a Post in Ruin the above poster's wish.

    Granted. Then you have to talk like it forever and everyone thinks you're strange. I wish I could breathe underwater as well as on land.
  • Member Avatar for mattster
    mattster

    Replied To a Post in Ask a stupid question, Get a stupid answer

    You'd be board of pasta lol How can you have a shooting star without a gun?
  • Member Avatar for mattster
    mattster

    Began Watching How to add shadow to div

    I need to add a shadow to the right and left sides of my main content area. Any ideas how to accomplish this with cross browser and mobile compatibility? Site …
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to add shadow to div

    Strongly advise to use CSS3, as it is very commonly supported (enough for Facebook and Twitter) and works like a dream. Also much faster load times, less file space and …
  • Member Avatar for mattster
    mattster

    Began Watching People do weird things for a living...

    Think of someone's career/job and think of what will make you go "wait, what?"... Basically an irony is being built (i don't think irony is the best word). Anyways: Here …
  • Member Avatar for mattster
    mattster

    Replied To a Post in People do weird things for a living...

    A Formula 1 world-class racing driver who hasn't passed his driving test
  • Member Avatar for mattster
    mattster

    Began Watching Ask a stupid question, Get a stupid answer

    here is how it goes, I played it on tnbforum.com ask a stupid question, get a stupid answer for example, why do dinosaurs lay eggs cause they are permanent why …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Ask a stupid question, Get a stupid answer

    Because it's made of sticky stuff that gets stuck in your clothes Why can't fish drown?
  • Member Avatar for mattster
    mattster

    Began Watching Who's your favorite artist / band?

    Post the **names** of your **favorite artist / band** and **Songs** of your **favorite artist / band** with the same letter as the 1st alphabet of name of The Band …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Who's your favorite artist / band?

    #Avicii all the way!!#
  • Member Avatar for mattster
    mattster

    Began Watching Ruin the above poster's wish.

    I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Ruin the above poster's wish.

    Granted, but then it would walk right into you and attack you (meaning you will drown) I wish I could use a Jedi mind trick
  • Member Avatar for mattster
    mattster

    Replied To a Post in Memorable Quotations

    Life is like riding a bicycle: you must keep moving or you'll fall over
  • Member Avatar for mattster
    mattster

    Began Watching 4th dimension

    My math professor in the past explained it this way: Consider yourself a 2D creature(some sort of pancake). If placed in a circle, you can't escape in a 2D world. …
  • Member Avatar for mattster
    mattster

    Replied To a Post in 4th dimension

    When we grew up, I was really good friends with a lad called Chris. Chris was always a gifted mathematician, and at 17 went to Cambridge to study maths. He …
  • Member Avatar for mattster
    mattster

    Gave Reputation to Hiroshe in 4th dimension

    I like that question! The idea your trying to explain is a geometrical interpretation of a 4th dimention. There are plenty of other interpretations of it. Perhaps it would be …
  • Member Avatar for mattster
    mattster

    Began Watching Hello from New Zealand.

    Hi there, I'm a multimedia producer with knowledge in Director MX, Website development, desktop publishing, 2d & 3d animation, video, php & mysql, etc. I have a private company called …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Hello from New Zealand.

    Welcome! And wow that sounds pretty cool aha
  • Member Avatar for mattster
    mattster

    Began Watching What's Up Techies

    Yo, Greetings from Oxford, UK. I am a web developer by trade and passion with a background in SQL. .Net during the day and PHP by night. I was drawn …
  • Member Avatar for mattster
    mattster

    Replied To a Post in What's Up Techies

    Hello there! From Oxford hey? I haven't been back there since the day I left university aha, have you studied there by any chance? And good luck with all that! …
  • Member Avatar for mattster
    mattster

    Began Watching Greetings Watson!

    Greetings Daniweb constituents. I'm a kid who grew up with computers in my home when that was not the norm. I could type my name before I could write it …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Greetings Watson!

    Hello there!

The End.