Sounds very nice. Thank you for your reply :) It seems that I am gonna use DNN :)
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Sounds very nice. Thank you for your reply :) It seems that I am gonna use DNN :)
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
I've already installed it and bought a book covering DNN applications development. How long does it usually take to build a basic news site using your software?
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
I would like to create a news website, preferably but not necessarily .NET based. I don't want to open a new project in VS and start from scratch, I would like to use some CMS system to create it. It would be very nice if you could direct me to a place where I can find a complete cms skeleton for a general news site which I can customize and launch as soon as possible. I Googled but couldn't find what I am looking for so I thought I could use some help. Any ideas? Thank you
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
I am not spamming, it just has two candidate locations, that's all.
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi, I have created a C# ActiveX control and I am trying to access its properties and methods using javascript exactly as described in this mini article http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx However, I fail to access any properties/methods of the control and the javascript does not display an error msg Any Ideas? Thank you
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi, I have created a C# ActiveX control and I am trying to access its properties and methods using javascript exactly as described in this mini article http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx However, I fail to access any properties/methods of the control and the javascript does not display an error msg Any Ideas? Thank you
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi everybody I am trying to create a hyperlink that is used to run a local application and passes some arguments, however, IE always complains that it did not find the requested file and this seems to be because it does not distinguish between the filename and the arguments. here is my hyperlink: <a href='file:///C:/Users/Mohammad/Documents/Visual Studio 2005/Projects/SpeakingExam/SpeakingExam/bin/Debug/SpeakingExam.exe SID=167 EID=335'>Take Eaxam</a> If I do not supply any parameters the program runs fine, but I am having a trouble running it with parameters. Thanks for the help
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Thanks for the reply, but I have a question: what about VPS hosting, does this mean that it can have Windows hosting? I've never hosted any site so I am confused. here is link, but it doesn't say there is Windows hosting :-/http://www.computinghost.com/vps_server_hosting/vps-hosting-information.html[^] Thanks
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi there, I am very tired searching for a good web-hosting service, I am about to deploy my small business site but I am very confused about what service provider to choose. I am not after very cheapest sites, I am after performance and reliability with reasonable price. My requirements are: 1. ASP .NET 2.0 hosting. 2. MS SQL Database with 500MB minimum 3. 5GB disk space. 4. about 350GB data transfer/month. 5. VERY reliable service. 6. Fast, I don't want my web pages to take long time to load. 7. Php and mysql enabled site. Any site recommendations? Thank you
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
The problem is that users are not required to login, otherwise I could just store a vote-userID combination. Any ideas?
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi, I am developing a voting system for a company, everything is going OK but the ability to detect and reject fraud votes. Currently I am using cookies to determine whether the user has already voted or not, but this is not enough at all becoz a normal user can delete the cookie and vote again and again! A hacker can write a small program to send thousands of web requests that hold no cookies at all, which is of course a disaster! I though about saving the IP address of each vote and block multiple votes from one IP, but there are many shared machines in cafes, universities, etc. Furthermore, many machines may be behind a firewall which means they will have the same public IP address. I am sure that there are techniques to solve this problem but I couldn't find any by googling it, any ideas from experts? ps: I don't want a ready-to-use solution, I want to write it myself coz I want to learn it. Thanks everybody! :rose:
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi, I am developing a donation website and I want to use paypal as the payment method, this is my first time to use paypal as a receiver, so I have a few technical questions: 1. How can I automatically accept payments? 2. How can I programmatically detect that someone has paid "some amount"? 3. I want the user to provide some information with his payment, such as Name, Gender, Country so how can this be done and how can it be linked to the payment?? any help please? Thanks alot!
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi, Unfortunately I have the DLL as release mode executable with no debugging information at all! the only thing the debugger will be able to display is some assembly code along with memory addresses which are not likely to be of much use, if you think that I can use them in someway plz let me know. btw: the function call (that craches when is made from a DLL) is so simple that it goes like this:
int res = MyFunction(4);
Cheers
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
No, I am not allocating any memory in my own code, I only call one function like this:
int res = MyFunction(5);
that's all I do. Thanks for the reply
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi there, I have a DLL (DLL_1)for some measurement instrument that exports some functions, when I load DLL_1 from an MFC application and call Function_1 everything goes fine, but this not the way I want to use DLL_1. What I am trying to do is to create another DLL (DLL_2) to load the DLL_1 and call Function_1 but this always fails with a memory read error saying something like: "the memory at address 0x5435345 could not be read", this is wiered coz it is exactly the same code on the same machine. btw: Function_1 has one integer parameter so I don't think it has anything to do with passing parameters to the function! Could this have anything with the way DLLs manage memory? Any help? Any ideas? Thanks alot
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
I think that facebook is the best example of displaying other sites' contents with no permission at all, you can post any webpage to your profile and facebook will display a portion of it + a link, and it displays a picture if available but nobody has ever complained, and it is well known that facebook is a well-respected site that does follow copyright laws. What do you think about this, does it make sense?
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi everybody, I was wondering if it is legal for my website to read data from other public webites (without their permission), display the data as it is (without modifications, not event changing the format) and display this information on my website and giving a note for users that this information is from www.somewebsite.com and displayed as is, and providing a link to the source. Thanks everybody
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi all, I am creating a type of control that is used to display fill-in-blank questions, the control will have a drop down list in the location of each blank with 4 options to choose from, like this The elephant [is, are, us, we] a very big Mammal that [eat, eating, eats, ate] plants... [is, are, us, we] = drop down list with 4 options that the student uses to choose the best answer. The question is how to dynamically create drop down server controls AND position them in the correct place within the words of the paragraph? Any ideas? Thanks
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
What about positioning the controls between the words in the paragraph?
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat
Hi all, I am creating a type of control that is used to display fill-in-blank questions, the control will have a drop down list in the location of each blank with 4 options to choose from, like this The elephant [is, are, us, we] a very big Mammal that [eat, eating, eats, ate] plants... [is, are, us, we] = drop down list with 4 options that the student uses to choose the best answer. The question is how to dynamically create drop down server controls AND position them in the correct place within the words of the paragraph? Any ideas? Thanks :-)
And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat