Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jabdal

@jabdal
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Search Engine (how?)
    J jabdal

    It would probably be easier to write your own server-side search script than use a 3rd party tool. Codeproject is more oriented towards C# or VB script though. To make the query, you need a knowledge of SQL, and any database software will do such as ms sql server, mysql, or postgresql.

    Web Development database html help tutorial question

  • text diff
    J jabdal

    For word-by-word diff I like to use the SequenceMatcher class in CPython. It has a method get_opcodes which is helpful. I was able to call get_opcodes in C# using IronPython (uses 5 .py files). I store the PythonEngine in session since the ctor is expensive.

    ASP.NET algorithms question

  • Live Chatting
    J jabdal

    Set a javascript timer to poll a database every few seconds using xmlhttprequest. Use the Document Object Model to insert new text into the browser. You can determine what text is new using a timestamp, hash key, row count, or some combination.

    ASP.NET csharp asp-net

  • Add MS Excel Application to DCOM Config
    J jabdal

    It's under there. Add ASPNET to local launch and activate permissions. With Excel 2007, I found it necessary to login as ASPNET user using a program called anup(gets ASP.NET encypted password), logging in as ASPNET user, and then clicking OK on dialogs which popped up in order for interop automation to work from ASPNET user account.

    COM asp-net question csharp database sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups