!!! Plz Help, Project Required Uploading Images with adding Texts/Descriptions !!
-
hi all experts, as i'm new to this, can someone plz advice me? my project requirements: 1. images upload with adding texts/descriptions attached to it (save it in notepad/html??) using microformats (not too sure also as need details from lecturer) 2. search images via information in the notepad/html saved to the images 3. display searched results images should i use C#, VB, C++ for this project? as i want to start on the right path... can someone plz refer to any guide? i've found this: http://www.codeproject.com/KB/aspnet/netimageupload.aspx is this the right on to start on? so i can add on later... please help thanks a million.. waiting on your reply!! my email/MSN : narmon@gmail.com plz help :)
-
hi all experts, as i'm new to this, can someone plz advice me? my project requirements: 1. images upload with adding texts/descriptions attached to it (save it in notepad/html??) using microformats (not too sure also as need details from lecturer) 2. search images via information in the notepad/html saved to the images 3. display searched results images should i use C#, VB, C++ for this project? as i want to start on the right path... can someone plz refer to any guide? i've found this: http://www.codeproject.com/KB/aspnet/netimageupload.aspx is this the right on to start on? so i can add on later... please help thanks a million.. waiting on your reply!! my email/MSN : narmon@gmail.com plz help :)
Thomas Toh wrote:
should i use C#, VB, C++ for this project?
C# or VB.NET, you can't do ASP.NET in C++ I think you almost certainly want a simple ASP.NET site which has a database on the back end to store the text, perhaps store the images ( or store local paths to them ) and support searching of that text to find images.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Thomas Toh wrote:
should i use C#, VB, C++ for this project?
C# or VB.NET, you can't do ASP.NET in C++ I think you almost certainly want a simple ASP.NET site which has a database on the back end to store the text, perhaps store the images ( or store local paths to them ) and support searching of that text to find images.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
thanks for the input, appreciate it. however between C# and VB.Net.. which is a better choice? (as in which language is easier) also, is there a need for usage of SQL server? cos i remember my lecturer told me there's no need to. and.. how about microformats -- XFN? lol waiting for reply again :P
-
Thomas Toh wrote:
should i use C#, VB, C++ for this project?
C# or VB.NET, you can't do ASP.NET in C++ I think you almost certainly want a simple ASP.NET site which has a database on the back end to store the text, perhaps store the images ( or store local paths to them ) and support searching of that text to find images.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Hi Christian, What is the HTML you use to quote like you have above? Cheers,
Mark Brock Click here to view my blog
-
Thomas Toh wrote:
should i use C#, VB, C++ for this project?
C# or VB.NET, you can't do ASP.NET in C++ I think you almost certainly want a simple ASP.NET site which has a database on the back end to store the text, perhaps store the images ( or store local paths to them ) and support searching of that text to find images.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
sorry guys if i sound rude but im really desperately in need of help as im not good in programming and my due date is within weeks..... i've downloaded http://www.codeproject.com/KB/aspnet/netimageupload.aspx and tried the source codes on Visual Studio 2005. it works.. (solved access denied directory) now i need to do an addition function which allows me to add descriptions/text/information attached to that image and saved it on either HTML/notepad.. i'm lost.. please help.............
-
thanks for the input, appreciate it. however between C# and VB.Net.. which is a better choice? (as in which language is easier) also, is there a need for usage of SQL server? cos i remember my lecturer told me there's no need to. and.. how about microformats -- XFN? lol waiting for reply again :P
Thomas Toh wrote:
(as in which language is easier)
If you have no idea about programming, you may prefer VB.NET for it's more English like syntax. I find C# easier, but I did C++ first
Thomas Toh wrote:
also, is there a need for usage of SQL server?
No, I guess I am thinking of ways to do it properly. You could for example store cat.txt next to cat.jpg to store the text you want to show, if you like. I think it's messier, but it would get you out of learning SQL.
Thomas Toh wrote:
and.. how about microformats -- XFN? lol
I have no idea what that means. Just googled it, it looks stupid, unless I missed something. It's just an attribute put on links and stuff, which I guess helps searching for those aware of it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi Christian, What is the HTML you use to quote like you have above? Cheers,
Mark Brock Click here to view my blog
If you right click and choose 'view source' you can see the html. I highlighted text and used the 'quote selected text' button.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
sorry guys if i sound rude but im really desperately in need of help as im not good in programming and my due date is within weeks..... i've downloaded http://www.codeproject.com/KB/aspnet/netimageupload.aspx and tried the source codes on Visual Studio 2005. it works.. (solved access denied directory) now i need to do an addition function which allows me to add descriptions/text/information attached to that image and saved it on either HTML/notepad.. i'm lost.. please help.............
Thomas Toh wrote:
im not good in programming and my due date is within weeks.....
I don't want to be rude here, but the assignment you're given, is a representation of your teachers expectations, and should be in line with what you've been taught and the source material you've been given. If you're totally lost, perhaps you deserve to fail, and try harder when you repeat the subject ? We're happy to help, but we don't want to short circuit a system that's designed to weed out people who are 'not good at programing' before we find ourselves having to work with them. The task is pretty straightforward, talk to your fellow students, if you're all lost, then it's a problem with the teacher and you should take it to the people running the school. Otherwise, you should look at your notes, take the info you've been given, and try to do the work. If you show signs of having tried something and ask specific questions, we'd love to help further.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Thomas Toh wrote:
im not good in programming and my due date is within weeks.....
I don't want to be rude here, but the assignment you're given, is a representation of your teachers expectations, and should be in line with what you've been taught and the source material you've been given. If you're totally lost, perhaps you deserve to fail, and try harder when you repeat the subject ? We're happy to help, but we don't want to short circuit a system that's designed to weed out people who are 'not good at programing' before we find ourselves having to work with them. The task is pretty straightforward, talk to your fellow students, if you're all lost, then it's a problem with the teacher and you should take it to the people running the school. Otherwise, you should look at your notes, take the info you've been given, and try to do the work. If you show signs of having tried something and ask specific questions, we'd love to help further.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
lol sorry... well guess what i've found the code... http://forums.asp.net/p/1121501/2331341.aspx#2331341 ... it works great for me... however is there a way to display the saved images together with the descriptions
-
lol sorry... well guess what i've found the code... http://forums.asp.net/p/1121501/2331341.aspx#2331341 ... it works great for me... however is there a way to display the saved images together with the descriptions
Thomas Toh wrote:
well guess what i've found the code
Not the way to do homework, but fair enough.
Thomas Toh wrote:
however is there a way to display the saved images together with the descriptions
Well, putting the path to the image in an img tag seems the obvious way.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )