-
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, … -
Replied To a Post in Java script
Try using the JS forum mate. Will get alot more help then. -
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. … -
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 -
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 … -
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. … -
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. -
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; } } … -
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' … -
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&geocode=&q=&ie=UTF8&om=1&&s=AARTsJpQqM3ktaXD4q9ItwThgIRSOtr4zg&ll=50.954966,0.493012&spn=0.018615,0.021458&z=9&iwloc=A&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 … -
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 … -
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 … -
Replied To a Post in HTML 5 & CSS drop down menu
No worries, please up-vote and mark solved :D -
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 = … -
Replied To a Post in hi
Your link sends my antivirus awol. **'Dangerous Site'.** Would be helpful to get that fixed. -
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 … -
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 … -
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 … -
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 … -
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> -
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'"; } ?> -
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 … -
Replied To a Post in Hello Everyone
Hi there! -
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 -
Began Watching c# beginner
hiiiii -
Replied To a Post in c# beginner
Hi there! -
Replied To a Post in Newbie
Welcome ;) -
Replied To a Post in 4th dimension
He might do, I wouldn't know where he'd put them ;) I'll ask aha -
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. -
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? -
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 … -
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 … -
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 … -
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 -
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 … -
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? -
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 … -
Replied To a Post in Who's your favorite artist / band?
#Avicii all the way!!# -
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 … -
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 -
Replied To a Post in Memorable Quotations
Life is like riding a bicycle: you must keep moving or you'll fall over -
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. … -
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 … -
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 … -
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 … -
Replied To a Post in Hello from New Zealand.
Welcome! And wow that sounds pretty cool aha -
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 … -
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! … -
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 … -
Replied To a Post in Greetings Watson!
Hello there!
The End.