Tagged Questions

3
votes
4answers
266 views

How does a website highlight search terms you used in the search engine?

I've seen some websites highlight the search engine keywords you used, to reach the page. (such as the keywords you typed in the Google search listing) How does it know what keywo …
-2
votes
3answers
48 views

How to create Website online [closed]

Is there a solution for the website building woes of website owners to have a reliable and a cost effective platform for their services?
0
votes
2answers
53 views

Is ASP.Net 2.0/Ajax toolkit the right technology for implementing a SEO friendly website

Hi, As I understand it, just URL re-writing is not the only thing one needs to do for making a website SEO friendly. You also needs to maximize the use of div (instead of tables), …
1
vote
1answer
107 views

Whats the easiest way to create an Admin Panel for dynamic websites?

I've heard about web frameworks like Rails, Django, CakePHP and others, that help programmers to quickly create dynamic websites which are basically a web GUI to interact with a da …
2
votes
4answers
192 views

Sitemap on a highly dynamic website

Should a highly dynamic website that is constantly generating new pages use a sitemap? If so, how does a site like stackoverflow.com go about regenerating a sitemap? It seems like …
2
votes
4answers
546 views

Free CRM for my website?

Searched hard but all I found was a page listing "commercial open source" CRMs, i.e. what you have to pay for. On the lookout for free CRMs so I don't have to build one!
1
vote
3answers
531 views

Inserting HTML elements with JavaScript

Instead of tediously search for workarounds for each type of attribute and event when using the following syntax: elem = document.createElement("div"); elem.id = 'myID'; …
1
vote
2answers
146 views

Scrape HTML out of AJAX loaded pages

There's a site that uses AJAX to load in the HTML content, so when I attempt to access the URL of the page, it comes up blank. How can I scrape this site's HTML client/server side …
0
votes
4answers
186 views

Financial News API

Any free/paid API to get financial news either world-wide / country specific.
2
votes
4answers
859 views

What text inside Flash is indexed by Google?

Does the following mean that dynamic TextFields will NOT be indexed? We currently do not attach content from external resources that are loaded by your Flash files. If your …
5
votes
4answers
193 views

Find out what sites are powered by

Any online tool/service that tells you what sites are powered by? Web Frameworks Multimedia platforms JavaScript libraries eCommerce Features
2
votes
11answers
695 views

Is google anti-Flash?

Google doesn't seem to like Flash content in any other way except writing text straight into the Flash IDE to get exported statically into the SWF movie. Which means that any text …
2
votes
14answers
434 views

What would be the best place to start learning AJAX (I have Perl as a backend)

I am currently developing a website using basic cgi to turn out pages. I would like the website to be changed to have a better (read dynamic) interface. What techniques (if not AJ …