Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
designer
- Page 1
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
1 Week Ago
by john_111
… of images. A site I worked on when the original
designer
had quit after arguing with the site owner. He used…
designer breeds
Community Center
Geeks' Lounge
15 Years Ago
by kaninelupus
… make that one up!). So I thought, what other "
designer
breeds" can we come up with? Now this is… [B]next[/B] person has to give this new [B]
designer
breed[/B] a catchy name and suggest [B]two more…
designer seeking help with javascript menu
Programming
Web Development
17 Years Ago
by ikedachun721
I'm a graphic
designer
with very little HTML knowledge who has inherited the maintenance …
designer dog breeds
Community Center
Geeks' Lounge
16 Years Ago
by bonnie1702
… ever wondered what is going on with all these new
designer
x-breed dogs that around? And what about the names…
Designer, flailing
Community Center
Say Hello!
15 Years Ago
by bigsilk
It used to be good enough that you could design well. Those times have changed. Now you have to be a programmer, dba, and a competent
designer
. So, I'm seeking out all resources to become a better php, javascript, MySql, CSS, AJAX, XML, XSL, HTML, XHTML coder and still swing a mean mouse when it comes to design.
Designer for PyQt
Programming
Software Development
15 Years Ago
by ultimatebuster
Are there
designer
+ IDE that's kind of like the Visual Studio suite for PyGTK or PyQT? [B]Again, don't clutter up the sticky with questions. Ask question in the regular forum.[/B]
Re: Designer for PyQt
Programming
Software Development
13 Years Ago
by vegaseat
Yes, PyQT comes with the
designer
! See: [url]http://www.daniweb.com/forums/post1108430.html#post1108430[/url]
Re: IDE from designer.cs file?
Programming
Software Development
14 Years Ago
by k.d.m
Designer
.cs class contain all the details of designing .code class (.cs) and
designer
class are partial.In run time both classes are combined and execute as a one;
Re: what is the difference between web designer and a web developer?
Community Center
14 Years Ago
by susheelsundar
Designer
, The person who designs the layout of websites and application …
Re: Designer has been disabled
Programming
Software Development
9 Years Ago
by Lethugs
… shapes from my form reference to powerpacks, even in Breakage.
Designer
file. It may exists in 'Friends withEvents' function in the… buttom of
designer
file but i converted it as comment using the single…
Re: Designer has been disabled
Programming
Software Development
9 Years Ago
by Minimalist
… the cleaning and rebuilding. Now, if I open your Breakage.
Designer
file I still can see references to the powerpacks. You…
[LINQ, C#]Problem with autogenerated DataClasses.designer.cs
Programming
Web Development
16 Years Ago
by szmitek
… Pages is child of PagesGroups. DataClasses.
designer
.cs was generated automatically by Visual Web…Description = p.PagesGroup.GroupDescriptionPL };). Automatically generated DataClasses.
designer
.cs causes error Invalid token 'void' in …Users\szmitek.winweb.pl\wwwroot\App_Code\DataClasses.
designer
.cs Line: 31 Show Detailed Compiler Output…
The Web Designer Versus the Web Developer: Who is Right?
Community Center
20 Years Ago
by Arizona Web
…but it was either that or "both". Your
designer
and your developer are both right, although neither will likely…good you will be leaning towards the advice of your
designer
. After all, creativity is more valued in your industry…values and goals to make the appropriate decisions if the
designer
and the developer ever clash. In all cases your…
Web Designer Web Developer Manchester UK - Website designer UK Website Development UK
Programming
Web Development
19 Years Ago
by AbbacusUK
… Developer Manchester UK </a>- Website
designer
UK Website Development UK Website
designer
UK :--- AbbacusUK [url]http://www.abbacustechnologies.co.uk…/[/url] Web
Designer
Web Developer Manchester UK Web
Designer
Web Developer Manchester UK - Website
designer
UK Website Development UK Website…
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
18 Years Ago
by JNathanson
I think you need to understand that it isn't one or the other. It is perfectly possible to have a web
designer
add the pizzazz to excellent code that your developer provides. They are as important as each other, and the best of the best are the ones who work together. As for me, I am both a developer and a
designer
.
How can I remove a checkbox from a panel through the Designer?
Programming
Software Development
14 Years Ago
by SoftwareGuy
…or remove a checkbox from a panel by using the
Designer
? The only samples I could find online had the code… called CreateMyPanel(). I'm looking at a file called MyControl.
Designer
.cs, and inside InitializeComponent() I see the code: [CODE]…I would like to remove it, but by using the
Designer
, since it's recommended not to manually modify the…
AJAX Controls with wrong reference in designer
Programming
Web Development
9 Years Ago
by G_Waddell
…that the Error is being caused by my ASP.NET
designer
page. Myself and another developer are both working on …or Update panel etc.) I get an error from the
designer
saying something like `Type System.Web.UI.WebControls.UpdatePanel is… adds a control on his machine the reference in the
designer
points to **System.UI.UpdatePanel ** and if I alter…
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
20 Years Ago
by beats
Perfect explanation, it’s very rare to find a
designer
and or developer that can find a happy medium. I guess it just comes with lots of experience :) .
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
20 Years Ago
by kernel
Good article. My opinion lies in the "depends" category too. To me as a web
designer
, it all depends on the context of the site, and the target audience.
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
20 Years Ago
by Phaelax
After reading that, I think I'm just a humble
designer
, though the programmer in me is disagreeing. Though at least now I know why I prefer work alone when building webpages.
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
19 Years Ago
by ajax-the-techie
I think that the line between developer and
designer
is growing very thin with the new technology being introduced. Not so much introduced as integrated. Has anyone else been keeping an eye on the Macromedia/Adobe merger? Gotta watch these wiley corporations, because they're making our lives much easier.
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
12 Years Ago
by Smohil
… visitor of the website. **Web Developers - The Logical Bloc** : If
designer
take care of the outside part, then it won’t…
Re: The Web Designer Versus the Web Developer: Who is Right?
Community Center
12 Years Ago
by jenni01
nice post...i like this one artical..i think web developer is right better than web
designer
according to me
Re: How can I remove a checkbox from a panel through the Designer?
Programming
Software Development
14 Years Ago
by kvprajapati
>Can anyone tell me how to remove that checkbox from the panel through the
Designer
UI? Correct me if I'm wrong. When you dragged a "checkbox" in
designer
(view) mode outside that panel, code [icode]this.panel1.Controls.Add(this.checkBox1);[/icode] will be removed automatically from the
designer
.cs.
AJAX Controlos Again!!! Wrong reference appearing in Designer
Programming
Web Development
9 Years Ago
by G_Waddell
… end up getting an error that a reference in the
designer
is not defined. For example, if I add an …UpdatePanel, the
designer
will generate something like the following: `Protected WithEvents UpdatePanel1 As…I modify the page, I have to edit all the
designer
entries for any AJAX control on the page. I looked…
Crystal Subreport and VB 6.0 Designer Modules issue....
Programming
Software Development
18 Years Ago
by intellogo
… reports in my application using the Crystal Reports 11
Designer
Modules, which has extension of .DSR I don'… i convert the reports [.RPT files] with the
Designer
Modules in VB6.0 and use them in my project… not with subreports. Does anyone know about the VB
Designer
Module integration with Crystal Subreports..... ?? Awaiting status reply very…
Re: Are you a web developer or web designer?
Community Center
17 Years Ago
by TopDogger
[QUOTE=jbennet;365688]whats the difference between developer and
designer
?[/QUOTE] A developer is a code monkey. If you … works with the functional aspects of a site. A
designer
has the creative juices needed to create a site with…very slick-looking or professional site designed, you use a
designer
. Most of the designers that I know work with …
data report designer or access reports ?
Programming
Software Development
16 Years Ago
by Bhoot
…. I have thought of 3 options - crystal reports, Data Report
Designer
of vb 6 or reports created in MS Access. I… use for my project. I dont know if data report
designer
can suffice my requirements. I dont know how to use…. :| Can anyone guide me if i can use data report
designer
or i need to use access reports. Do check out…
Re: What is designer.cs?
Programming
Software Development
15 Years Ago
by sknake
It is a code file automatically generated by your
designer
to hold the form's layout information that was created … Visual Studio stored all of the information contained in the .
designer
.cs file in the main code file but the split… out due to user feedback. Basically it means the ".
designer
.cs" file is for setting up the form where…
Re: What is designer.cs?
Programming
Software Development
15 Years Ago
by vinnijain
…Whatever designing you do ,for that code is generated in
designer
.cs file.Like you have a picturebox and a panel…code for these two components will be in generated in
designer
.cs file automatically as you drag them on your …of the coders do this only.......... They do not include
designer
.cs file,instead they code for all components of toolbox …
1
2
3
17
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