-
Replied To a Post in Education
my 5c a4 papers involve making things explode, lots of fun, not appropriate to the business of business many accept the existance of an unrelated degree, as evidence of competence, … -
Began Watching php
Hi all ; please help me what is the expected problem in this code ??! function SearchGrid($query,$updateOk=FALSE,$DeleteOk=FALSE) { $tbl.="<script> var prev=1; function HighLightRow(rowno){ if (rowno%2==0) tblsearch.rows[prev].bgcolor='#66FF99'; else tblsearch.rows[prev].bgcolor='#CCCC99'; tblsearch.rows[rowno].bgcolor='white'; prev=rowno; … -
Replied To a Post in php
19 is wrong 20 is wrong 26 is wrong 39 is wrong -
Gave Reputation to Kelly Burby in Forum Signature with URL - Problem?
Well @James_28 Do you really think that signautres with banners are that much helpful? I would rather prefer them to be flagged as spam. -
Gave Reputation to Kelly Burby in Forum Signature with URL - Problem?
Well @James_28 Do you really think that signautres with banners are that much helpful? I would rather prefer them to be flagged as spam. -
Gave Reputation to Kelly Burby in Forum Signature with URL - Problem?
Well @James_28 Do you really think that signautres with banners are that much helpful? I would rather prefer them to be flagged as spam. -
Began Watching Social Media
what is social media? -
Replied To a Post in Social Media
somepeople would write, [just google it](http://justgit.com/?q=what%20is%20social%20media) other people would write [google it for me](http://googleitfor.me/?q=what+is+social+media) still others would write [let me google that for you](http://lmgtfy.com/?q=what+is+social+media) because its funny -
Replied To a Post in Domain has more weight then others ?
try searching for your content, or the reason for your site, not your sitename, the results may be hugely different "why does god hate me, I am insignificant and need … -
Replied To a Post in Domain has more weight then others ?
@SIBERIAN: setting favored domain, only applies when both domains are the same website, nothing in those articles applies to you Searches are content based, your content reflects how your site … -
Began Watching Domain has more weight then others ?
Is there some domains that have more weight over others ? For example, Google will rank .florist over .com as the top, if two identical domains are found ? -
Replied To a Post in Domain has more weight then others ?
[Google says](https://support.google.com/webmasters/answer/139066?hl=en) to set the favored domain yourself through your webmaster tools account you can program google or [MattCutts](http://www.mattcutts.com/blog/seo-advice-url-canonicalization/) has generic and specific advice and [moz](http://moz.com/learn/seo/domain) says the same -
Began Watching How to get Good Ranking in Google
How to get Good Ranking in Google? -
Replied To a Post in How to get Good Ranking in Google
Ask Google: . get a google webmaster tools account; follow the instructions ridiculous to ask information from us, when you can get it directly from Google, personalised to your site -
Replied To a Post in What are you eating/drinking right now?
coffeeeeeeeeeeee -
Replied To a Post in What are you eating/drinking right now?
Amherst -> Truro via Oxford 'the blueberry capital of Canada' watched a couple raking blueberries in scoops, bought some ladylove makes blueberry pancakes Yum Canada has short seasons, strawberry season, … -
Began Watching Modifying existing website
I am, admittedly, a novice at this. Currently have a website using Bravenet (It's a GoDaddy domain). Wanting to change the website, I have used Bravesites to create a new … -
Replied To a Post in Modifying existing website
The first step would be the bravesites helpscreens the second would be godaddy helpscreens They are usually pretty good -
Replied To a Post in iframes and responsive CSS
1, tables? tables? wtf 2, media detection, pixels are entirely appropriate to determine physical device size where is the slap-up-the-side-of-the-head button -
Began Watching Google helping new websites to come first page?
I have noticed some new sites are coming first page for competitive keywords. They are coming first page and competite with high page rank websites in first page. How it … -
Replied To a Post in Google helping new websites to come first page?
many new sites follow google's instructions given in their *new* webmaster tools account many older site operators think they know more than google does, about google those older sites think … -
Began Watching Facebook and Twitter
I want to know which one is more useful to get traffic? I am running a sports realted website? -
Replied To a Post in Facebook and Twitter
The spam/content threshold on facebook and twitter is very low links to your site, without contextual reason, have a rapid negative effect & will trip search bot algorithms you won't … -
Began Watching iframes and responsive CSS
Hi all, I have come across something weird today. In my HTMl page I have an iframe pulling content from somewhere else. The height and the width of the iframe … -
Replied To a Post in iframes and responsive CSS
external stylesheets in reverse order of declaration, last declared is it, the others do not exist Internal styelsheets kill external styles Inline styles kill internal stylesheets media queries :: there … -
Began Watching Memorable Quotations
Once harm has been done, even a fool understands it. -- Homer -
Replied To a Post in Memorable Quotations
If at first you don't succeed, try, try, try again. If at first you do succeed, try, to hide your astonishment, -
Began Watching autorun in pendrive
Hi, I need to open a html file automatically inserting a pen-drive and it will open portable firefox 1 [AutoRun] SHELLEXECUTE=index.html 2 [autorun] UseAutoPlay=1 open=ShellRun.exe index.html ACTION=View the presentation i … -
Replied To a Post in autorun in pendrive
The default actions on insert flash drive, are not able to be set as a cdrom drive is even if you create a 'autorun.inf' it wont work as expected I … -
Began Watching How do you feel?
Hi friends, I have a own eCommerce website. Many customers regularly visit my site and purchase products. But for the past few months, the sales is decreased. Kindly provide suggestions … -
Replied To a Post in How do you feel?
goto google webmaster tools, and get the answer, from the ones who make the rules with all the recent algorithm changes your site may no longer be relevant -
Began Watching How good is my web site for SEO
Hi, Is there any tool for check how good my web page is for Search Engine ranking? -
Replied To a Post in How good is my web site for SEO
It is more than ridiculous to rely on any third party for search engine quality checking why not get accurate results from the source: [google webmaster tools](https://www.google.com/webmasters/tools/home) -
Began Watching windows.open() function opens new tab instead of new window in IE11
Dear Team, Im migrating my application from ie8 to ie11. The below code opens a new window in ie 8 as expected but in ie 11 it opens a new … -
Replied To a Post in windows.open() function opens new tab instead of new window in IE11
open new tab or open new window is set in the user's Internet Options the web page has no control of it attempting to *take* control of any user's pc … -
Began Watching inserting date and time separately fro datetime column
hello. i was just wondering if it is possible to insert data for date and time separately into database for a column with type datetime. datetime format is like : … -
Replied To a Post in inserting date and time separately fro datetime column
datetime is a stupid, woefully inefficient data construct a timestamp uses 4 bytes, and stores all the information of a 25byte text representation datetime not much in 1 record, a … -
Stopped Watching Sample Projects in ASP.NET
I'm done with theory portion. i want to make real time project. which has basic most used asp.net functionalists. Not very complex project not very simple .. i want project … -
Edited Tommy Ramone, last surviving member of the Ramones passed
Although saddened by the passing of more of the stars of my youth I wonder if, at the funeral, they played the parody : When-a, When-a, When-a, it's my turn … -
Edited Tommy Ramone, last surviving member of the Ramones passed
Although saddened by the passing of more of the stars of my youth I wonder if, at the funeral, they played the parody : When-a, When-a, When-a, it's my turn … -
Created Tommy Ramone, last surviving member of the Ramones passed
Although saddened by the passing of more of the stars of my youth I wonder if, at the funeral, they played the parody : When-a, When-a, When-a, it's my turn … -
Began Watching Tommy Ramone, last surviving member of the Ramones passed
Although saddened by the passing of more of the stars of my youth I wonder if, at the funeral, they played the parody : When-a, When-a, When-a, it's my turn … -
Began Watching What is the current algorithm used by Google
What are the current algorithm announced by Google??... What are the major activites of them?? -
Replied To a Post in What is the current algorithm used by Google
Google publishes the NAME of the algorithm the algorithm itself is better protected than any country's security data. Code the site cleanly Use original content Link to quoted material dont … -
Began Watching Sample Projects in ASP.NET
I'm done with theory portion. i want to make real time project. which has basic most used asp.net functionalists. Not very complex project not very simple .. i want project … -
Replied To a Post in Sample Projects in ASP.NET
more homework `die('lazy student');` -
Replied To a Post in What are you eating/drinking right now?
coffee eeeee aaaaahhhhh soothed -
Began Watching Help... Rightclick Block Script Needed
I need a Javascript Code to prevent users from right clicking on my website.. alot of people tell me why would you do that? the people will hate your site. … -
Replied To a Post in Help... Rightclick Block Script Needed
ditto all the above, a watermarking script is easy to implement, and idoes not need to modify the images on the server, only while they are served -
Began Watching Am I referencing my CSS correctly within the header?
I seem to not be able to identify why the styling does not appear at all on my page... Did i reference something incorrectly? It all appears right to me... …
The End.