User Profile

Collapse

Profile Sidebar

Collapse
variaas
variaas
Last Activity: Jan 14 '08, 10:23 PM
Joined: Jun 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • variaas
    started a topic PHP DOM to replace html
    in PHP

    PHP DOM to replace html

    I'm writing a plugin for my CMS where I used PHP DOM to update the DOM. I want to replace part of the DOM with some HTML. When I perform:

    Code:
    $domelement->nodeValue = $html;
    It converts the html entities and displays all the code. From my research the nodeValue considers the cotnents to be CDATA and I figure this is causing my issue.

    Is there a way to replace the HTML of a DOMElement with PHP?
    See more | Go to post

  • variaas
    started a topic Filling a datable from LINQ
    in .NET

    Filling a datable from LINQ

    I have to perform a very expensive query against a slow database. I perform one query and need to split up the results into two datatables in a typed dataset. What's the best method to do this?
    See more | Go to post

  • variaas
    started a topic WebBrowser in .Net 3.5?
    in .NET

    WebBrowser in .Net 3.5?

    So I'm going crazy here. I'm building an application using .Net 3.5 beta and need to embed a browser. It seems that .Net 3.5 doesn't include the old WebBrowser I had used in .Net 2.0. How do I embed a browser into my app?
    See more | Go to post

  • variaas
    started a topic Creating a patch
    in .NET

    Creating a patch

    Are there any suggestions for patching an application created with Visual Studio 2005/C#?

    Much like MS releases updates for their products, is there anyway to release a simple executable that would update an application written in c#?

    As a background...
    I've written the app with VS 2005/C# and created a Setup Project which gave me an MSI to distribute.
    See more | Go to post

  • variaas
    replied to Adding Desktop Shortcut in Setup Project
    in .NET
    Thanks! That worked for me!
    See more | Go to post

    Leave a comment:


  • variaas
    started a topic Adding Desktop Shortcut in Setup Project
    in .NET

    Adding Desktop Shortcut in Setup Project

    Hey guys,

    So I created a setup project for my new app, but I don't know how to add a shortcut to the exe on the desktop. For now, I've created a link to the "Primary Output" of the project, but for some reason the icon it shows is a stack of papers, not the icon I have setup for the exe. The workaround I have in place is to create a shortcut manually after installing the project.

    Am I missing something her...
    See more | Go to post

  • variaas
    started a topic Winforms client resizing sluggish
    in .NET

    Winforms client resizing sluggish

    Hey guys,

    I have a form with several textboxes (15+) that are in a tablelayoutpane l so they scale when the form is resized. Now when I resize the form, the action is very sluggish and slow.

    I'm looking for best practices to improve performance on resizing the form. Are there any suggestions or resources to help me understand the best way to accomplish this?

    Thanks!
    See more | Go to post

  • variaas
    started a topic Data Containers for C#
    in .NET

    Data Containers for C#

    I'm relatively new to C# and am learning about the various data containers out there in .Net 2.0. In my program I access a read only database and display the data to the user. I'm currently using a dataset since I need to hold the data, and from my knowledge a datareader is only good for one iteration.

    I'm finding that my application is consuming a lot of RAM. What tools are there to determine what's consuming this RAM (e.g., the...
    See more | Go to post
No activity results to display
Show More
Working...