Tagged Questions
The dynamic-websites tag has no wiki summary.
8
votes
4answers
2k views
Free CRM for my website? [closed]
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!
6
votes
5answers
281 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
5
votes
4answers
6k 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';
elem.innerHTML = ' ...
5
votes
13answers
950 views
Is google anti-Flash? [closed]
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 drawn by ...
4
votes
4answers
2k 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 keywords you typed in the ...
4
votes
14answers
655 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 AJAX) and/or tutorials ...
3
votes
1answer
313 views
ASP.NET MVC/IIS 7: Creating dynamic websites (subdomains) with a button click
I'm working on a community forum script, and I want to give every one an opportunity to create their own community forum for free.
So let's say I have the following domain:
www.forum.com
Bob wants ...
3
votes
4answers
899 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 it would be a drain ...
2
votes
1answer
27 views
Interworx website backup - in between angry client and angry host - Im the meat?
I have been contacted today by someone who is wanting to restore his website.
Long story short, host cancelled and deleted his account. He has a backup from a few weeks ago which will do fine. it ...
2
votes
3answers
127 views
How to manipulate Javascript websites in Perl
I have been asked to automate the logging into a webapp(what I assume to be one, that runs a lot of .aspx and .js scripts) that, currently, can only run in IE. Now i am programming in Perl and have ...
2
votes
7answers
135 views
How much languages is “recommended” for a dynamic website?
When constructing a website, say a Q&A site or a just a forum site for a community, is just knowing HTML,CSS,PHP, MySQL, and javascript enough to make the site dynamic?
I am saying this because ...
1
vote
1answer
44 views
My Solution to Performance Issue
I'm running a classifieds website that has ads and comments on it. As the traffic has grown to a considerable amount and the number of ads in the system have reached over 1.5 million out of which ...
1
vote
2answers
140 views
HTML Include: Separate Header and Footer
Can we include an HTML file / snippet from another HTML file?
My use case is related to how a website is built; in a simple form, a site typically has the same header and footer across the board. It ...
1
vote
1answer
111 views
Get param from html to java function call
I am working with a java generated dynamic webpage, and I'm printing links from a query to a JDO. But I don't understand how can I get and use the parameter from the url.
My html objects are printed ...
1
vote
3answers
99 views
How to create a platform or portable code to save your time?
I've created many websites using PHP,XHTML, CSS and MySQL, and everytime I want to create a new website I have to do the following:
1.creation and conception of the admin pages.
2.creation of the ...
1
vote
1answer
55 views
Geo Dynamic Web Page being indexed by Google in San Francisco
I run a website that is dynamic based on your geo, ie if you go to http://example.com/ and you are in San Francisco it will present you with San Francisco content and I'll put San Francisco in the ...
1
vote
1answer
75 views
Stumbleupon.com technology
I've looked all over the web and stackoverflow and can't find anyone talking about stubleupon.com's lineup. Including: framework, language, database, etc. Does anyone have any idea or at least a ...
1
vote
2answers
119 views
what is ssl and how can i use to make my website secure?
Can anyone tell me about SSL and how it can be used to secure a website?
1
vote
1answer
478 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 database.
I was ...
1
vote
2answers
379 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?
1
vote
4answers
2k 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
Flash file loads ...
0
votes
1answer
37 views
Adjacency List Model + Website Navigation
I am using the adjacency list model to find sub categories within my website. I have working PHP code to find all the categories and sub categories, but now I cannot figure out how use that to create ...
0
votes
0answers
18 views
which CMS is good to create interactive, dynamic community website? [closed]
I want to create a website where user can register and then after Log In , there will be number of topics and on selecting particular topic user can write/post something about that topic and other can ...
0
votes
1answer
36 views
Best Setup for a Site like this? [closed]
http://limestudios.freeiz.com/Sites/Currently_Being_Worked_On/LSOpenComic/
The above link is to a web application I have been working on for a few weeks. Now the problem is not if it's working or not ...
0
votes
2answers
93 views
Move all Images in website down half their height
We have a website with many math formulas (displayed as pngs, converted from Latex) and they are dynamically loaded into their respective places (out of an sql-database).
All the formulas lie on line ...
0
votes
2answers
294 views
How to create an epaper (newspaper) website on joomla
I want to create a website exactly same like this on joomla. But don`t know how to do it. It is basically an urdu daily newspaper. And it should be updated on daily bases. I think joomla would be ...
0
votes
2answers
50 views
What tool should I use to develop a website on a linux machine? [closed]
I am going to create a website. I would like to get some suggestions on what is the best free tool could be used on a linux machine.
Basically, I prefer a tool which can show both code and the result ...
0
votes
0answers
38 views
How to implement tags in website? [closed]
What is the best language to implement tags for a website?
The website purpose is a big bookmarks organizer
The website is now written in PHP & mySQL
Thanks!
And does anyone knows an easy to ...
0
votes
1answer
42 views
how to add different Href and onCick in ANCHOR TAG for a Ajaxed based website?
I am developing a Ajax based web application.I want to add HREF and OnClick, both to the anchor tag.
This I want to do because of 2 reasons,
To keep the web application SEO friendly.'
Secondly, if ...
0
votes
0answers
65 views
IIS redirecting pages under the redirected subdomain virtual site?
In an effort to reduce administration we decided to make our content more dynamic to standardize, reuse code and reduce the number of sites and folders we have to maintain. As part of that, we moved ...
0
votes
1answer
79 views
eclipse link two dynamic web projects
Is there a way to split up a Dynamic Web Project in Eclipse into two libraries and link them up properly?
So, I'd like to have a library project and an two other applications specific web project.. ...
0
votes
5answers
91 views
i need to use the " symbol in java
I'm having some hard trouble finding the answer for this
Is there anyway to use the " symbol in java without it assumes that is a text... The ideal i think would be to save the " to a string.
Can it ...
0
votes
1answer
78 views
html value of select option to jdo object
I'm doing an query and getting a list of albums names from my JDO, they are then displayed in a selection menu in html like this
List<NomeAlbum> results = (List<NomeAlbum>) ...
0
votes
4answers
149 views
PHP: Is Static better than Non-Static?
I got really confused with static and non-static functions and class properties when I was trying to run my website.
Can someone explain whether it is better to have the whole website written using ...
0
votes
1answer
46 views
Rails real-time logger on webpage?
I'm transferring a Ruby app I once made into Rails.
Now the app does some calculations that take a while (up to infinity (in theory) if you like :p).
To show a user the status of everything, I ...
0
votes
1answer
167 views
progress bar (timer)
Is there any way to make a progress bar (any) that will go when a user look at the window (window/tab is active) and will pause when the user go to another tab/window (inactive) and resume when comes ...
0
votes
2answers
140 views
Want to learn to create Dynamic sites
I want to create dynamic sites.. Which language should I use - PHP/Python/Perl/Ruby ??
I wanna make search engines & social networks...
Thanks...
do also refer me tutorials...
0
votes
1answer
206 views
Eclipse - Dynamic Web Project not picking up changes in jsp or
I am using Run As -> Run on server, to run my web project on the local tomcat instance.
Problem is, when I make changes on JSP's and other project component, sometimes Eclipse picks this changes up, ...
0
votes
1answer
157 views
C# database driven website, VS2008 & MSSQL guidance request
I need a bit of guidance or pointing towards some tutorials for storing webpage content within a database and for that data to be displayed as and when requested. I touched on storing data within ...
0
votes
9answers
217 views
What architecture should I use for writing my first dynamic website in PHP?
I just want to build my first dynamic Website. I want to use PHP, MYSQL, AJAX, HTML, CSS
I have some beginner Questions:
Should the Header and Navigation Bar excluded in a header.php and print out ...
0
votes
2answers
32 views
How do allow my website clients to send stuff to each other?
I was thinking on something along the lines:
1. Client 1 periodically sends jQuery requests to the server using long polling technique.
2. Client 2 at some point in time sends an event to the server ...
0
votes
1answer
173 views
website screenshot on my server depending on USER
Hi,
I came upon many similar questions like this but i could not find simple answer.Also my requirement is to create my web page thumbnail onto my server for a particular User (depending on SESSION) ...
0
votes
3answers
310 views
SQLite use it for websites, but not for client/server apps?
After reading this question and the suggested link explaining when is more appropriate to use SQLite vs another DB it's still unclear to me one simple thing, and I hope someone could clarify it.
They ...
0
votes
1answer
75 views
Adding few static Html pages to website: Good/Bad practices?
I've this old and static website which is just a collection of html pages created in 2005 using DreamWeaver. I need to recreate it in ASP.NET MVC.
However, I've noticed that there few contents that ...
0
votes
2answers
281 views
Running Dynamic Web Project within Application Server Tomcat/GlassFish
We have a complicated setup via Maven, where different projects are packaged as wars then overlayed on each other.
Today I watched a tutorial of creating a Dynamic Web Project that can run directly ...
0
votes
4answers
110 views
Is there a way define a global variable which is accesible from a class method?
Here is the situation
I create a instance of a class
$newobj = new classname1;
Then I have another class writtern below and I want to this class to access the object above
class newclass {
...
0
votes
3answers
171 views
how to force the user to download a file, not to view it?
I have a download page where i have kept musics, pictures, ebooks and etc. Whenever users click at the image it opens it, and same things happen with .pdf files if the user has installed pdf reader on ...
0
votes
1answer
198 views
Best way to integrate a database into a website?
As part of my job I complete calculations based on information I gather from websites.
My question is what would be the best program for me to create an application that will search a website to ...
0
votes
1answer
50 views
Preserving text formatting for dynamic website
I am facing a problem while creating a dynamic website. I am building it for some pharma company, which have many products. The problem is, every product have different sections of description, and ...
0
votes
2answers
49 views
Safe to have page resources without file extensions?
I need to decide on naming conventions for a new website.
I can use mod_rewrite at will.
My favourite solution would be to work with no file extension at all.
www.exampledomain.com/language/pagename
...