Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Nawaf's Blog

Yearly Archives: 2008

Latest news from Nawaf's Blog

  1. Display a Nice Error Popup Window - Extended

    Display a Nice Error Popup Window - Extended

    Nov 28, 2008

    Last time I blogged about how to display a nice error message to the user using only one line of declarative code. Today I want to show you how to extend that. Usually when you develop a Website you need to deal with

    Tagged: net, asp net, ajax, c

  2. Display a Nice Error Popup Window

    Oct 2, 2008

    I always hated web sites that show Javascript alert message to tell the user about an error. Doing so make me feel that I'm in front of desktop application and not a web app. May be the alternative is to have an error

    Tagged: net, asp net, ajax, c

  3. SyntaxHighlighter Plug-in for Tinymce 3.X WYSIWYG Editor

    Sep 29, 2008

    SyntaxHighlighter Plug-in for Tinymce 3.X is ready now. I don’t know why tinymce development team had to change the way of writing plug-in for the tinymce, they say it’s more modular. What bothered me really is that

    Tagged: net, asp net, tinymce plugin

  4. SyntaxHighlighter Plugin for Tinymce WYSIWYG Editor

    Sep 29, 2008

    SyntaxHighlighter is an incredible code syntax highlighting tool. It's 100% Java Script based and it doesn't care what you have on your server. I believe any IT blog should have it. I needed to use this tool in my

    Tagged: asp net, tinymce plugin

  5. Run CMD / Java application using C#

    Sep 29, 2008

    Few days ago I needed to write a piece of code to call ANT file that builds some java files using the following CMD command ant –f build.xml. The process is rather straight forward task. Use System.Diagnostics.Process

    Tagged: net, asp net, c