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 SkipVought 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: *

  1. DavidKuhn0422

    Optimize iBatis.NET

    Does anyone have any links or insight into optimizing iBatis? everything works, just want to speed it up a little.
  2. DavidKuhn0422

    Create PowerPoint through .NET

    I need to create a PPT file from an ASP.NET website. The data that shows will be pulled from DB. I do not want to open powerpoint and create it that way. Microsoft says to not do this and here is explanation of why not to on a server http://support.microsoft.com/kb/257757. I know there are...
  3. DavidKuhn0422

    Getting Started - A newbie questions

    I would look into getting one of the FREE express versions from microsoft, not the greatest with all the extra toys, but very good for learning. Best of all, it costs no money. http://www.microsoft.com/Express/
  4. DavidKuhn0422

    Getting Started - A newbie questions

    I agree with Jason about using AJAX. I think that you need to understand how .NET works. Also, i think that they need to learn WebForms first to learn possible downfalls of .NET and a lot of people don't use other frameworks for this. Once you learn how .NET really works, then you can look...
  5. DavidKuhn0422

    windows service memory hog

    http://en.wikipedia.org/wiki/Inversion_of_control
  6. DavidKuhn0422

    Moving up the ladder

    The only reason certs are a good thing is to prove you know what you are doing (somewhat). That being said, learn about other things...keep learning. As someone who hires people, its frustrating to see people who have been doing IT for years but have just become stagnant in their job and don't...
  7. DavidKuhn0422

    Thinking of becoming a contract engineer....

    You really need to look at 2 questions...how good are you (be realistic) and are you a salesperson. Without the salesperson persona, you won't have much luck in getting or keeping clients and if you are putting out work that they can get somewhere else cheaper, they will get it somewhere else...
  8. DavidKuhn0422

    The Next Step (career related)

    The number one way to make sure that your job does not get outsourced is to make sure that you are the best. Programming and Web Devel jobs are always outsourced or sent overseas for one reason...They don't need to know anything about the business. Most of the architecture and business rules...
  9. DavidKuhn0422

    Shopping Basket - where to store it between sessions?

    Not really, there are only things you can do to make your site easier to use. There is a point where you can go to far and try to account for too many situations. I would suggest not allowing the guests baskets to stay around, this is extra data that you are storing for a user that has never...
  10. DavidKuhn0422

    windows service memory hog

    you might want to try to look at delegate (event) registration. are you doing any of this?
  11. DavidKuhn0422

    slow module

    what version of VS are you running. Team system has tools to help you.
  12. DavidKuhn0422

    Shopping Basket - where to store it between sessions?

    If the user has a shopping cart, i can assume they have a valid account in your system? Going on this assumption, why not just store their basket in the db and save it to their user account. This will allow you to access this at any point, even if their session is dropped and you need to have...
  13. DavidKuhn0422

    Javascript Widgets

    Does it offer snap-to for the dragging of widgets?
  14. DavidKuhn0422

    Any unique identity?

    This is actually not impossible, you just need a way to access their machine. I agree with Jason that a service layer would be the best option. I don't know much about JSP, but how does the session get stored? Is it just a temporary cookie? if it is really a cookie that just times out...
  15. DavidKuhn0422

    Problem with custom role provider

    I would inherit from RoleProvider and not SqlRoleProvider. Take a look at http://msdn.microsoft.com/en-us/library/8fw7xh74.aspx and see if that shines any light on the subject.
  16. DavidKuhn0422

    Help creating membership provider

    Create a custom membership provider. here is an example http://www.devx.com/asp/Article/29256. i would create a group for the company and default a user as the MASTER user for each group. I can tell you from experience that trying to make "children" users is not an easy task and can get real...
  17. DavidKuhn0422

    Printing From Web Pages

    I would definately look at Crystal, if you are using SQL Server 2k5 or 2k8 then look into Reporting Services. They are both great tools. I would also look into a CSS framework like Blueprint http://www.blueprintcss.org/. This framework helps in a lot of css problems, but specifically helping...
  18. DavidKuhn0422

    Search by Address

    Why don't you use Google Maps API http://code.google.com/apis/maps/
  19. DavidKuhn0422

    Newbie LINQ question

    Are you using .NET 3.0 or 3.5
  20. DavidKuhn0422

    Recording audio from web page

    you might want to take a look at http://www.codeproject.com/KB/audio-video/Mp3SoundCapture.aspx and see if it can port to ASP.NET

Part and Inventory Search

Back
Top