Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JurkMonkey
  • Content: Threads
  • Order by date
  1. JurkMonkey

    Finally - A successful upgrade

    We have been using some beautiful components used by DevExpress that provide some awesome functionality. When we purchased the controls we also got the source code to customize if we needed. I'm not sure why but the guys who worked here before me (and are no longer here) decided to rebuild all...
  2. JurkMonkey

    SSL on Apache2 in Ubuntu

    I'm having some issues getting SSL enabled on an apache2 server in ubuntu. Does anyone have a simple walkthrough of how to get this working? All the ones I have found require apache2-ssl-certificate but Ubuntu does not have this with the default install. Thanks http://www.ubuntu.com/
  3. JurkMonkey

    something.mysite.com

    Hello, I have DNS server that is redirecting traffic from wiki.mysite.com to a specific server running apache. If it's wiki.mysite.com I want to go to the wiki site hosted on that apache server. If I go to support.mysite.com I want to go to a different site on the same server. Can I get...
  4. JurkMonkey

    Ajax Dialog Button Event

    Hi Everyone, I have a page with a pop-up dialog that contains an ok button. Basically I'm using the Ajax Control Toolkit to make a div on my page appear in a "modal" way. What I'd like is to have that button fire an event after clicked and the dialog closes. The event does not fire on the main...
  5. JurkMonkey

    Null Controls

    I am adding custom controls to a placeholder at runtime. Once I create the custom control I am trying to set some values of the object inside the control but they are null. Does anyone know why this might be? Inside my Custom Control protected void Page_Load(object sender, EventArgs e) {...
  6. JurkMonkey

    ControlState Thoughts

    I'm currently using ControlState to pass simple objects between postbacks. Can anyone comment on this approach and some things I might want to consider? I don't want to get half way through development and realize that our architecture was a giant flop. Thanks http://www.ubuntu.com/
  7. JurkMonkey

    SSL and 80

    Hello, I'm trying to setup an apache2 server with SSL. I've installed the certificate and enabled Listen 443 and that works fine. the problem now is that my default Port 80 traffic is not allowed to the websites. How do I configure apache to allow both port 80 and 443 traffic? Thanks...
  8. JurkMonkey

    WebControl Size Issue

    Ok I'm new to ASP.NET so go easy on me. I have a WebControl that I'm adding to the content section of a content page. I don't know how to make the webcontrol fit 100% inside the content section. Right now I set the width parameter inside the webcontrol to 100% but it goes way outside the...
  9. JurkMonkey

    MySQL and .Net

    I'm looking to hear peoples thoughts on using MySQL with .Net apps. Thanks! http://www.ubuntu.com/
  10. JurkMonkey

    DevExpress Controls

    Has anyone used these controls before? www.devexpress.com I'm having issues with the GridControl. Thanks http://www.ubuntu.com/
  11. JurkMonkey

    IPCop - Running Slowly

    Hey, I have installed an Athlon 2000+ box with a gig of ram as an IPCop firewall. Overkill I know :) For some reason, the internet is now REALLY slow on our network. Does anyone know what might be going on? Thanks! http://www.ubuntu.com/
  12. JurkMonkey

    SSL Certs Problem using HTTP

    Hello, Our certs just expired and we have renewed them but exchange is not letting us log in via outlook using HTTP. Are there any tips/tricks I should know about when doing the renew? Any help would be greatly appreciated!
  13. JurkMonkey

    Regex Question

    Been a while since I've done a good regex string. What I'm doing is an input mask for a textbox. The data is a phone number which may, or may not include an extension. 123-456-7890 123-456-7890 ext:1234 I don't want the regex to output the ext: if it is not existent. Anyone feel like trying...
  14. JurkMonkey

    Radeon 9000 Install on Ubuntu

    Hi Everyone, I have been googling the planet trying to find out how to install the Radeon 9000 drivers on my Ubuntu box. Note that this is NOT the mobile Radeon 9000! I'm not too worried about running beryl or anything - I just want to be able to run America's Army and Alien Arena on my box -...
  15. JurkMonkey

    Bad Design - Combine Tables with Insert

    Hey, I have 2 tables that have an ID and a string with different names. Table1: CatID CatName Table2: BirdID BirdName I need a way to query both of these items together into one dataset. Then I need to be able to call an insert using that same dataset. Any ideas how to do this - or how...
  16. JurkMonkey

    Need help with session vars

    Hey Everyone, I'm trying to create a login page. I need to store the username once validated so I figured, use a session variable... So I'm setting the variable session_register("loginusername"); $_SESSION["loginusername"] = $_POST["txtUsername"]; Then when I re-post back to the same...
  17. JurkMonkey

    Center Dynamic Image - Flash 6

    Hello, I'm loading a movie clip with loadMovie() and once it loads, I want the Image to be centered. Right now everything is scaling to the size of the clip and it looks horrible. I've googled for a while now and all I've seen is the MovieclipLoader but I can't use that class in this version I...
  18. JurkMonkey

    Confirmation Dialog?

    I'm looking to pop up a window similar to the one used on facebook which confirms a users actions. "Are you sure you want to delete?" - yes, no I'm not sure how this is done but I'd really rather not use JavaScript if I can avoid it. Anyone know how to do this?
  19. JurkMonkey

    CD Burning - Windows & Linux

    In the past I've tried to work with different CD burners to add functionality to my apps. I noticed though, that you had to use the IMAPI garbage from MS which only supports XP and 2K3 - or use something like the Nero API or StarBurn which both cost a significant amount of money. What I have...
  20. JurkMonkey

    Oooooh baby... Attempted to read or write protected memory

    Attempted to read or write protected memory. This is often an indication that other memory is corrupt." I am calling a method on another C# DLL that works with an unmanaged dll. Somehow, this error keeps popping up ever since I upgraded to the 2.0 Framework. I have uninstalled the 2.0...

Part and Inventory Search

Back
Top