-
Stopped Watching Show pdf file in web page
<p>How to show pdf file in web page? ex: www.scribd.com</p> -
Replied To a Post in Web Rings
well slap me down let me [google](http://lmgtfy.com/?q=what+is+a+web+ring+and+what+does+it+do+for+seo) that for you -
Began Watching Web Rings
what is the web rings in the seo please suggest -
Replied To a Post in Web Rings
One ring to rule them all One ring to find them In google where the searches are :) -
Began Watching A Webpage almost all Basics in One GO !
<html> <head> <SPAN STYLE=”background-image: url(http://www.makeuseof.com/wp-content/uploads/2009/08/HTMLEffects03.png ); font-size: 20pt”>vashisth the gr8</SPAN> <SPAN TITLE=”See, this is the tool tip. :)”>Move your mouse over me!</SPAN> <body bgcolor="black"> <table border="1" width="100%" height="100%"> <img src="C:\Users\IB … -
Replied To a Post in A Webpage almost all Basics in One GO !
all the errors in one go no !doctype uppercase element names no </head> body elements in the head inline styles deprecated attributes bgcolor color <td> elements not within a <tr> … -
Began Watching Messages opensource
Hello, I am looking for opensource messages that similar to email for internal admin elearning? Is there such a thing? Thanks in advance. Davy -
Replied To a Post in Messages opensource
I'm using [miranda-im](http://www.miranda-im.org/) -
Began Watching Show pdf file in web page
<p>How to show pdf file in web page? ex: www.scribd.com</p> -
Replied To a Post in Show pdf file in web page
dont forget a 'get reader' link for those (was going to write too dumb but that would be uncharitable) who do not have browsers capable of reading pdf natively -
Replied To a Post in 4th dimension
I dont have that book, I'll buy it tomorrow, and read it yesterday -
Replied To a Post in Search Engine Optimization
I stand by the comment, a huge judgement error: posting links to your site in a thread asking basic assistance in fields you pretend to be competent enough to offer … -
Began Watching data base site seo
how to promote databse realet website on the google before now i never promote any data base site. so its new experience to me so need help what the criteria … -
Replied To a Post in data base site seo
As hericles said, plus with a database site you can make your sitemap dynamic to pull all content from the database each time the bots visit, enabling easier indeing inde … -
Began Watching how to detect that browser's javascript are disabled
is there any option in javascript/jquery to know whether browser's javascripts are disabled or not? like if browser's javascripts are disabled then give alert to user that "Enable Javascript". -
Replied To a Post in how to detect that browser's javascript are disabled
why doesnt anybody read any of the helpscreens, in anything -
Began Watching How we will improve our SEO
How we will improve our website`s SEO -
Replied To a Post in How we will improve our SEO
get a google webmaster tools account, let google tell you, precisely what to do. beyond ridiculous to ask anyone other than google what google want -
Gave Reputation to christiangel.mathews in How we will improve our SEO
Make your site SEO friendly by including all the h1-h6 tags in your onpage and for off page do link building in high quality sites along with social media marketing. -
Gave Reputation to om web in Search Engine Optimization
I am trying to promote my website on google from last 3 months, but till now my keywords are not listed on google, literally felling helpless, please help me out … -
Gave Reputation to om web in Search Engine Optimization
I am trying to promote my website on google from last 3 months, but till now my keywords are not listed on google, literally felling helpless, please help me out … -
Gave Reputation to om web in Search Engine Optimization
I am trying to promote my website on google from last 3 months, but till now my keywords are not listed on google, literally felling helpless, please help me out … -
Began Watching Search Engine Optimization
I am trying to promote my website on google from last 3 months, but till now my keywords are not listed on google, literally felling helpless, please help me out … -
Replied To a Post in Search Engine Optimization
google webmaster tools google will tell you Spamming this forum with multiple copies of your link will not get the desired result added to your company SER. LEADING WEB DESIGN … -
Gave Reputation to Sara Evans in Web Page Indexing Problem
May be you can check for server issues... I suggest that you go for some SEO tool that will help your website. -
Began Watching Web Page Indexing Problem
Hello Members, I am working on one small website ( just 8 pages) and all pages are mention in sitemap. I have successfully submitted XML sitemap to Google Webmaster Tools. … -
Replied To a Post in Web Page Indexing Problem
4 of 8 50% is a good result I have 5000+ of 200 000+ well linked and menued pages in the google index, the others are similar enough in purpose … -
Began Watching Text in Images
is text for google in the images is visible ? please share your views -
Replied To a Post in Text in Images
As so correctly written, No for your further reading: Google101 how google crawls the web, in google's webmaster help screens, may prevent any other similar embarrassing questions -
Began Watching What technique did you use to learn to program?
I started programming 3 2 years ago when I started the certificate in IT, I am now on my 3rd and final year of the bachelors degree in IT. The … -
Replied To a Post in What technique did you use to learn to program?
After leaving school, 30+ years ago, [Dataflex](http://en.wikipedia.org/wiki/DataFlex) Trial and error Coffee and most important of all [timtams](http://timtamslam.ca/) -
Began Watching At what age did you create your first website?
im at 21 years old created my first website. -
Replied To a Post in At what age did you create your first website?
at 15-16, there was no web, to build sites on I had a functioning darpanet address, but it was text only, and only useful for cable-like messages I have a … -
Began Watching website within a website
I tried to do it with iframes but when I click a link in the child wesite then it leaves the parent website how can I keep the parent website … -
Replied To a Post in website within a website
If the child site is not yours, it has a framebreaker, something like <script defer='defer' type='text/javascript'> <!--// if (window != top) { if (top.location.href.indexOf("translate") < 0) { top.location.replace(self.location.href); } } … -
Replied To a Post in please correct the two syntax errors after exit;
another hint, the errors are before }exit;, and **should** be **after** exit;} -
Replied To a Post in set nav menu to adjust when one tab is removed
ps, 'somebody' <> me, able to determine what the guru may need, css is not my forte something along the lines of width=100%/(count li) ?? -
Replied To a Post in please correct the two syntax errors after exit;
<Grin> to the OP it has been hinted, about proper indenting and structure to make it easier, about closure positions, about exit being outside the code block now if you … -
Gave Reputation to guruparthi in Extracting Month and day from datetime..
select * from table where DATE(field)='yyyy-mm-dd' -
Began Watching please correct the two syntax errors after exit;
Please correct the two syntax errors after " exit; " on line 8 and 16. code below: <?php $bad_login_limit = 3; $lockout_time = 600; $first_failed_login = failed_login_count; // retrieve from … -
Replied To a Post in please correct the two syntax errors after exit;
The best solution is already written, once you see it too, then this or anything like it will generate the *headslap moment* for you that is does for others, to … -
Began Watching set nav menu to adjust when one tab is removed
I am trying to st my nav bar so that if one tab is removed, the rest of the tabs will just enlarge, and continue to take up the full … -
Replied To a Post in set nav menu to adjust when one tab is removed
<humor> well If I pull the code you used out of my .behind., it would hurt could you post your code and save my butt from the sharp edges, </humor> … -
Gave Reputation to Renato_1 in Disable flash external links
[Click Here](http://www.baby-hazel-game.com/) look how I block a links -
Began Watching HTML Page transitions from one page to another
Hello I am looking to use transistions from one page to another. How do I go about doing it? Thanksss -
Replied To a Post in HTML Page transitions from one page to another
it is javascript, it will not work all the time, (IE<9 of course, or high security settings), when it does work (justabout everything else) it is effective. it may add … -
Began Watching Confirm delete with popup window
Hello to everyone, I am trying to create a .php file that delete database rows with a popup window that confirmates the action. I know that are a dozen of … -
Replied To a Post in Confirm delete with popup window
delete is not always a good idea, for audit trails, let delete be 'change someflag to exclude this record from user searches, let admin still see it' may be a … -
Replied To a Post in sitemap
Many cms, wordpress etc, have a dynamic sitemap module built in, or as a pplugin that can create a sitemap and renew it on schedule as new pages are added … -
Gave Reputation to cereal in problem while uploading songs
Do you have write permissions on `songs` directory?
The End.