Web X Programming

    8 comments
Steve Jobs' impact on your life cannot be overestimated. His innovations have likely touched nearly every aspect -- computers, movies, music and mobile. As a communications coach, I learned from Jobs that a presentation can, indeed, inspire. For entrepreneurs, Jobs' greatest legacy is the set of principles that drove his success. Over the years, I've become a student of...
Read More [...]
    0 comments
Best Technically Emotional Quote - " I dont have a facebook account because i dont know whats happening in my life because of which i dont get anything in my mind...
Read More [...]
    2 comments
Just Run the below procedure which will enable xp cmdshell use master go sp_configure 'show advanced options',1 reconfigure with override go sp_configure 'xp_cmdshell', 1 reconfigure with override g...
Read More [...]
    3 comments
I have been working on a project recently which requires me to integrate with QuickBooks Online, in this case from a web application.  I have had the pleasure (strong word) working with integrating with QuickBooks in various capacities in the past and although it is not trivial, it does work.  I ran into an interesting problem recently with an error that baffled me.While...
Read More [...]
    0 comments
SQL Server Performance Tuning for SQL Server DevelopersBy Brad McGeheeDon't think that performance tuning your SQL Server applications is regulated to the end of the development process. If you want your SQL Server-based applications to scale and run at their full potential, you must begin considering scalability and performance issues during the early stages of your application's...
Read More [...]
    10 comments
Unable to connect to the remote server?Look at the Event Viewer (eventvwr.msc) log.  WMSVC has a good supportability story.  Events are logged with detailed error messages and a stack trace. Looking at the Event Viewer often tells you what the problem might be.Cannot connect to the remote server after updating wmsvc bindings?If this happens after updating the port on...
Read More [...]
    1 comments
Wamp on windows vista or windows 7 installs perfectly fine but there are 2 important things to be done to get it run.  1. After installing Wamp Stop IIS, Because IIS uses Port 80 so Apache will not be able to start unless and until Port 80 is free so stop IIS.  2. The Next Most Common issue is with PHPmyadmin after when we try to run PHPmyadmin it shows PHPmyadmin...
Read More [...]