Author: Jitendra

  • Install MySQL and Query Browser in Ubuntu

    To open the Terminal, go to Application > Accessories > Terminal Type the following command at terminal. $sudo apt-get install mysql-server mysql comes with no root password. To set the root password, type: $mysqladmin -u root password your-new-password $sudo /etc/init.d/mysql restart Install mysql query browser $sudo apt-get install mysql-query-browser After installing, go to Applications >…

  • How to change the Meta Tag link in WordPress

    How to change the Meta Tag link in Wordpress

  • Change the Login Image of WordPress in Simple steps

    Change the Login Image of WordPress in Simple steps

  • Salesforce Interview Questions – Part 1

    Set of most often asked questions on the salesforce.com developement

  • ASP.Net Error: Response is not available in this context

    This error occurred when  i tried to call Response.Redirect method from a class file. Then i tried to find the solution and i got to know that when we use the response object from an aspx page either from aspx page or it’s codebehind page, the response object is directly available because all these derived from…

  • App_Offline.htm in ASP.NET

    If you place a file with the name App_Offline.htm in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application. ASP.NET will also then respond to all requests for dynamic pages in the application by…

  • Use FXcop with ASP.NET

    FxCop, an abbreviation “Framework Police,” is a rules-based engine that checks managed code assemblies for Microsoft’s .NET Framework design guidelines and custom guidelines. FxCop is a rule based engine which helps the development team to follow best practices of the .NET platform and development standards (based on every company standards). You can apply to any…

  • New Blog from Jitendra Zaa (formerly ShivaSoft)

    In this every minute changing world, knowledge is the only key to success and sharing your knowledge with others is the best way to enhance your skills. This is the technical blog which will update you every day on changing technologies and News. If you got any technical query or any problem then ask at…