|
-
Jul 15th, 2005, 02:45 AM
#1
WebPage Development: Necessary Skillset
What are the necessary skillset to be able to create a powerful and beautiful webpage? VBScript, JavaScript, Flash, PhotoShop, ASP, PHP, ASP.Net, HTML (of course)?
-
Jul 15th, 2005, 07:42 AM
#2
Re: WebPage Development: Necessary Skillset
Imagination
Creative Flair (sp?)
The rest you already answered yourself
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Jul 15th, 2005, 07:45 AM
#3
Re: WebPage Development: Necessary Skillset
 Originally Posted by Ecniv
Imagination
Creative Flair (sp?)
The rest you already answered yourself
100% agree with everything Ecniv said, and he did spell Flair correctly.
Languages you can learn...imagination and creativity is something ya got or you dont got.
-
Jul 15th, 2005, 09:39 PM
#4
Re: WebPage Development: Necessary Skillset
Well, using plain HTML I believe I have made some "beautiful" webpages in college, I was our University's artist for 4 years.
Last edited by dee-u; Jul 15th, 2005 at 10:46 PM.
-
Jul 15th, 2005, 10:43 PM
#5
Re: WebPage Development: Necessary Skillset
Sounds like you may have the "flair". Usually its just a matter of learning the language that you need to get the job done.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 16th, 2005, 12:36 AM
#6
Re: WebPage Development: Necessary Skillset
So those things I listed in my original post and "flair" are the ones I need?
-
Jul 16th, 2005, 08:07 AM
#7
Re: WebPage Development: Necessary Skillset
What i tend to find is people with the creative skills lack the programming skills and vis-versa.
I myself am better at the programming side of things, and lucky for me I work with a very good designer, I code he designs. have a look at this site below was programmed by me and designed by the other guy (There are Cp on both pages very good stuff)
www.SoNoWhoDoWeVotFor.net
www.CerysMatthews.Info
Pino
-
Jul 16th, 2005, 08:10 AM
#8
Re: WebPage Development: Necessary Skillset
You need HTML, CSS and JavaScript.
Oh... has anyone mentioned FLAIR yet?
-
Jul 16th, 2005, 08:11 AM
#9
Re: WebPage Development: Necessary Skillset
http://www.sonowhodowevotfor.net/ <-- did you spell something wrong?
-
Jul 16th, 2005, 08:11 AM
#10
Re: WebPage Development: Necessary Skillset
 Originally Posted by mendhak
sorry missed a w
www.SoNowWhoDoWeVoteFor.Net
-
Jul 16th, 2005, 08:11 AM
#11
Re: WebPage Development: Necessary Skillset
OK... you spelt a few thingS wrong... http://www.sonowwhodowevotefor.net/
-
Jul 16th, 2005, 08:14 AM
#12
Re: WebPage Development: Necessary Skillset
bah i'm trying to fix a friends Pc at the same time. Not an easy task.
O i forgot to mention, if you are good at design and can code as well..... looking good :0
-
Jul 16th, 2005, 08:19 AM
#13
Re: WebPage Development: Necessary Skillset
Who, me? Thanks. :blushing:
-
Jul 16th, 2005, 10:52 PM
#14
Re: WebPage Development: Necessary Skillset
 Originally Posted by mendhak
You need HTML, CSS and JavaScript.
I have run into that CSS but what exactly is it? I had some knowledge in JavaScript but can't I discard it altogether and just use VBScript?
-
Jul 19th, 2005, 01:56 PM
#15
Frenzied Member
-
Jul 19th, 2005, 02:09 PM
#16
Re: WebPage Development: Necessary Skillset
 Originally Posted by dee-u
I have run into that CSS but what exactly is it? I had some knowledge in JavaScript but can't I discard it altogether and just use VBScript?
Cascading Style Sheet Tutorial
-
Jul 19th, 2005, 02:11 PM
#17
Hyperactive Member
Re: WebPage Development: Necessary Skillset
 Originally Posted by dee-u
What are the necessary skillset to be able to create a powerful and beautiful webpage? VBScript, JavaScript, Flash, PhotoShop, ASP, PHP, ASP.Net, HTML (of course)?
Add SQL and some database knowledge to that, along with how to connect to a database from your web app language.
Also, XML is good.
"I like to run on treadmills, because at least I know I'm getting nowhere."
- Me
-
Jul 19th, 2005, 02:19 PM
#18
Re: WebPage Development: Necessary Skillset
 Originally Posted by capsulecorpjx
Add SQL and some database knowledge to that, along with how to connect to a database from your web app language.
Also, XML is good.
XML is more than good...XML is Excellent.
And database knowledge is a must it would seem to me. Good point.
-
Jul 19th, 2005, 02:33 PM
#19
Frenzied Member
Re: WebPage Development: Necessary Skillset
Hack is always right on! 
XML is nice!
-
Jul 19th, 2005, 07:28 PM
#20
Re: WebPage Development: Necessary Skillset
Darn, stupid me, could somebody share an insight on what XML (Extensible Mark-up Language) is? Is it some sort of Scripting Language also?
 Originally Posted by capsulecorpjx
Add SQL and some database knowledge to that, along with how to connect to a database from your web app language
Well, if you are talking about SQL Server then I "know" it already, if it's MySQL then I will learn it too.
-
Jul 20th, 2005, 02:27 AM
#21
Re: WebPage Development: Necessary Skillset
SQL as in the query language used to transact with your databases. Your dbs could be SQL Server, MS Access, MySQL, whatever you want. But for enterprise level apps, and for today's dynamic data-driven websites, learning how to use a database with your application is mandatory.
XML tutorial:
http://www.w3schools.com/xml/
w3Schools is an excellent site for your basic web development skills. I don't like its ASP.NET tutorial though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|