Monday, 24 February 2014

Cross platform mobile development tools

ProsCode reusable.Easily accessible to plugins.Easy for web developers.(HTML5, CSS3)Reduce development cost.Support for enterprise and cloud services.Easy Deployment.ConsMight not support every features of OS or device.Can’t Always Use Your Own Tools: Most frameworks want users to use their own development tools and suites, and that can mean that a...

HTML Tags - DIV vs TABLE instead of DIV or TABLE

DIV/TABLE are HTML tags which can populate data inside the markup language. Most of us have come across the situation, where we have to choose between DIV and TABLE. Both have there own way of presenting data inside the HTML. Ofcourse TABLE tag gives easier way of displaying...

Methods for passing values from one page to another

1. '''Query String''' ['''''GET Method''''']Passing variables using query string, which means the values are passed along with the URL.http://www.example.com/page2.php?a=2&b=4&c=6This can be achieved using one of the form method submission 'GET'.So You can see that using GET method the values can be sent through query string, and ofcourse the...

WampServer phpMyAdmin - default password

Its a software bundle :WindowsApacheMySQLPHPwhich is a windows web development environment; creates web application using Apache,MySQL, PHP.For managing MySQL database there is a UI part available called PhpMyAdmin.So after installing the software bundle, when user tries to access the phpMyAdmin it will show a login screen.The default username...

Saturday, 22 February 2014

File Load Exception: Could not load file or assembly ASP.NET MVC

My first post :)This is a common exception that happens when we upgrade an installed package. So why is this throwing this exception.FileLoad ExceptionCould not load file or assembly 'BLToolkit.4, Version=4.1.10.2158, Culture=neutral, PublicKeyToken=b1d3f6ab3aadaca3' or one of its dependencies. The located assembly's manifest definition does not match the assembly...

Pages (3)123 »