Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Post from Blackberry?

Anybody has idea how to post here from blackberry.I mean any blackberry app or thin  client ?

Thanks in advance.

Suresh Behera



Blue screen error caused by a device or driver

 

Blue screen error caused by a device or driver

You received this message because a hardware device, its driver, or related software has caused a blue screen error. This type of error means the computer has shut down abruptly to protect itself from potential data corruption or loss. In this case, we were unable to detect the specific device or driver that caused the problem.

I got blue screen few times surprisingly i am able to re-login without any issue.I have dual boot with windows XP on both OS.My guess 2nd XP saving me to re-login back … This is very funny..:)

Any guess ?

Thanks,

Suresh Behera

 

Technorati Tags: ,


Tools for XSL

Awesome list of tools for XML/XSL/XSLT…some of them does not work…but try your luck.

1. What can't XST do? A parser parser
2. Graphical XSLT tools
3. XML editor summary
4. XML Editor, Unicode support
5. XSL IDE
6. Visual XSLT Editor
7. XSL Editors
8. XSLIDE - XSLT Editor
9. ANN: XAE 1.0 beta available, An XSLT environment for emacs.
10. New emacs minor mode avail
11. XSLT dev Environment
12. visual xslt-Tool for a xml to xml transformation
13. Yet another Word to XML processor
14. Open source html to xsl-fo
15. XSLT Profiler
16. XSelerator Editor
17. XSL-FO to RTF converter
18. Java XPath parser / processor
19. XPATH engine
20. Tiff importer for fop
21. XSLToolbox
22. XSLT Editor Debugger - AG101.
23. Converting XML to RTF
24. XSLT Profiler
25. HTML interface to XSLT tools
26. XMLmind FO Converter
27. Produce outline stylesheet in Omnimark
28. A Visualization Tool for XPath
29. XSLT debugger
30. Word 2000 html to XSL-FO
31. Universal Turing Machine in XSLT
32. xpath explorer
33. XSLT Editor Debugger - AG101.
34. XSLT debugger (Sablotron 0.96)
35. XSL debugging tools
36. xpath tool for Linux?
37. XSL IDE
38. WYSIWYG Designer incorporating xsl-fo
39. Command line XML/XSL searching/editing freeware toolkit
40. Creating and styling an XML instance.
41. ANN: xmlroff XSL-FO formatter in C.
42. Mac tool for xslt and xsl-fo
43. Using ANT with XSLT
44. Stylesheet development Library
45. Processing non-well-formed input.
46. An XSLT editor
47. CSV to XML, and vice versa
48. ANN: XSLToolbox
49. XSL-FO Validation tools
50. Calculate rendered text length
51. STX High speed, low memory alternative.
52. .Net XSLT filter
53. the EXSLT.NET library
54. XSL-FO Debugger
55. XSLTdoc - Javadoc-like tool for XSLT 1.0/2.0
56. WordprocessingML to XSL FO
57. XSLfast - Graphical XSL-FO Tool
58. JUnit extension for testing XSLT stylesheets.
59. XPATH tool for Mac
60. Process a whole directory full of xml files
61. Tools - GUI for Saxon,
62. Unit Testing Framework - XSLT
63. Announce
64. xml difference

 

http://www.dpawson.co.uk/xsl/sect1/N795.html 

Tools for XSL

Thanks,

Suresh Behera



Posted: Oct 06 2009, 05:46 PM by Suresh Behera | with 1 comment(s)
Filed under: ,
Download Address Book Freeware

This is one of the best address book software i saw.I have been looking something like this since long time..My favorite one it printing address based on my choice…I like it almost solve my printing problem….I always had big pain to print my address book..I trued plaxo,google contact,outlook and few more none of them give flexibility like this software….

Cheers…
http://fonlow.com/opencontacts/Download.htm

 

Download Address Book Freeware

Enjoy…

Suresh Behera



Windows Mobile remote connection with VPN

Following are few step to connect your device with VPN. Make sure your firewall is open for active sync.

- The whole magic will only work if your on connected mode with active sync.It should show connected like a little green icon image

- Install MyMobiler.exe and connect to your pc

- Follow these step

image image image image image

When you want wireless change connection setting to wireless not “My work Network”..It should work.when you change to wireless make sure you have provided right user id and password.

image image image image

I never had any issue with above approach ..Good luck

Thanks,

Suresh Behera



CTRL + V VS Paste on Windows Mobile

Well,this sounds funny but it is true. Many time it happens that your Ctrl+ V does not work on windows mobile but if you try right click and paste it works.I am not sure what logic behind but i am able to reproduce dozen of time.This is true on vice versa too.

Good luck with your Ctrl+V smile_wink

image

Suresh Behera

Technorati Tags: ,


ArrayList from JavaScript

Nice way of doing ArrayList from javascript,Check this out.
http://www.koders.com/javascript/fid32ECAD6CCE114257D4044549E14ABCEC1332DF7E.aspx?s=array

Suresh Behera

Technorati Tags:


Debugging device using alert

Well debugging device(windows mobile) based application is big pain.The only way to debug webpage is using JavaScript.Well,so far so good but putting alert inside loop is again a hurdles for developer.Here is a nice way to escape this..thanks to TUMUSKI for putting it all together,

 

   1: function alert(message) {
   2:     var delay = 5000; // 5 seconds
   3:     if (!alert.block) {
   4:         message += "\n\n* Click 'OK' to dismiss this alert." +
   5:             "\n* Click 'Cancel' to quell runaway alerts for " +
   6:             (delay / 1000) + " seconds.";
   7:         alert.block = !confirm(message);
   8:         if (alert.block) {
   9:             setTimeout("alert.block = false;", delay);
  10:         }
  11:     }
  12: }

Have a fun while coding..

Suresh Behera



Rankings - Doing Business in different country - The World Bank Group

Economies are ranked on their ease of doing business, from 1 – 183, with first place being the best. A high ranking on the ease of doing business index means the regulatory environment is conducive to the operation of business. This index averages the country's percentile rankings on 10 topics, made up of a variety of indicators, giving equal weight to each topic. The rankings are from the Doing Business 2010 report, covering the period June 2008 through May 2009.

Rankings - Doing Business - The World Bank Group

Ranking Methodology:
Explanation of how the Ease of Doing Business Index and the sub-indices are calculated.
image
Starting Business:
 image
Getting Credit:
image
Good luck for your business,Post you comment what you think ?

Suresh Behera

Background Process for Windows Mobile

Nice article on how to run background process on windows mobile.

http://www.pocketpcdn.com/articles/services.html

Suresh Behera

More Posts Next page »