|
hi,
fine and hope u so.....
i am very new to netbeans....i want to run xhtml,javascript,cgi pgms... so i installed..jdk and Netbeans IDE 6.7 bundle from internet...
but.. i don;t know how to open web project in netbean IDE.. and how to run the xhtml pgm.....
wht i have done is ..i have created java application project...and created one xhtml file.....and compiled the pgm...but i am not getting the output...
can u plz.. help me to solve the starting problem with netbeans????
|
|
|
|
|
I've recently been going through some of the the Java Programming (with Passion!) tutorials (http://www.javapassion.com/[^]). They use Netbeans as the IDE, and they seem quite good. The start page within Netbeans also has links to tutorials and demos.
Scott
|
|
|
|
|
Hi,
Am not able to select multiple controls on my web form to align or resize.
Is there any form setting for this problem.
Many thanks in advance.
regards,
Sajid
Electronia pvt ltd.
|
|
|
|
|
Check it ![^]
Education is not a way to escape poverty — it is a way of fighting it.
|
|
|
|
|
Hello..
We are developing one vb.net project .. Muliple developers are working. I want one software that if any one developer is working on one or more pages that page(s) is not used by others or we can see that these page is modified by that person/developer.
Any software is there?
Thanks in advance
|
|
|
|
|
Use Visual Studio Team System (VSTS) or Visual Source safe or WinCVS. there are many version control systems are there.
Education is not a way to escape poverty — it is a way of fighting it.
|
|
|
|
|
Very right, implementing a source safe tool is the right solution to the issue.
VSTS (Visual Studio Team System) being the best solution. But the installation and configuration of VSTS is not very easy and also the price of the software is at the higher end.
VSS (Visual Source Safe) is cheaper and easier to configure.
|
|
|
|
|
OpenCVS and Subversion are even cheaper
There are three kinds of people in the world - those who can count and those who can't...
|
|
|
|
|
|
I am having this same problem. Any advice would be most helpful! Thanks!
|
|
|
|
|
I recently won free licenses for some great products from companies like Telerik, Infragistics, DevExpress, etc. However, because they are great products our dev team already owns them!
Is there a website or group anyone knows of where people with extra licenses like these can swap or sell them? I'd love to get our hands on some additional products or have these go to some dev teams that can't afford a full license cost. I'd hate for them just to sit around in my email and not get used.
Thanks,
Matt
|
|
|
|
|
No responses? Really?
These are all legitimate licenses. I am not looking to steal, copy or do anything else illegitimate. I'm just looking for a good place to get these to someone who can use them or swap cool tools legally.
Any thoughts?
Thanks!
Matt
|
|
|
|
|
I have been given a project to create a web analytic program. Can anyone tell me where I could find appropriate materials for having a head start in the project. Websites or Books that would let start of something.
|
|
|
|
|
|
I have design a web application in ASP.NET2.0 and using SQLserver2005. when I m going to configure this application on IIS server , its working fine and coming data from data base on my system.
But whenever I am going to configure(or deploy)on IIS this application on client system.
Getting Message : can not open database "Name" requested by the login. The login failed. Login failed for user 'XP\IUser.
Client system having : VS.NET2.0 and SQLSERVER\EXPRESS .
Vinay
|
|
|
|
|
|
Checked every thing is right as well as in connection String ! but still not working
Vinay
|
|
|
|
|
Maybe you could post your connection string?
|
|
|
|
|
hiiiiii to all
please help me out to give websites name from where we can find out at least 10 page in a single websites templates
rizvan sivally
|
|
|
|
|
I would suggest a quick search in your favorite internet search engine that can help you with the results more fast.
Vasudevan Deepak Kumar
Personal Homepage Tech Gossips
The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep!
|
|
|
|
|
I need to get real time data from indian stocks market for a project requirement . Can u suggest me a link where i can fetch the real time data every 1 or 2 sec .
|
|
|
|
|
Have you tried google?
Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP
|
|
|
|
|
You may find some public source providing delayed data, but if you want it real time up to the second then I am afraid you'll have to pay and pay a lot. The biggest income for exchanges is the market data and they don't give the live prices away. I know this as it is a cornerstone of my company's business; we sell enriched market data at around £1,000 per exchange per person per month.
Panic, Chaos, Destruction.
My work here is done.
|
|
|
|
|
I've been charged with the fun task of going through all our existing web applications and seeing how they behave under IE8 (XP, not Vista), with and without compatibility mode. The latest oddity has me baffled, and I wonder if anyone can give me any hints as to where to look.
I'll spare you the code (there's a lot of it), but this component has a SELECT, size=10, with about 3000-odd options: it's a list of names. Below it is an input type=text with a JS function attached to an onKeydown that tries to move to the appropriate name in the list depending on what you type in the box: type a W, it moves to the first W in the list of names, and so on.
It works. There's a lot of code there, but it works.
The problem is that if I'm in IE8, without compatibility mode, and the account I use to log into that PC has Administrator access, it still works, but S-L-O-W-L-Y. Get rid of administrator access, and it's back to full speed. Use compatibility mode, it's back to full speed.
I can only assume that when the user has admin access, the JS is doing something in addition to the norm, somewhere. I can't imagine what - I dread to think what! Has anyone seen anything like this before? I'll go through building the code up from the basics and seeing which command has the delay if I have to, but it's going to be a big job.
By the way, the application in question is used almost exclusively by our IT support team, so asking them to do without their administrator accounts will not be a popular answer.
|
|
|
|
|
Can you not use the debugger built in to IE8 to find out which code is taking the time? It'll be easier than building the code up.
|
|
|
|