No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
37 Posted Topics
I have a website for a painter where the painter uploads a picture. The picture name is added to a mdb (access) database table, the picture is added to the end of a table called galleries, and the file is uploaded. It is also then resized to a small image. … | |
This is not homework; this is for part of a project I thought of starting... will not give details. There are four groups ( sort of like jobs or colleges ): A, B, C, and D. In the project, there will be many more, but for now let's assume four. … | |
i'm given an ftp username/password to update a website via the ftp server. the project calls for the fileupload control. a file shud be uploaded onto the server. instead, it says "The server randdomain.com:80 requires a username and password". it works fine on VS on my computer, whats going on? … | |
how do i get the id of the item being moved in a sortable? also how do i get the new position of the item? its in an update block, but it wont give the id. here is my code: $(function () { $("#sortable").sortable({ update: function (event, ui) { alert(ui.item.value); … ![]() | |
i have a sortable list. when the user rearranges an item, i should know what was switched with what. i dont want an array. i just want which element switches with which. each list item already has a unique ID. | |
here is what i have so far: on website load, a bunch of items are add to a list in an order given in an order section of a database. i can move the list around because the list is "sortable" (jquery). what i need: the user rearranges (sorts) the … | |
My problem: there should be a mult-column list-box type control. the control also has names of images. when the user hits a button, the data in each column is stored in a variable, and all of the images are uploaded to server. Help on execution? | |
how do i call a vb function on a jquery event? | |
Re: IE6 is mildy out of date, but <style> tr:hover {background-color: anycolor}; </style> | |
Exactly that. Using NAudio or DirectX, can someone show me how to convert a wav file to mp3. Mp3 to wav seems trivial, but unfortunately i need wav to mp3. Thank you for your help | |
As you folks may know, I love math! I know almost all programming languages, but which one should I use for math. Basically, I want: Easy type conversion I don't care if it is object-oriented or not' Can handle LARGE numbers And speed! I do not need graphical features, just … | |
Re: string response = Microsoft.VisualBasic.Interaction.InputBox("Prompt", "Title", "DefaultResponse",5,5); is the best! It is harder to create another form, etc. Remember to reference Microsoft.VisualBasic | |
Re: Hmmmm... you would have to work with a Form. Seems impossible :( | |
I have VS 2008, and QT. I wanted to know if I could include the .NET Framework and QT Framework in one application. How do you do this? Help! | |
Re: OK, it's actually simple. create a file called htaccess.txt In it type: [CODE]<File .htaccess> order allow,deny deny from all </Files> ErrorDocument 404 http://[COLOR="Green"]yourdomainname.com[/COLOR]/error.html ErrorDocument 403 http://[COLOR="Green"]yourdomainname.com[/COLOR]/error.html[/CODE] The first bit inside the File tag says that no one can view that file. The last part says to redirect to those to … | |
Hi there! I am using Visual Studios Express 2008, and I created a Windows Forms / DirectX / System.IO application. Whenever I publish it, my users have to download the .NET Framework and DirectX. Is there any way I can take those DLLs and include them in my project? Help! | |
Re: For basic websites, you could use Microsoft programs like FrontPage. I'm not a fan of this kind of developing, but you could use Adobe Dreamweaver. You could go to those websites, and look at their code. You could use a WYSIWYG editor too. | |
[CODE] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Mail; using System.IO; using System.Net.Mime; namespace Postcards { public partial class Form1 : Form { //String pathti; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { //String … | |
I am making a basic Player vs. Computer Tic-Tac-Toe in Visual Studios Express 2008. My Form.cs is [code]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Tic_Tac_Toe { public partial class Form1 : Form { public Form1() { InitializeComponent(); } public Image … | |
Re: Web developers hate IE, the compatibility is pretty terrible. You'll have to find some alternative. | |
Re: I agree w3schools is my hero. Tizag.com is my second hero! htmlcodetutorial is my reference hero. They have great tips on usage, and clear tutorials if you forget a concept, like tables. | |
Re: Probably not, even though 2003 was 7 years ago, HTML and CSS don't change that much. If you go to archive.org, you can see how pages were in 2003 via the wayback machine. Here's yahoo! [url]http://web.archive.org/web/20030216171355/www.yahoo.com/[/url] It doesn't look good because it can not display the background image and images, … | |
Re: I have to advertise my hero, w3schools! They are so clear! Tizag has great recapping tutorials in concepts which you may forget. htmlcodetutorial has good references if you want in depth solid explanations, with usability included! | |
I got this code from a website (I forgot the name) and edited it. Here it is: [CODE] using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using QuartzTypeLib; namespace CsPlayer { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Windows.Forms.Form { … | |
Re: Are you sure that your browser is up to date? Is it possible their is a problem with the site? | |
Re: Hi! You could use the Chiklat mail framework. Never used it, but it looks powerful! I did some googling. [url]http://www.jscape.com/articles/sending_email_using_vb.html[/url] But, my favorite is this program on CodeProject. [url]http://www.codeproject.com/KB/vb/VB2005_SMTP_EMail.aspx[/url] | |
Re: You don't have to use JQuery. In CSS there is a cursor property you can assign to divs: [CODE]div { cursor:hand; }[/CODE] | |
Re: You could try the html and css tutorial from [url]http://w3schools.com[/url]. It is really helpful. | |
Re: You could try to put the div in the good old center tag. Hope that helps! | |
Hi I have tried so much and I am wondering how I can put a background image in an email using gmail. | |
I am making a web site and I was wondering how I would redirect the user to a different website if Javascript is not enabled. I can't use <noscript> because It needs to redirect. Could I put a meta tag inside a noscript tag? Thx. | |
Re: Well, you need it to only stop reading when the document is over so use a loop of some sort. A while loop is the best. | |
Re: There is a timer event in the .net framework. Learn a little about like how to make an increment on a label and stop the timer. | |
Re: Um... you could try the onkeypress() event handler? Just Google for number codes. | |
Asp . Net I have been asked to make a basic secure website with only one username and password. No one can add an account via subscription form. I don't want to know how to create accounts, only securely login with one username and password. (Keep it simple and basic … | |
Is there any way to embed webkit in a .NET form? Can I use webkit.dll or khtml.dll? I heard about something called Charn but it does not seem to exist anymore... Help? | |
Well, I want to make a browser in vb or c++ with a gecko engine without using that IE embedding thing - a real browser. I have been told to use the Mozzila browser object, but I have not figured out how to use it. I created the object, but … |
The End.