
Search In
Job board design and development for education category website “www.theschoolworld.com
Introduction
The job board we require is for a single industry (Education) to be developed in PHP 5.6 version and in html5 pages.
Features for Job seekers
1.
In this blog we illustrate how to get the pagination data from SQL server stored procedure.
To create a such type of a stored procedure, we need to send a minimum three parameters(startRowIndex, pageSize, totalCount).
1. startRow
Indexes in MySQL can improve performance of specific queries Like as below Examples :
Syntax for creating index on one field:
CREATE INDEX indx_magrno ON EmplyeTable (EmplyeID);
These two indexes is supposed to hugely improve performance of INNER
While writing methods in controllers you need to know which method is of Get type and which is of Post type
In my example i have write code for simple user registeration so there are two views for it one Get and one Post
public class RegisterCont
Please go through the below details to create a Task Scheduler. It can be done by two ways either creating console application, windows application or creating a window service. What I have done is created a windows application and schedule the ta
Hii friends,
many of you when you will start making a website in drupal will need to provide multiple language support.And providing so if you follow these easy steps you can easily make it.
For making a multiple language site
step1:-You should ha
Selenium- Selenium is a testing framework for web applications. Selenium is a suit of tools for web browser automation and it is composed of:-
Selenium IDE
Selenium RC
Selenium Webdriver
Selenium Grid
It provides a test domain-specific language
When your site is getting memory exhaustion errors it get hard to figure out which pages are getting the memory errors and how much memory they are using. After lot of search I found below link which help me lot to understand more about memory exhau
Stored Procedures are pre-compile database objects which are compiled for first time and execution plan is saved for further use. However UDF is compiled and executed every time when it is invoked.This article provides a detailed comparison of stored
Hi All,
Recently I faced a problem with the Ckeditor not working on the Android and iPhone. After a great R&D I came to know there is an issue with the Ckeeditor and due to some security issue it has disabled its functionality from working on th
