473,396 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

What is a good tool or plugin for web development beginner

I'am doing course "Computer Programmer: Web aplications" and mail tool is Dreamweawer. It's OK while in HTML tags but there,s no help after <% tag and there is no way to know where is problem. My Q No.1 is: Is there any tool (plug-in) for Dreamweaver or any editor that is more user-friendly for beginer?
or/and Q No.2:
What am I doing wrong:
Expand|Select|Wrap|Line Numbers
  1. <% 
  2. Dim intBroj
  3. Dim intDjeljitelj
  4. Dim rezultat
  5.  
  6. intBroj = int(Request.Form("txtBroj"))
  7. intDjeljitelj = int(Request.Form("txtDjeljitelj"))
  8. rezultat = intBroj Mod intDjeljitelj
  9.  
  10. Select Case rezultat
  11.     Case >=1:
  12.     Response.Write("Broj "& intBroj " nije djeljiv s brojem " & intDjeljitelj)
  13.     Case Else:
  14.     Response.Write("Broj "& intBroj " je djeljiv s brojem " & intDjeljitelj)
  15. End Select
  16.  %>
Thanks and sorry on my poor English (Bosnian living in Croatia)
May 16 '10 #1
4 1242
Curtis Rutland
3,256 Expert 2GB
A much easier (and free) editor is Visual Studio Express Web Platform.

Remember that this is the most recent version of .NET and ASP.NET, so if your course needs you to use any other version of the .NET Framework, you will have to switch the target framework.
May 17 '10 #2
Frinavale
9,735 Expert Mod 8TB
Um, is this an ASP.NET question or an ASP Classic question?
Are you using the .NET framework?
May 26 '10 #3
@Frinavale
Yes, course is about SQL and VB.NET
May 27 '10 #4
Frinavale
9,735 Expert Mod 8TB
:) No where in the code or in the question did you mention that it's about SQL :)

I don't know if there's a plugin for Dreamweaver that helps with ASP.NET development...I would be surprised if one exists that is good enough to really develop ASP.NET applications.

I recommend that you take a look at the link that insertAlias posted.

ASP.NET developers should be using the correct tools for the job and one of those tools is Visual Studio. Luckily there is now a versions of those tools is free :)

If you want to design the look of your website in Dreamweaver go right ahead...but be prepared to change things like <input type="text"> into <asp:TextBox ...> elements so that your life is easier.

-Frinny
May 27 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: CG-P | last post by:
Does anyone know of a beginers guide website ? Chris
117
by: Peter Olcott | last post by:
www.halting-problem.com
10
by: Skywise | last post by:
I keep getting the following error upon compiling: c:\c++ files\programs\stellardebug\unitcode.h(677) : error C2664: 'class istream &__thiscall istream::getline(char *,int,char)' : cannot convert...
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
16
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
2
by: Mike Collins | last post by:
I cannot get the correct drop down list value from a drop down I have on my web form. I get the initial value that was loaded in the list. It was asked by someone else what the autopostback was...
4
by: mmanojkumar | last post by:
Sir, I have a recordset "ADODC_path.recordset" which takes input from two tables When the field values are put into the textboxes and then edited and updated back into the tables, using the...
6
by: xiaobaiyang | last post by:
which text book is just for the c++ beginers? thks
1
by: DavesBug | last post by:
Hi all and thanks in advance for any help you can provide. Like most people I've copied some code from the internet and modified it to suit my needs. I am passing xml data to a form for editing and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.