-
Replied To a Post in Would you like to live for 1000 years?
Only I think in the episode they would live to be 55, not 25. :) Are you still talking about a different movie or is that what you were referring … -
Began Watching Would you like to live for 1000 years?
Suppose there exists a magic medical pill, that increases life expectancy by a tenfold. So ages of 800 and more are easily attainable. Would you like the idea? Say you … -
Replied To a Post in Would you like to live for 1000 years?
Wasn't that a Star Trek TNG episode involving Lwaxana Troi? -
Replied To a Post in if statment
Marko, what if the temperature is 35? As I mentioned in my explanation, there's no need to expand on the middle conditional. -
Began Watching Yes, Now I Realize - Please Assist
I am still working with redirection. **This** works great, but is not exactly what I need: <?php ob_start(); ?> <h1>ob redirect test</h1> <?php $redirect_page = 'https://www.google.com'; $redirect = true; if … -
Replied To a Post in Yes, Now I Realize - Please Assist
Off the top of my head, change if ($redirect == true) { header("Location:$redirect_page"); } to if ($redirect == true AND !empty($_POST)) { header("Location:$redirect_page"); } The $_POST[] array gets populated with … -
Replied To a Post in Link underline
Sometimes ... often ... you know, I don't spend a lot of time in the programming forums :) OK I'll add it to my list of things to do after … -
Replied To a Post in Link underline
For the reason I mentioned above, which often has me clicking links in code snippets. -
Edited timestamp datatype select query
Hi, I am using timestamp datatype for storing date..and value of column is like 2013-12-31 T 23:59:59.000Z For query SELECT * FROM a WHERE created_on BETWEEN '20131201' AND '20131231' SELECT … -
Edited Tkinter GUI help please
Hi i was wondering if anyone could help me, im wanting to when you click in a certain area it changes the background image thanks import Tkinter as tk from … -
Replied To a Post in Link underline
> Broken for who? Your server? You get false positives on websites with IP blocks. Is that why they remain clickable? We flag the link as bad if our server … -
Began Watching Hello members of DANIWEB Community
Hello members of DANIWEB Community. I am from Bulgaria and my interests in IT are php, xml and web based information systems. Obviously I am new here, therefore I would … -
Replied To a Post in Hello members of DANIWEB Community
Hi there! Welcome to DaniWeb!! :) -
Replied To a Post in Link underline
Completely out of curiosity, cereal, did this just start bothering you because broken links are crossed out, or have you had a pet peeve with links within code snippets all … -
Replied To a Post in Link underline
> The link should not be clickable by default The reason why we turn URLs into clickable links within code snippets is because sometimes snippets include comments with a link … -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Replied To a Post in Link underline
That's by design. We put a strikethrough through broken links. -
Stopped Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Where can I learn C++ game development online for free?
I'm 11 years old and I'm absouloutly LOVE programming. I'm learning C++, but I heard that C++ is used for creating games. Where can I learn game development online for … -
Replied To a Post in Where can I learn C++ game development online for free?
I'm really sorry, najiawad0, but I had to ban your account because you stated you are under 13. Legally, we cannot allow you to post. -
Tweeted Lookup and Locations in Excel
Sheet1 A1: Football A2: Rugby A3: Basketball Sheet2: A1: A2 A2: B4 How can I get a location of a field from String? Is it even possible? *eg. I want … -
Replied To a Post in ATOM Activity Stream
No because that is for the JSON spec. I tried to follow this one: http://activitystrea.ms/specs/atom/1.0/ but I'm not sure if I did it right. -
Replied To a Post in How to drive traffic tomy ecommerce site?
I get that it's small businesses ... but are they basically doing everything start to finish for the non-technical business owner, or are they targeting do-it-yourselfers? -
Began Watching How to drive traffic tomy ecommerce site?
I want to get more visitors to my ecommerce site.I am also content writer.So with this things can i any strategy. Please help me.We are small **[ecommerce development](http://www.contus.com/ecommerce-web-development.php)** company? -
Replied To a Post in How to drive traffic tomy ecommerce site?
I'm sorry, but by looking at your homepage, I can't even figure out what your site offers. Who is your target audience? Do-it-yourself Internet marketers or people who should hire … -
Began Watching what is the keyword stuffing???
what is the keyword stuffing??? -
Replied To a Post in what is the keyword stuffing???
Keyword stuffing are those darn tag clouds we have at the bottom of each page that got us dinged with Google Panda a few years back. -
Replied To a Post in ATOM Activity Stream
That link gave the error `Use of unknown namespace: http://activitystrea.ms/spec/1.0/` and a lot of the errors are related to unknown elements. Plus, there are some things that it claims to … -
Replied To a Post in Unexpected $end in existing article template - error not previously there
When doing these inline if statements, you can use the following shorthand instead: <?= $value ? 'true' : 'false' ?> So in other words ... <?= !empty($item->fields_by_id[14]) ? $item->fields_by_id[14]->result : … -
Created Percentage of sites using jQuery UI?
I was wondering if there's a site out there that gives statistics towards the percentage of sites that use jQuery UI? (Note I'm not looking for the actual number of … -
Began Watching Percentage of sites using jQuery UI?
I was wondering if there's a site out there that gives statistics towards the percentage of sites that use jQuery UI? (Note I'm not looking for the actual number of … -
Began Watching new year
happy new year to all and dani. i wish for you that this year your community grow more and more very happy new year. New Year is the time to … -
Replied To a Post in new year
Happy new year yourself!! :) -
Replied To a Post in Getting started with OAuth 2.0 Explicit Flow
We also have a [tutorial about clientside (implicit) flow](http://www.daniweb.com/web-development/javascript-dhtml-ajax/tutorials/469810/oauth-2.0-implicit-flow-with-the-daniweb-api) which I encourage javascript people to check out as a follow up to this tutorial :) -
Edited Getting started with OAuth 2.0 Explicit Flow
# What is OAuth and why do I want to use it? If you want to write an application that caters to existing members of a service, and you want … -
Created ATOM Activity Stream
I'm trying to create an ATOM activity stream ala http://activitystrea.ms/ However, I'm confused a bit by the proper format, and also wondering if the JSON version is replacing the ATOM … -
Began Watching ATOM Activity Stream
I'm trying to create an ATOM activity stream ala http://activitystrea.ms/ However, I'm confused a bit by the proper format, and also wondering if the JSON version is replacing the ATOM … -
Created Who's going to CES?
I'm not (hehe), but I was just wondering who in the DaniWeb community was going to CES this year? -
Began Watching Who's going to CES?
I'm not (hehe), but I was just wondering who in the DaniWeb community was going to CES this year? -
Began Watching Warrens80
hi guys i am Warrens80. i see u banned my other account which is funny. i am here to ask forgiveness and to ask for m privilegess back please dani … -
Replied To a Post in Warrens80
Unfortunately, your new account has been banned as well. We have a strict policy where we do not allow users to create multiple accounts for the specific purpose of trying … -
Edited Why would Flash work in IE 9 but not in IE 11?
Hello Forum, Why would Flash work in IE 9 but not in IE 11? That is, why would Adobe Flash work with Microsoft Internet Explorer Version 9 and not work … -
Replied To a Post in Endorsement suggestions
Ddanbe expressed such enthusiasm that the problem was fixed and so quickly that I mistook him for the OP. -
Began Watching *Greetings - I Have Returned*
After years of tumultuous shenanigans, I have returned to <DANIWEB>. I am primarily here to research and study PHP/MySQL. I look forward to my time here, helping others and getting … -
Replied To a Post in *Greetings - I Have Returned*
Hi there! Welcome back! I remember you :) -
Replied To a Post in Endorsement suggestions
Sorry, that was me. I marked it as solved because I got prit confused with ddanbe, and didn't realize ddanbe wasn't the OP when he said it was fixed. -
Marked Solved Status for Endorsement suggestions
Dani. The members shown in the endorsement suggestion page should exclude deleted members. In mine it still shows LastMitch, whom has deleted his profile. -
Replied To a Post in Endorsement suggestions
I work quick :) -
Replied To a Post in Endorsement suggestions
Should be fixed. Please confirm for me, thanks!
The End.