 |

|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
|
|
|
|

|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
I've written my first real web page: one .html file and one .css file with .svg and .png drawings in a images sub-directory using VS2008 as an editor and Inkscape and Graphviz Dot to generate the .svg and .png graphics.
When I open the page from my Windows 8 PC using IE10 the .svg graphics are used, but when I upload it to the server I use, and open it using IE10 the .png graphics are loaded instead.
http://www.jgdprojects.co.uk/HTMLPage.htm[^]
I've used IE10 Dev Tools to validate the HTML5 and CSS and all seems fine according to the IE10 Dev Tools, apart from IE10 Compatability Mode and IE7 mode when I get a '404 - File or directory not found' message which I haven't yet investigated but presume is unrelated. Haven't tested with other browsers yet.
Any idea as to why I don't see the .svg graphics online appreciated?
|
|
|
|

|
Hi All,
I have added a new web service that creates an object in a database but I'm not sure what type I should be returning from the WS method as I need to access data from the newly created object and any error info that may be returned instead of an object.
Any help or guidance would really be appreciated and yes i have had a look through the forums and googled this but I'm not quite sure how to phrase what I need to ask, thanks again.
Tadhg
|
|
|
|

|
Dear all,
I'm a student/researcher in the field of Rich Internet Applications development. Please help me to gather some data by filling this questionnaire if this is related to you.
Link to the Google Form
Thank you a lot.
PS: Please add your ideas on this thread to start a discussion about this. Your ideas will help not only me but to anyone relates.
Rapid Application Development(RAD) of AJAX based Rich Internet Applications(RIA)
AJAX is an approach to develop responsive and highly interactive Rich Internet Applications (RIA), using a utilized organic combination of several established web technologies such as JavaScript and XML. Because of the fact that the AJAX applications can be seen as a hybrid of desktop and web applications, inheriting characteristics from both worlds, for an example we can take the well-known Facebook. Various traditional applications change to use AJAX, to drive such as forms authentication, forum posts, table paging and so on. Companies have begun to use AJAX and its component technologies even to develop large-scale, Web-based enterprise applications, such as Gmail, Google Groups, Google Maps, etc…
[This survey is focusing on gathering the stakeholders experience about using RIAs and Rapid Application Development (RAD) of AJAX based RIAs, for researching purposes of the difficulties engaged in the AJAX RIA engineering.]
[This questionnaire may answered by the stakeholders related to the AJAX based RIA engineering]
[I guarantee that your data will not be used for any other purposes than specified and your privacy will be preserved.]
EnDee
|
|
|
|

|
hi.. i am just doing my final yeAR PROJECT. i am to design a website using php technology. so whenever i try logging in, it brings a blank page. help please?
|
|
|
|

|
I have a small savings which i wanted to invest in web development and designing business. I need help from you people here that how can i start it and what kind of necessary things should i have to follow in that case to run it successfully.
how to franchise your business
modified 4 days ago.
|
|
|
|

|
Hello All,
With Example with our website. Here we can't show our client website. So please suggest with below points.
We just made a website www.imensodigital.com. It's showing some problem in redirection. Homepage working properly when we entered in internal URL then click on on other pages again come back with homepage button it's redirecting on www.imensosoftware.com. We are using same Hosting for both website. Currently we did not put .htaccess file there. We had discussed with hosting people they told us there is problem in .index files. but we did check there is not showing any problem. Please help where can be problem?
Regards,
David Kroj
|
|
|
|
 |
Message Automatically Removed
|
|
|
|
 |
Message Automatically Removed
|
|
|
|
 |
Message Automatically Removed
|
|
|
|
 |
Message Automatically Removed
|
|
|
|

|
Hi
Can we combine area and line chart in rdlc report viewer?
Thanks
Piyush
|
|
|
|

|
Dear All,
Give me any suggestion about design for this website. Can you check from your side if any error is showing if yes please let me know.
Thanks
|
|
|
|

|
Dear friends, I have button which has to show me date and time in a tooltip when I mouseover it. Does anyone know how could I write a piece of code to show me date and time as a tooltip when I put mouse over the button.
I wrote this script which generates time and I'm stuck...don't know how to integrate it in my html code <script> var d=new Date(); document.write(d); </script> Thanks in advance.</pre>
|
|
|
|

