Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 592 results for
webdesign
- Page 1
Webdesign and new user experience
Digital Media
Digital Marketing
4 Weeks Ago
by Sofina
Hi everyone, Recently I created a web design for a client of mine in ecom and I wanted to give her present as an addition to my services, so I contacted some of my partners and I can get discounts for some plugins, but I thinks it is not really what I want.. Now everyone is talking about AI and I want some kind of an addition like that Could …
Re: Webdesign and new user experience
Digital Media
Digital Marketing
3 Weeks Ago
by rproffitt
And here I'm hearing: # > Stop putting AI into everything. Also, you don't want something so why buy what you don't want?
Re: Webdesign and new user experience
Digital Media
Digital Marketing
3 Weeks Ago
by graceweb
I see your point, but I think Sofina is looking for something that can genuinely enhance her client's experience. AI can be a powerful tool if used thoughtfully. Maybe there are ways to integrate it that align with her vision without overwhelming the design.
Re: is it worth studying webdesign with programming?
Digital Media
UI / UX Design
14 Years Ago
by teedoff
Depends on if you're gonna freelance or work for a
webdesign
house. If you work for yourself, you might need to know a little of everything to successfully design a website from start to finish. Working for a
webdesign
company usually means tasks are broken up into sections. They may have a Graphics section, html/CSS section, programming section.
is it worth studying webdesign with programming?
Digital Media
UI / UX Design
14 Years Ago
by NewOrder
i am interested in graphics and
webdesign
. i am currently studying dot.net and java.. is it worth studying both..or is it a bad idea for me to study graphics now/?
Re: is it worth studying webdesign with programming?
Digital Media
UI / UX Design
14 Years Ago
by NewOrder
oooh , i got it. so to work as a freelance, i need to know a bit of everything. is java necessary for
webdesign
?
Re: Is webdesign art?
Digital Media
UI / UX Design
20 Years Ago
by ChrisLala
thx for the replies. while we are on the subject does anyone know any books or places i can find out about history of web design/development and to help answer the question "is
webdesign
art". seems almost impossible to find information on it
webdesign stuff
Digital Media
UI / UX Design
15 Years Ago
by Buckers
kindly recommend sites where i can download web, graphics ebooks & software. thanks
Re: webdesign stuff
Digital Media
UI / UX Design
15 Years Ago
by HI2Japan
Hmm, I wont get onto the topic of legality so . . .
Re: webdesign stuff
Digital Media
UI / UX Design
15 Years Ago
by dream party
Tools for web design, you can use Dreamweaver, Firework and Flash. You can go to [url]www.webdeveloper.com/forum/index.php[/url] to learn knowledge and post questions.
Re: webdesign stuff
Digital Media
UI / UX Design
15 Years Ago
by JasonHippy
Despite being a C++ programmer by trade nowadays, I still mess with Flash rather a lot. So one of the main bits of free web development software I've been using lately is [B]Flashdevelop[/B] ([url]www.flashdevelop.org[/url]) which is free open source software (Windows only) for creating flash content. If you download the [B]Adobe Flex3 SDK[/B] (…
Re: is it worth studying webdesign with programming?
Digital Media
UI / UX Design
14 Years Ago
by almostbob
.dotnet, Microsoft servers, such a very small %age of clients possible, but many of those clients are large and require large maintainence contracts, because the type of product they are, but the larger they are the more likely they are locked into maintainence agreements, proprietary codebase -more difficult to outsource java a slightly larger %…
Re: is it worth studying webdesign with programming?
Digital Media
UI / UX Design
14 Years Ago
by teedoff
I think Bob is right. Google "servers" for popularity, as well as server side languages such as PHP and Coldfusion and see how much of the market utilizes these. Most medium to large size companies utilize PHP or CF and databses such as MSSQL and MySQL.
Re: is it worth studying webdesign with programming?
Digital Media
UI / UX Design
14 Years Ago
by NewOrder
alright, i understand only half of what you have explained to me. but i feel that it was helpful. thank you. thread resolved
Facebook SDK login and logout question
Programming
Web Development
13 Years Ago
by klemme
…'] == '1') { header("location: http://apps.facebook.com/enkelt-
webdesign
"); } // Content start: echo '<div id="container_left"… => 'read_stream, friends_likes', 'redirect_uri' => 'http://apps.facebook.com/enkelt-
webdesign
/' ); $LogInUrl = $facebook->getLoginUrl($params); ?> <div id="…
MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by klemme
…;titel=FORSIDE[/B] The name of my site: [I]enkelt-
webdesign
.dk[/I] Does someone know how to write the correct… I can change the urls to: enkelt-
webdesign
.dk/forside (forside = home) enkelt-
webdesign
.dk/
webdesign
(...) [I]etc etc[/I] So I want…
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by klemme
… this is seen in the url: enkelt-
webdesign
.dk/forside enkelt-
webdesign
.dk/seo enkelt-
webdesign
.dk/hosting so only the site name…
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by digwnews
mmm... You may use this in your php script: [CODE]header("location: http://enkelt-
webdesign
.dk/".$_GET['titel']);[/CODE] And why do not you change all links on the site in [url]http://enkelt-
webdesign
.dk/something[/url] style?
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by digwnews
When you enter in browser enkelt-
webdesign
.dk/forside, you're getting a 404 error?
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by klemme
I misunderstud you before! When i write: enkelt-
webdesign
.dk/forside It works! BUT only for that one page. I need to get exactly that urls after a LINK is clicked - cause when a linked is clicked, the ugly urls are right back? :-)
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by digwnews
Also add in .htaccess file: [CODE]RedirectMatch ^index\.php\?sid=(.*)&titel=(.*)$ http://enkelt-
webdesign
.dk/$2[/CODE]
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by klemme
…;titel=$1 RedirectMatch ^index\.php\?sid=(.*)&titel=(.*)$ http://enkelt-
webdesign
.dk/$2 [/CODE] isnt there sometimees used something like follow…
Re: MOD_REWRITE dynamic urls issue
Programming
Web Development
13 Years Ago
by digwnews
try: [CODE]RdirectMatch 301 =(.*)$ http://enkelt-
webdesign
.dk/$1[/CODE]
HELP! With Javascripts Pop-Up Window
Programming
Web Development
19 Years Ago
by jeepj27
… this project is: [url="http://www.
webdesign
.johnrandazzo.net/portfolio.htm"]www.
webdesign
.johnrandazzo.net/portfolio.htm[/url] (then mouseover…
java or mysql
Programming
Software Development
17 Years Ago
by piers
… about databases. I just wondered if java is used in
webdesign
for the purpose of creating databases and if that was… and I am just wondering what its uses are in
webdesign
apart from game creation? It seems to slow to be…
The most famous CSS web sites galleries in the world
Digital Media
UI / UX Design
16 Years Ago
by canonzone
… Creme Web design inspiration [url]http://webdesignbook.net/[/url]
Webdesign
reference book
Webdesign
reference book - We are releasing a book with about…
CSS positioning problems
Digital Media
UI / UX Design
15 Years Ago
by Alexancho
… using CSS. It must be something like this: [url]http://
webdesign
-gold.awardspace.biz/model_1.html[/url] A picture of a… the picture. Something obviously wrong with the positioning: [url]http://
webdesign
-gold.awardspace.biz/learning/example1/index1.html[/url] I uploaded…
Experimental version: MatrixCaptcha
Programming
Web Development
15 Years Ago
by Graphix
… OR THE SCRIPT INFORMATION # # AT ALL TIMES # # # # Created by Symbol
Webdesign
©2009 # ############################################################## Further information: The HTML of the script is compatible…
"Simple" mod_rewrite URL, is not re-written!
Programming
Web Development
13 Years Ago
by klemme
… in the browser shows this URL: [CODE] http://www.enkelt-
webdesign
.dk/index.php?sid=1&titel=FORSIDE [/CODE] I… URL to appear like this: [B][url]http://www.enkelt-
webdesign
.dk/Forside[/url][/B] I have this code in my…
RewriteCond question
Programming
Web Development
13 Years Ago
by klemme
…: I want to change this url: [url]http://www.enkelt-
webdesign
.dk/index.php?sid=1&titel=FORSIDE[/url] Into… this url: [url]http://www.enkelt-
webdesign
.dk/Forside[/url] I have tried many things in my…
1
2
3
10
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC