Entries for the ‘Programming & Design’ Category

add dynamic content to my website?

i have a website that is composed of only html and css. i want to add a main section of “entries,” where i can update it without having to edit my source code each time.
i know there are CMS out there, but all of them develop their own seperate pages and layouts.
i want to [...]

How to create the appearance of folders on a web page for dynamic content?

If you go to wikipedia or a blog, frequently you see links like:
“wiki.com/wiki/Title_of_Page”
and
“someBlog.com/year/month/day/NameOfPost”
Those folders don’t exist and the pages are generated dynamically based on the paths that are typed. What i want to know is how they do that and what settings are being used on the web server, I’m using xampp (Apache) on windows, [...]

How to show dynamic data in HTML page?

I would like to allow my clients to post data from their members area. But, i want to show that data in a HTML page. Is it possible? I hope it is possible. Because, yahoo ads and google adsense are the same method using on our static pages by showing their ads [...]

Adding Dynamic content to a static website?

I wish to add an information box to my static(html) website whose content i can change daily through some back-end admin section so that i don’t have to change and upload the whole html page daily. Is there any method or script available through which I can do this. the whole page remains the same, [...]

dynamic images?

I got this script

how can I change the script like that people can enter a text in a input box and the text will be showed on the dynamic image???

Create an “empty” dynamic 2-D array?

Write a C function function create() that creates an “empty” dynamic 2-dimensional array with the number of rows given by its first argument (called rows) and the number of columns given by its second argument (called columns). If the value of ‘columns’ is < 1, then pretend that the value of ‘columns’ is 1, if [...]

Write dynamic content with javascript?

Hi, I’m a javascript newbie (but html capable). can anyone please help me with this javascript problem?
This is the page.
http://cmpt165.cs.sfu.ca/~jca49/cmpt165/test2.html
If you look at the source code, there is a little bit of javascript in there. Right now, if the “Click Me” button is clicked, it leads a new page with the words “Hello World!”.
However, what [...]

JavaScript Content Rollover?

I would like to make the content on my site more dynamic:
When somebody hovers over the title of a paragraph, I want it to unroll (not just appear) the body of it, can somone please give me a code that can do that?

How do I remove a dynamic template from a frontpage website?

My school uses frontpage to build their website. I have now taken over the responsibility of adding some new pages to the site, but the person who did this previously is no longer here. Each time I click the new page icon, a new page comes up with no content, but it is [...]

how to keep my website content in database and generate static web pages ?

i am making an eshop to sell my stuff, i want to make it dynamic so that i can do content management , also i wish to generate frendly static pages for the search engine.
how do i mix the two things , is there any software available , will it cost or is it free?