|
I’ve written code (below) of which receives posted fields data on to the acknowledgement page (Subscribe page > Acknowledge page), however the code is not working as expected so I’ve removed the other code (mainly the sanitizing of user input) and left the code were the users input is checked for empty spaces. This still isn’t working...I’m a rooky, so any help is much appreciated
if($_POST['username'] === "" ||$_POST['userfirstname']=== ""|| $_POST['usersecondname']=== ""||$_POST['useremail']=== ""||$_POST['userpassword']=== ""||
$_POST['userpasswordr']=== "")
{
$arr_fields = array("$_POST['username']", "$_POST['userfirstname']", "$_POST['usersecondname']", "$_POST['useremail']",
"$_POST['userpassword']", "$_POST['userpasswordr']");
foreach($arr_fields as $arr_field)
{
if($arr_field == "")
{
$arr_field = "missing";
}
}
$var_username= $_POST['username'];
$var_userfirstname= $_POST['userfirstname'];
$var_usersecondname= $_POST['usersecondname'];
$var_useremail= $_POST['useremail'];
$var_userpassword= $_POST['userpassword'];
$var_userpassword_repeat= $_POST['userpasswordr'];
$arr_fields_processed = array("$var_username", "$var_userfirstname", "$var_usersecondname", "$var_useremail",
"$var_userpassword", "$var_userpassword_repeat");
header ("location: subscribe.php?arr_fields_processed");
} else
{
}
|
|
|
|

|
i have visual studio 2010 with service pack 1
i have douwnloded and i would like to install AspNetMVC4Setup.exe to build a asp net mvc 4 peojects
1. for deploying the project will i need to install AspNetMVC4Setup.exe or any other components to run the asp nevt mvc 4 projects
2. to install this and use it for mvc 4, do i have to install windows azure sdk as well?
any idea?
thanks alot in advance
|
|
|
|

|
Call stupid, but the RDLC designer is intuitively as opaque as obsidian. I have a set of entry/exit and amount due for times spend in a car park. I need a report that will give me subtotals for each day, and a grand total for the month. When presented with the Row Group, Column Group, and Total boxes to drag fields onto, I an stymied. A normal report designer just lets you lay out a row and specify what to group on.
Please help this total noob.
|
|
|
|
 |
Message Automatically Removed
|
|
|
|

|
What is the best way to deploy a web application on IIS7, without having to enable IIS6 Management Compatibility?
I used to build my web application (in VS2010), then add a Web Deployment project and a Web Setup Project to the solution. The result was a nice installable *.msi (+ setup.exe). Perfect for installation, but one nasty requirement: IIS6 Mgt. Compatibility.
I would like to get rid of that, so what is the best procedure to deal with this and migrate my solution to IIS7.x for once and for all?
Thank you.
Dox Girl, where are you?
|
|
|
|

|
Can anyone tell me what is wrong about this silly chunk of code ?
<html>
<head>
<title></title>
<script type="text/javascript">
var neww;
var firstpar;
var secondpar;
function getfirstpar(){
firstpar=document.getElementById("primo").value;
}
function getsecondpar() {
secondpar=document.getElementById("secondo").value;
}
function startneww(){
neww = windows.open (“Newpage.htm”, “”, “top=100,left=50”);
}
</script>
</head>
<body>
<label>First parameter</label> <input id=”primo” type="text"/>
<label>Second parameter</label> <input id=”secondo” type="text"/>
<input type="button" value="set" önclick="getfirstpar();getsecondpar(); startneww();"/>
</body>
</html>
I've been working about a week trying to figure out what the hell is wrong , and now I am sick and tired ... why doesn't it work at all ? why do I keep having an error warning on line 14 telling me "invalid character" ?
Why do I have an error on line 21 telling "object required" ? and why do other similar web pages work well on the same machine ?
|
|
|
|

|
Dear All,
How we can get my Google API key? Just I've read the FQA of Google, There is telling me create a Google Account. But i have account of Gmail. How I can get? please help.
|
|
|
|

|
Hello everyone. I've created a navigation menu at the top of the document which is fixed when scrolling. Everything works fine for me on my computer.
Now I'm considering that not all persons will open the page with displays as wide as mine. I resized the browser window to be smaller to see the effect. I realised that when the window becomes smaller, navigation menus that do not fall within the length of the visible part of the document wraps to the next line which is outside the coloring of the navigation at the top.
I'm looking for a way to force those menus to be shown on a single navigation line so that the user will have to scroll horizontally in order for those menus to be shown.
I have set the width of the navigation to 100% to compensate for wide screens. It's left with how to make them appear on the same line but visible on scrolling on small screens. I want to know how to solve this. Thanks in advance.
modified 23-May-13 9:07am.
|
|
|
|

|
Hi everyone,
I am like crazy looking for a answer for this issue...
This is my case.
I have a website. Users access my website and then they choose a category. For example: Biology…
what I need? I need this…
When they choose Biology category I need to redirect the user to the next page where they are going to see the video conferencing chat room layout. At the same time when they make the click in the category button, I need to trigger a function that contact the video conference moderator and the other video conference participants so when the user get to the page where he was redirected at the same time the participants and the moderator enters in the video conference and start the interactive video conference.
I need this to happen to every category with the different participants all triggered by the category that the user choose.
I hope I explained myself clearly.
What would i need to achieve this?
Help is urgently needed...
Thanks in advanced
|
|
|
|

|
Hi, i have a div with text inside him.
the div is somewhere in the middle of the page.
in the div there is another div with text.
i want that the inner div will be showen by its text size,
to show all the text, and to be showen on all of the other screen.
thanks, ofer.
|
|
|
|
 |