About Joomla
Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone... By:
CI-tech1
Understanding Drupal
Welcome to Drupal! Drupal is a powerful content management system which allows you to create and maintain many different types of websites without needing to know any coding languages.
If you're new to Drupal or new to having your own website, then this guide is for you.
The beginning is the most important part of the work - Plato
The following pages should introduce you to the Drupal project, some best practices the community has accumulated, the concepts and technologies that underpin Drupal, and basic installation and configuration... By:
CI-tech1
Sharepoint Interview questions
1. what is SharePoint?
By:
CI-tech1
Introduction to Master Pages
Introduction to Master Pages
Introduction to Master Pages.
Examining the out of the box Master Pages in SharePoint.
Developing a custom Master Page for SharePoint.
Options to deploy a Master Page for a production ready system.
Customizing the Application.master Page.
Incorporating a Master Page into a SharePoint site definition
In this article we will discuss the structure and architecture of an ASP... By:
Sujal
Best SharePoint Interview Questions
Best SharePoint Interview Questions
• What is SharePoint?
we cannot define SharePoint in some sort of words, actually SharePoint is an application framework as much as it is an application as its own. And provide the following features to web developer and Organization. It is a web development Platform, out put of sharepoint is Web Application. That provide the following features.
1. Collaboration
2. Content magmt.
3. Business intelligence... By:
Sujal
HTML5 New Tags, Implementations and Question & Answers
HTML5 New Tags, Implementations and Question & Answers:
Below are some usefull Q&A.
Currently which browsers support HTML5?
Answer: Most modern browsers do. IE9, FF4, Safari, Chrome
Can you please elaborate on ECMA script?
Answer: ECMAScript is the standard that guides what capabilities will be available in JavaScript. Current version of the standard is 5.
do i need to change whole application coading if i wana make it using HTML 5 attributes ?
Answer: If you're referring to semantic markup then you can use them in a browser independent fashion... By:
CI-tech1
Anna Hazare continues to fight against corruption
Lets join Anna Hazare in the fight against corruption
Under the leadership of social activist Anna Hazare, the crusade against corruption on Monday gained momentum and people adopted the Gandhian approach to support the Jan Lokpal Bill.
Who is Anna Hazare?
Bypassing Prime Minister Manmohan Singh’s appeal, 72-year-old Hazare along with social activist Agnivesh, former IPS officer Kiran Bedi, Magsaysay award winner Sandeep Pandey, RTI activist Arvind Kejriwal, and 35 other supporters sat on a fast unto death at Jantar Mantar in the national capital... By:
CI-tech1
Who is Anna Hazare?
1. Who is Anna Hazare?
An ex-army man. Fought 1965 Indo-Pak War
2. What's so special about him?
He built a village Ralegaon Siddhi in Ahamad Nagar district, Maharashtra
3. So what?
This village is a self-sustained model village. Energy is produced in the village itself from solar power, biofuel and wind mills.In 1975, it used to be a poverty clad village. Now it is one of the richest villages in India... By:
CI-tech1
Creating .NET Web Services in 5 Easy Steps
Web services give developers the ability to utilize four open Web standards:
HTTP - Hypertext Transfer Protocol - The standard protocol used over Port 80, which traverses firewalls, and is responsible for requesting and transmitting data over the Internet.
SOAP - Simple Object Access Protocol - An XML-inherent protocol that encloses a set of rules for data description and process. As a standard, this is the center-piece that complements the other three standards mentioned here... By:
CI-tech1
Redirect to a new page, when we get 404.htm error page in the application
Create a custom Page Not Found is to create a site level feature receiver that will attach it to the webApplication instance.
On the activated event you would attach it like this:
[SharePointPermission(SecurityAction.LinkDemand, ObjectModel = true)]
public override void FeatureActivated(SPFeatureReceiverProperties properties)
{
if (properties != null)
{
try
{
SPSite site = properties... By:
CI-tech1
|