-
Began Watching Beards
I have contributed to the 'Real World Computing' section of PC Pro magazine here in the UK for, come the next edition, what will be 20 years. During all of … -
Replied To a Post in Beards
Seriously guys I think some of you need to change your careers and become comedians because this is hilarious. > I though we were comparing beards not penis size. zzzzz. … -
Gave Reputation to ChrisHunter in Beards
Mine is more stubble than a beard. I trim it every week and haven't clean shaved in about 4 years but still can't get it to join fully on the … -
Replied To a Post in The Last Person
Until I win -
Replied To a Post in Memorable Quotations
"I like long walks, especially when they are taken by people who annoy me" ~ Fred Allen -
Replied To a Post in Random Facts
The Australian box jellyfish has a survival rate from its sting is almost 0, death follows in 4 minuets. -
Began Watching The Internet of Things
I may be getting paranoid (at least my wife thinks so), but every time I hear/read about the internet of things, all that is said is how wonderful it will … -
Replied To a Post in The Internet of Things
The thing is, is that nothing is private any more. There will always be someone sat 1,000 miles away who knows everything about you. I completely agree, we have every … -
Began Watching Asalam-O-Alekum
Asalam-O-Alekum everyone. Im happy to join your community. I hope I'll learn lot of things from your community. -
Replied To a Post in Asalam-O-Alekum
Hi there! -
Began Watching Website Framework
I was invited to join 2 people in forming an online business. The peoples responsibilities were 1. CEO/marketing/sales, 2. Frontend design (me), 3. Backend, database, etc. Well to make a … -
Replied To a Post in Website Framework
Depends how much work you want to do, what skills you have and what you may want to do in the future. If you want to write it yourself (without … -
Replied To a Post in Navigation methodology in a gallery
Isotope is a jQuery plugin which specialisies in this sort of stuff: http://isotope.metafizzy.co/ -
Replied To a Post in file and image upload option make file name and delet file
> not showing any file uploads folder, > somthing wrong So show us some code so we can help you. **Again:** Show some effort and try. -
Began Watching Putting a variable within a URL.
I hope I'm asking this question correctly. I am succesfully using [Fullcalendar](http://fullcalendar.io/) on my site to show various dates for various members, all of which are stored in a database. … -
Replied To a Post in Putting a variable within a URL.
So let me get this streight: you have a popover, and it is showing what where the image should be? > And this is what the array looks like. Which … -
Began Watching Select Country to show state from mysql
can I get code to bring out the state under a country when the country is selected. both state & country from the database displayed in a select dropdown -
Replied To a Post in Select Country to show state from mysql
Take a look at this: http://www.webdevdoor.com/javascript-ajax/dynamic-select-list-jquery-php/ It's a good idea to use AJAX in a situation like this to smoothen the browsing experiance, but at the same time being able … -
Began Watching Using sessions ?
I am not able to get my email input even after defining my sessions, please look below: I have two scripts: The first is is to show the declaration of … -
Replied To a Post in Using sessions ?
> although this shouldn't affect the output But in this case it would, using `echo "Hi {$name}";` is okay, but array variables like `$variable['XYZ']` it could well cause problems. I'm … -
Began Watching PHP LANGUAGE SECURITY DOUBTS PLZ HELP ME in 24 HOURS
.I am working as a PHP software developer in Bangalore.I am new to the PHP language.I have some doubts.please clarify me. 1. IN PHP what are the things we want … -
Replied To a Post in PHP LANGUAGE SECURITY DOUBTS PLZ HELP ME in 24 HOURS
> PHP software developer in Bangalore.I am new to the PHP language. Maybe you need to be at least moderately competent with a language before you become a software developer … -
Replied To a Post in Scrabble
male -
Replied To a Post in Random Facts
Finland has more islands than any other contry: 179,584 -
Replied To a Post in Random Facts
In 1993, Juan Bernaus was sentanced to 3 years in prison in Argentina for switching the "Ladies" and "Gents" signs on public toilets. What a lad. -
Began Watching Things I hate about TV shows
Cop shows that include a 5 minute foot chase. This is usually the result of the cops shouting out a suspect's name from half a block away instead of waiting … -
Replied To a Post in Things I hate about TV shows
> Some people are incapable of feeling good about themselves unless they are looking down on others. Too true... I hate how the geeks in films can hack into anything … -
Began Watching COCHRANE, Patrick Joseph - Alberta
COCHRANE, Patrick Joseph - Alberta a business consultant, howdy everyone Thanks : COCHRANE, Patrick Joseph - Alberta -
Replied To a Post in COCHRANE, Patrick Joseph - Alberta
> And if you are based in Alberta, how come I'm seeing Manila as your domicile from the user registration perspective? Ooooh he's being sussed by the happygeek -
Began Watching Hello everyone
I'm Menno Wijnen, borned in india and now i am living in UK. I'm 35 yo and i am glad i joined your community. I just wait to find out … -
Replied To a Post in Hello everyone
Hi there! -
Gave Reputation to oriclon in I need basic web Graphic answers
You need to add the height and width to the code. Here is an example. It is in pixels not inches. <html> <body> <img src="http://ts1.mm.bing.net/th?&id=HN.608016165064411253&w=303&h=300&c=0&pid=1.9&rs=0&p=0height="188" width="303" -
Gave Reputation to oriclon in I need basic web Graphic answers
You need to add the height and width to the code. Here is an example. It is in pixels not inches. <html> <body> <img src="http://ts1.mm.bing.net/th?&id=HN.608016165064411253&w=303&h=300&c=0&pid=1.9&rs=0&p=0height="188" width="303" -
Gave Reputation to almostbob in time 24 hours without am/pm
Hey, I actually read the manual. wondered why I never had a **bleep** fill in a form wrong, `/test.php?timefrom=00%3A59` is the tail of the get parameter submitted as 12:59am … -
Began Watching Navigation Bar
I would like to make a navigation bar that spans alot of pages but only links to a few main ones and do not want to copy and paste this … -
Replied To a Post in Navigation Bar
@oriclon, thats not what he asked: *read the question* > make a document that contains my navigation bar and just place a link of somekind so it loads it's contents … -
Began Watching table
I am looking for table row alternating color. I already write the codes and the table does not appears yet. I wonder why? schedule.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 … -
Replied To a Post in table
> style="backgound-color: white;" Use a CSS file instead, will save you a lot of work: tr:nth-child(even) {background: #CCC} -
Began Watching Problem while maintaining the sessions for different folders
Hi, I am working on an aplication which contains two different portals (admin and members). `http://localhost/app/` is used for the members login and `http://localhost/app/admin` is used for admin's login. When … -
Replied To a Post in Problem while maintaining the sessions for different folders
What about using [unset()](http://php.net/manual/en/function.unset.php) and delete the session variables for one portal instead of the other? -
Gave Reputation to diafol in PHP or ASP.net
>Which type of dynamic website is useful in 2014 PHP or ASP.NET? This question has been asked to death - here, the ASP.NET forum, the wider web. You'll get partisan … -
Began Watching Undefined $_SESSION
messages.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Transdmin Light</title> <!-- CSS --> <link href="style/css/transdmin.css" rel="stylesheet" type="text/css" media="screen" /> <!--[if IE … -
Replied To a Post in Undefined $_SESSION
Place `session_start();` at the very top of both files. -
Began Watching Proud to announce...
Hi guys, It gives me great pleasure to announce that I will be collaborating with fellow Daniwebber Veedeo in creating a fully baked, no nonsense CMS in Codeigniter. I will … -
Replied To a Post in Proud to announce...
Any news on this guys? Looks really good! To tell the truth, I'm very jelous of this partnership. -
Marked Solved Status for Newsletter
Hi All, I have noticed I've stopped recieving the DaniWeb Digest (without wanting to). Is there a way I can click to "opt-in" somewhere? I've seen the "Join mailing list" … -
Replied To a Post in Newsletter
Ah right thankyou! -
Created Newsletter
Hi All, I have noticed I've stopped recieving the DaniWeb Digest (without wanting to). Is there a way I can click to "opt-in" somewhere? I've seen the "Join mailing list" … -
Began Watching Newsletter
Hi All, I have noticed I've stopped recieving the DaniWeb Digest (without wanting to). Is there a way I can click to "opt-in" somewhere? I've seen the "Join mailing list" … -
Began Watching Scretch right and left
Hello, I am trying to scretch right and left my header and footer but as far as now it only scretch right. #navigation {margin: -5px 0 0 10px; min-width: 100%; …
The End.