-
Replied To a Post in Browser Compatibility
> I don't believe you are helping either. But it's OK I already figured it out. It actually wasn't that hard to answer if effort was put in but that's … -
Replied To a Post in Jokes
An air traffic control tower suddenly lost communications with a small twin engine aircraft. A moment later the tower land line rang and was answered by one of the employees. … -
Began Watching how can i display my local language(Telugu or any language) in a image?
<?php header("Content-Type: image/jpeg"); $im = imagecreatefromjpeg('000.jpg'); // get the image size $w = imagesx($im); $h = imagesy($im); // place some text (top, left) imagettftext($im, 60, 0, 300, 100, 0xFFFFFF, 'vani.ttf', … -
Replied To a Post in how can i display my local language(Telugu or any language) in a image?
enter the utf8 code in the form € codes for Telugu as outlined in [this link](http://www.unicode.org/charts/PDF/U0C00.pdf) actual characters wont work the interpreter cant read them, its in English vani shoud(?) … -
Began Watching Lean about new seo technique
I am new in SEO. I need to know everything about SEO. How to work on it and how can I get my website into google 1st page. Can anyone … -
Replied To a Post in Lean about new seo technique
Google make the rules: >75% of all searches make all other SE irrelevant What Google says **is** SEO Register your site with [Google Webmaster tools](https://www.google.com/webmasters/tools/home) and let the ones that … -
Gave Reputation to danielmav in Keyword Ranking on 1st page
Since you want to rank for local keywords: I would recommend you to list your website in **Google local places for Business**. and authentiicate your website to the Google plus … -
Began Watching how i hide .html from my url page
Hi guys, someone please help me with a problem, i search alot to google how to hide my ending of my url page and can't find nothing.. ex: www.url.com/file.html what … -
Replied To a Post in how i hide .html from my url page
there are seo negatives what is www.url/file script, css, image, executable, compiled application, all are file with no prompting extension, what do SEBots do, [Occam's razor response](http://math.ucr.edu/home/baez/physics/General/occam.html): they leave Why … -
Replied To a Post in Response we should not make, to questions they should not ask
 (repeat) "We have never seen that point on the zero-bullshit scale before" "You exemplify the; shallow end of the gene pool, zero end of the 0-10 scale, reason … -
Replied To a Post in Could you share your knowledge about life?
Things to remember a. There are no 130 year old homeopaths: b. Every drop of water, every bit of air is associated in some way with Einstein, if there were … -
Began Watching Could you share your knowledge about life?
That might be quiet strange question. Would any of you tell me basic teachings about your life? Something as if you would be thinking like "Oh darn, if I just … -
Replied To a Post in Could you share your knowledge about life?
Placebo works on the symptoms, right up til the patient dies of the disease -
Edited Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Edited Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Edited Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Edited Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Created Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Began Watching Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Gave Reputation to zzmrzz in Help with PHP and HTML
Hello fellow coders, can anyone make me a working login system, like login, register, and send all files + the Database file (Test DB file)? Please be kind, it doesn't … -
Gave Reputation to zzmrzz in Help with PHP and HTML
Hello fellow coders, can anyone make me a working login system, like login, register, and send all files + the Database file (Test DB file)? Please be kind, it doesn't … -
Gave Reputation to zzmrzz in Help with PHP and HTML
Hello fellow coders, can anyone make me a working login system, like login, register, and send all files + the Database file (Test DB file)? Please be kind, it doesn't … -
Gave Reputation to zzmrzz in Help with PHP and HTML
Hello fellow coders, can anyone make me a working login system, like login, register, and send all files + the Database file (Test DB file)? Please be kind, it doesn't … -
Began Watching backslash on link element
does the link element have a closing back slash or not i.e is it (1) <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> or (2) <link href="css/style.css" rel="stylesheet" type="text/css" media="all" > -
Replied To a Post in backslash on link element
## HTML NEVER had a self closing element ## **X**HTML required all elements to close, singleton elements were required to self close, `<img alt='' src='' />` or `<link href="css/style.css" rel="stylesheet" … -
Began Watching how to move a site from page 2 to page 1
i have a website that that has been on the 2nd page of google for over 6 month i have been trying to move it to the first page for … -
Replied To a Post in how to move a site from page 2 to page 1
between 11 and 20 of a billion web sites, well done so far Ditto Kelly above, and read through this sticky [**Read Me** before you ask for review, Code compliant … -
Replied To a Post in Random Facts
ex: prefix; was, has been spurt: noun; drip under pressure expert: has been drip, under pressure -
Began Watching How to redirect dynamic url using php
I want to stop direct access for dynamic url. If someone tries to access next link **http://abc.com/gallery.php?id=1** then redirect to **error404** page Value of **id=1** is dynamic and changes frequently. … -
Replied To a Post in How to redirect dynamic url using php
sessions: established on the preferred access page, with appropriate robots.txt entries to please google image searchbot HTTP_REFERER checks (oops already noted) -
Began Watching Which is more useful on home page? Rotating slider or static banner
Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner. -
Replied To a Post in Which is more useful on home page? Rotating slider or static banner
As both prior posters, the intent of the page determines the best use of resources If there is one thing, keep the landing page very small and fast, users wait … -
Gave Reputation to Blueie in False error message?
Hello Jorge I copied it from my Register.aspx page and pasted it under the TextBox called UserEmail. > You need a conditional statement after your lookup. If there is no … -
Gave Reputation to Blueie in False error message?
Hello Jorge I copied it from my Register.aspx page and pasted it under the TextBox called UserEmail. > You need a conditional statement after your lookup. If there is no … -
Began Watching Help with PHP and HTML
Hello fellow coders, can anyone make me a working login system, like login, register, and send all files + the Database file (Test DB file)? Please be kind, it doesn't … -
Replied To a Post in Help with PHP and HTML
fellow coders? We may be coders, doubt very much if . . . I'm trying, really mods, to be more polite, its difficult to respond politely when the op is … -
Began Watching CSS media query for real physial size?
There is screen A and screen B. Both screen are same physical size in length and width. Just one is 1920x1080 and another size is (I think) 800x640. See, if … -
Replied To a Post in CSS media query for real physial size?
javascript does not work in some devices, If your code depends on js it may fail thats the teacher's *reason*, pain in the butt is an added bonus (for him) … -
Began Watching Should there be a sticky in SD for links to specialized sites?
In light of the regular if slow traffic in certain specialized questions - especially regarding operating systems development and compiler development - I would like to suggest that a sticky … -
Replied To a Post in Should there be a sticky in SD for links to specialized sites?
I think its a good idea, Start the list, submit it as a new thread, pm the moderators to consider it for stickiness, the mods react v.quickly to ideas I … -
Gave Reputation to Bestseoservices in Difference between Keyword Tool and Keyword Planner Tool?
what is the Difference between Keyword Tool and Keyword Planner Tool? -
Began Watching Difference between Keyword Tool and Keyword Planner Tool?
what is the Difference between Keyword Tool and Keyword Planner Tool? -
Replied To a Post in Difference between Keyword Tool and Keyword Planner Tool?
If you are the 'best seo service in bangalore' the others must be really bad Go read something about what you pretend to offer as service This site is well … -
Replied To a Post in slider
So wrongway, you checked 700000 results and found none of them were configurable? In 24 Hours? let alone that traevel posted two links to scripts that do exactly what you … -
Began Watching slider
How I can make fastest a slider with small linked images like a film tape and they should slide left and right !!!!!!! Pls help fast !!! -
Replied To a Post in slider
Well wadda ya know, a double post, Hi mum -
Began Watching Google Database
Hi, I would to know how i can add my site in the database of Google.fr thx for all -
Replied To a Post in Google Database
FFS another dumbass How do I add my site to google, with a farkin webmaster link in the signature @Elora This site is well indexed and ranks highly "I don't … -
Replied To a Post in Browser Compatibility
Then, why didn't you put in a little effort? Nobody else should until **after** you do I didnt bother helping **you**, you came across as a petulant R-sole You can't … -
Began Watching which is the latest processor for computer?
which is the latest processor for computer?
The End.