Jump to content
xisto Community

kvarnerexpress

Members
  • Content Count

    413
  • Joined

  • Last visited

Everything posted by kvarnerexpress

  1. The basic page layout I am working with has several includes on it (header.php, rightcolumn.php, leftcolum.php and so on), and it is on httpdocs folder. I have also instanced some classes wich I call at the beginnig of the home page.My problem arises when I try to run another page wich is supposed to be secure (placed, obviously, at httpsdocs folder), and both secure and non-secure page has the same layout?. What should I do? Make exact copies of the included files, classes and images inside the secure folder? Is there a way to call my classes, includes from SSL folder, without having to copy them twice AND avoiding secure and non-secure content browser's warning?Thank you!kvarnerexpress
  2. hello everyone, I am starting with a project of devloping my own website which could do both retreiving data from the database and display it to the registered members along with some additional features: namely (chat engine, mailing service and of course discussion forums ) With first part of my project nearly completed i am now stuck up with the building of (chat engine, mailing service and of course discussion forums ) . I am working with JSP and don't know how to really encapsulate the chat server i have build (with rmi ) into JSP.(if any one could guide...)(becoz the chat server currently uses windows command prompt to invoke it) moreover I have problem with starting mailing service all (about the datbase of the registered users andetc ) So if anybody having an experience in such project could really sort out my problems would be appreciate .... Thank You kvarnerexpress Notice from cmatcmextra: I have told you numerous times to better your topic titles and descriptions but you have ignored me. Warning and removing posting rights temporarily. Do not ignore this message.
  3. Hey people, thanks for the help in advance.I notice that my competition refuses to put the time into their websites that I do and have been stealing my pages. Copying my web text is one thing, but I notice often times my entire page is stolen, from what looks like a 'Save Page As' deal. What can I do to protect myself from this web theft, or at least to make it harder.I dont use any java, I use straight CSS on all my pages. Thanks.kvarnerexpress
  4. I just got Solaris 10 up and running and it's a pretty great system. However, I am still new to UNIX and I have no clue how to configure the system to be connected to my router. Any help would be appreciated. I'm not sure what kind of information I should provide if any, except that it is a router uses DHCP and has a DSL connection. I'm sure there must be some console commands I am able to call to properly configure all of this. Once again, any help is greatly appreciated.kvarnerexpress
  5. I have a large project and im adding classes and creating packages and as Im doing so the code highlighting and build functions seem to not work correctly. For example:I have a package com.whatever.util that contains a class Utils.java.I then add a new class to another package, say com.whatever.bla called MyNewClass.java and I import Utils. The package structure for both these checks out. Everythings fine until I build the entire project at which point it can't find Utils. If however I open both files and make a blank change to Utils.java and save it, the code highlighing in MyNewClass.java disappears. Its as if build isn't working correctly but code highlighting is and they are conflicting. Also if I build Utils on its own it produces no errors, the code highlighting disappears in MyNewClass, but again if I build the whole thing the error returns.Can someone suggest anything.kvarnerexpress
  6. I am starting the planning process of developing a CRM (Contact Resource Management) System for the company I work at. This CRM would be responsible for managing customer contact history, attaching invoices / quotes / Purchase Orders / Emails regarding the customer, A Reminder list, Manufacturer / Distributor tracking, Generating Sales Reports etc...The question I have is should I use OOP. 1. I am the sole developer in this project so sharing code is not a big deal.2. The flow through the program is rather linear, they look up customer, create invoice, attach invoice and send confirmation email.3. The objects that I 'may' have are like 'customer' 'email' 'manufacturer' 'distributor' those sorts of thingsWhat I am looking for is reasons to use OOP. Everyone says OOP is so great and that it allows for much but no one can give me a definate reason as to why it is so much better and essential espcially in an application like this.So any OOP gurus out there that can give me 3-4 good reasons to use it?Thanks for reading!kvarnerexpress
  7. I need Help regarding Forms(feedback, registrations, Uploading files like images) Handling. I came across many softwares and scripts that can be very useful for instant development. You can create forms and database using these softwares or can inherit the functionality of scripts in your existing projects or can even modulate the scripts according to you requirements.But as a beginner ASP programmer you want to learn all the coding and all the stuff these softwares do for you in easy steps.i have a good knoweledge of programming languages and database, but i have lack of experience in handling forms and storing them in a secure database. even i have created many forms and have applied much validations i am still not satisfied with my skills.I want a dedicated tutorial or some example stuff which can clear all the issues regarding Forms Handling. I think there are many beginner programmers on DS who face the same problem as i am. So it will be a good idea if some Geek posts a nice tutorial or some examples here.Thanks in Advance.kvarnerexpress
  8. What is, if there is any, performance hit, taken by using polymorphic programming? Say If all my classes where inherited from one base class with all it's member functions where virtual. And Say I inherited 5 classes in all. Would that be a large performance hit?Also, can compilers compile optimized code for purely virtual base classes?kvarnerexpress
  9. One of the requirements for the site Im working on right now is to be able to update navigation links easily. Its easy to do with frames, which I want to avoid. If I have 8 different pages, and add another page or anything, I dont want to have to open 8 pages and make the change to all of them.Is there another way, like having some kind of external style sheet, and bieng able to update that and have it carry over to all the other pages? As far as I understand, you can only have CSS code in a external stylesheet, and all the link infomation is in the actual page itself.kvarnerexpress
  10. http://forums.xisto.com/no_longer_exists/ I'm pretty much a novice when it comes to php/mysql and I have been trying to figure out how to build something similar to the way the site above works. Do any of you know of a tutorial or script or something that would show me how to accomplish something very similar to that? I have also been exploring phpnuke platinum with the TopMusic mod, but it just doesnt want to do what I want it to do. Sure it has a lot of features already done for me, but the architecture and navigation is very poor in my opinion, not nearly as efficent as the navigation/information design of metalmania's music site. Any help on accomplishing something similar to metalmania would be an extreme help to me, thank you for your time and any info you can sned my way. kvarnerexpress
  11. Hi,I have a flash menu on the left site of the screen which basically are icons only. The movie is very narrow (only 50 pixels wide), so there is not enough room to display text also in there. My problem is that I want a tooltip to appear when doing a mouseover over one of these icons.I tried using layers, but they seem to dissapear under the flashmovie itself, as well as other flash elements on the webpage.Since within the flash movie this can't be done, I am looking for a solution whereby a tooltip appears over the flashmovie.Help very appreciated.Kind regardskvarnerexpress
  12. i have a web form on my site which can be filled in with a customers email, name and question or comment. when the form is submitted an email is sent to an address i setup with all the info.recently i've been getting alot of spam/junk coming from the web form. for the most part, they usually come pretty close together, which makes it seem like just one spammer (at least at a time). also i'm talking like 5-10 messages at a time. i'm wondering if people have any suggestions how to protect these types of web forms from spammers.any ideas/help is appreciatedkvarnerexpress
  13. This is one area of performance I have never fully understood. From what I understand, processes shouldn't run longer then a few minutes before they either end or sleep. If a process has been running say, 15 hours and has used 209 minutes of cumulative CPU time (it is a web server) and is listed at the top of the list using the 'top' command, would that be considered a lot or not? I guess my question is where do you draw the line between what has used too much CPU time and needs to be killed VS. what would normal even if the CPU time is high?Thanks,kvarnerexpress
  14. I am with problem - it would be great to call some external programm from Delphi, wait - till it executes and exits and only then continue work of my Delphi program, how can I do this. I tried ShellExec and ShellExecEx - however - it only calls program and exits - it would be great to registre some handler - which monitors when this called program exits?Any design ideas for such an problem could be very helpful, thanks in advanceKvarnerexpress
  15. As I continue to get my feet wet with vb.net so to speak, I am struggling to get it so that I can declare my database connection at least once so that I can reference it from multiple forms so that I can populate my treeview & listview, and have separate forms so that I can make changes based on user entry. Are there any examples on how I can declare my access database connection once and such that I don't have to keep passing variables to the forms so I can process my updates, deletes, and inserts, etc...?kvarnerexpress
  16. Hi!i need to write a text file with applet on the wen host. It is like a guest book that the visitor enters his comments and the comments are stored in the text file.I found a website which presents a method to write text files to the visitor's computer but i need to write the text file to the webhost the applet is hosted. its like a log file or a guest book. I know there is a way and it can be done but i can't figure it out!Any help would be appreciated!Thanks!kvarnerexpress Notice from BuffaloHELP: Topic title and description are VERY import to this forum. Edit to fit the question
  17. I have a form on my website that posts a URL for a website for an ad that I am creating with this form (along with a lot of other data). Once the post is made, I call a function to create the ad and pass in the URL and other data. Inside this function, I esacape the data using mysql_real_escape_string($data, $link) for each text field input by the user. Then I create the query and insert the new escaped data version of the variable into the db. All of the items I am inserting have the correct values inserted into the db except the URL, which has Resource id #11 inserted in its place. I have tested a number of times and have no idea why this is happening.Does anyone have any idea why this is happening and how to fix this issue? Any help would be great. Thanks.
  18. have a situation where we have a mirror server located outside of our domain. Using ASP, I need to have the web server on the different domain access files on a file server that is within another domain and be able to display the file from the web page. They are Word documents and PDFs and Excel files. But for security reasons, we can not use anonymous access. On our production server we just use mappings within IIS to perform this, because it is all within one domain. I hope someone has had a similar experience and can tell me how this can be done using ASP or some kind of component. Thank you in advance for any information.Kvarnerexpress
  19. Well, this might not be the best place for this post but...Anyways, my question has to do with anonymity and bittorrent (Aureus mainly). I have used protowall, peerguardian, safepeer, etc but I know that this does not prevent corporations and such from seeing who is connected to the tracker, it just prevents direct connections. I was using anonx for a while but it has since gone out of buisness. I recently signed up with secure tunnel and have been using them for a while. Anyways, they use socks proxies and ssh instead of anonx's vpn. This gave me an idea.Anyone who is familiar with azureus may know about it's proxy options. You can route tracker communications and peer communications serperatly from one another. Currently, I am routing all data through secure tunnel. I was thinking though, if I use secure tunnels ip and anonymity to connect to the tracker i.e. just proxy tracker communications and dont proxy peer communications but run protowall to prevent any connections to corporations and such, shouldn't this provide anonymity without having to go through the bottlenecks of routing everything through a proxy?
  20. Is there a way to make a link that actually creates a desktop shortcut? I have a page that gives links to files on our intranet but I know of people who try and make shortcuts for these files. It would be nice if I could put a link next to the link for the file that would make a shortcut. Notice from Johnny: Use a more descriptive topic title next time.
  21. I'm looking into going into game programming and I want to know if there is another programming language I should learn to go along with C++? Or should I just learn C++(Master Blaster of C++, Master Shake of C++, Lord and Master of C++, Jedi Master of C++) and then learn(more)/master it in college?Thanks,Kvarner express
  22. hi guys,i am creating an FTP site which will have alot of folders on it each with subfolders and so on.the folders will be created every day on a machine and then sent to the site. i wanted to know if i can use a custom made DOS program created using the C language to upload the files and create the folders on the site or do i have to upload the folders invidually.i am a complete novice on FTP sites but have created a client for FTP transfers already, a pointer to a library of functions or general help would be gratefully appreciated.i am using VC++ 6 and windows NTthanks
  23. I have a JSP where data is shown by use of a for:each loop. In this loop I have a multibox tag which will display checkboxes next to each corresponding row. A user will have the ability to select all or a few or none of the checkboxes and click print. From here, the action gets called where I need to find out which rows were clicked. Right now if I click 3 checkboxes then the String[] in the form is created with array[0] = "checked", array[1] = "checked", array[2] = "checked". This does not help because I need to know which columns were not checked. How can I do this?Kvarnerexpress
  24. kvarnerexpress

    Login

    I have a mysql database with 99 people. The first column on db is call id and assigns a diferent 4 digit number to each person. Second column contains each person`s complete name....someone tells me i need an adittional user column to asign a username to each person...(cause i want a login page) but since i already have a different name and a different id for everybody, why would i need a such column?can someone please tell me how can i use this 2 columns (name and id) so they can type their complete 4 digit id and just part of their name to enter through a login page (i dont want them to type their complete name, just part of it, and theit complete id.can this be done with php? or its related to mysql?
  25. I am trying to maintain the radio button selection on a Submit, but the form refreshes to its default selection. BTW, After a Submit is clicked, the radio form stays visible on the top of the screen while the query results are displayed on the bottom half of the screen (we're using an internal, embedded link). That's when the default selection comes into place.Any help would be appreciated. Please respond Kvarnerexpress.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.