I wanna make a websit for myself.and put my photos,article ,flashes I make on it. .But I am not really good at it.and do not know which softwares are good to use.Could you guys help to recommend a few?

The crystal effect is preferred,
make a beautiful menu -----I heard that Sothink DHTML Menu 8 is not bad,Have you ever used before? is it good ?
Pls give me some advise..T.K.S!!!

Dani AI

Generated

Thread context: wants a personal site for photos, articles and animations and asked about a shiny "crystal" menu. and correctly flagged that tools and hosting can cost money, and noted a menu-builder suite was purchased. A few practical, modern points not yet covered here.

Flash animations created years ago will not run in modern browsers (Adobe ended Flash Player support in 2020). Converting legacy animations to HTML5 video or rebuilding them with the Canvas API or CSS/JS keeps content usable across devices (see Adobe on Flash end-of-life and MDN on Canvas and HTML5 media).
(https://www.adobe.com/products/flashplayer/end-of-life.html)
(https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
(https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video)

Photos need resizing and compression before publishing. Resize images to the display size, use responsive markup (srcset / picture) and try modern formats when possible. Web-based compressors like Squoosh are useful for visual control of quality vs size. These steps reduce load times and improve mobile performance.
(https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images)
(https://squoosh.app/)

For a "crystal" menu effect, layered CSS gradients, subtle inner shadows and an SVG overlay scale cleanly and avoid extra image assets. Verify the menu-builder outputs semantic HTML and graceful fallbacks; heavy JS-only menus often break keyboard navigation. Follow the WAI-ARIA menu patterns for keyboard/assistive-device support and test the menu with keyboard-only navigation.
(https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient)
(https://www.w3.org/TR/wai-aria-practices-1.1/examples/menu-button/menu-button-links.html)

Practical workflow: pick an editor and image tool that fit the budget, keep original files and license keys backed up, test on multiple devices, and run a performance/accessibility audit (Lighthouse) before launch. If frequent posting is planned, consider a simple CMS or a static-site workflow with source control to simplify updates and backups.
(https://developers.google.com/web/tools/lighthouse)

Recommended Answers

All 3 Replies

You can use dreamweaver,flash , you also need to buy domain and web hosting.

You can use dreamweaver,flash , you also need to buy domain and web hosting.

You just forgot to mention that these applications are not freebies and you have to pay a lot for them...

Thanks a lot!

Btw, looks like sothink things will cost me a lot .BUT I 've alreay bought them.

I found that they are on a very attractive discount price these days. a suite of dhtmal menu and tree menu could save $40! !

I try it myself.and tell you about it later ,OK?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.