A Guide to Understanding SSL Certificates

A Guide to Understanding SSL Certificates Guide to Understading SSL Certificates

Read more »

Joomla Website Performance

SEO and PERFORMANCE http://www.joomlaaa.com/Joomla-Articles/optimization/How-can-I-make-my-Joomla-site-load-faster.html http://www.joomlaperformance.com http://www.websiteoptimization.com http://www.pathos-seo.com/joomla-technical-optimization/making-a-faster-joomla-website.html http://www.pathos-seo.com/joomla-technical-optimization/making-a-faster-joomla-website.html   http://www.wzcreativetechnology.com/joomla-tips-and-tricks/74-how-to-make-joomla-site-load-fast.html http://extensions.joomla.org/extensions/site-management/cache/7350 http://www.open-source-depot.com/archives/13-MySQL-Performance-Tip-on-CentOS4-on-GoDaddy.html http://www.open-source-depot.com/archives/13-MySQL-Performance-Tip-on-CentOS4-on-GoDaddy.html http://www.cyberciti.biz/tips/enable-the-query-cache-in-mysql-to-improve-performance.html   http://forum.joomla.org/viewtopic.php?f=433&t=344013l http://kb.siteground.com/article/How_to_optimize_a_MySQL_database_using_phpMyAdmin.html http://www.electrictoolbox.com/mysql-optimize-table-cli/ http://forum.joomla.org/viewtopic.php?p=1250059 http://kb.siteground.com/article/How_to_optimize_a_MySQL_database.html http://developer.yahoo.com/performance/rules.html http://www.mightyjoomla.com/Joomla-Tips-Tricks/enable-and-use-gzip-compression-in-joomla-cms-to-enhance-website-performance.html http://forum.joomla.org/viewtopic.php?t=50278     www.websiteoptimization.com/services/analyze/   http://forum.joomla.org/viewtopic.php?t=50278 http://www.phpmagicbook.com/htaccess-essential-tricks-for-blog-website-performance-a-guide/ http://www.dquinn.net/htaccess-adding-etags-gzip-expires-headers/

Read more »

20 Great Google Secrets

http://www.pcmag.com/article2/0,4149,1306756,00.asp   excl.gif No Active Links, Read the Rules – Edit by Ninja excl.gif   Google is clearly the best general-purpose search engine on the Web (see www.pcmag.com/searchengines   But most…

Read more »

Log Management Tools using splunk and other alternatives

Splunk Splunk (the product) captures, indexes and correlates real-time data in a searchable repository from which it can generate graphs, reports, alerts, dashboards and visualizations. Splunk aims to make machine…

Read more »

Know about Certificates and SSLs

DRAFT VERSION HTTPS Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol with the SSL/TLS protocol to provide encrypted communication and secure identification of a network…

Read more »

npm – Node Packaged Modules

Install a package SYNOPSIS npm install (with no args in a package dir) npm install <tarball file> npm install <tarball url> npm install <folder> npm install <name> [–save|–save-dev|–save-optional] npm install…

Read more »

JSHINT

JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions. It is very flexible so you can easily adjust it…

Read more »

Know about nodejs?

What is nodejs? Node.js untangles concurrency by replacing the Java platform’s standard, multithreaded approach with single-threaded, event-driven I/O. Node.js (Node) is an I/O environment built on top of Google Chrome’s…

Read more »

Java Command Line Options

-client       to select the “client” VM -server       to select the “server” VM -hotspot      is a synonym for the “client” VM  [deprecated] The default VM is client. -cp <class search path…

Read more »

What is HTTP (HyperText Transfer Protocol)

Short for HyperText Transfer Protocol, the underlying protocol  used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers  should…

Read more »

Berkeley Internet Name Domain(BIND)

Abbreviated as BIND, Berkeley Internet Name Domain  is the most common implementation of the DNS protocol on the Internet. It’s freely available under the BSD License. BIND DNS servers are believed to be…

Read more »

What is DNS (Domain Name System)

Short for Domain Name System (or Service  or Server), an Internet service that translates domain names  into IP addresses. Because domain names are alphabetic, they’re easier to remember. The Internet however,…

Read more »

What is SSH(Secure Shell)

SSH Secure Shell provides users with a secure, encrypted mechanism to log into systems and transfer files; it can be viewed as a secure replacement for FTP. Developed by SSH Communications…

Read more »

Agile Software Development Methodology

What is Agile Software Development Methodology? Agile development practices increase the velocity at which software teams deliver customer value by improving everyone’s visibility into project features, quality and status. BROAD…

Read more »

Definition of Configuration Management

Software CM is a discipline for controlling the evolution of software systems. Classic discussions about CM are given in texts such as [6] and [8]. A standard definition taken from…

Read more »

Features in TFSC are fairly standard among SCC tools

Some of the features in TFSC are fairly standard among SCC tools: Workspace creation Workspace synchronization File checkout Overlapping checkout by multiple users of the same file Atomic change-set check-in…

Read more »

Merging Functionality in TFSC

The merging functionality in TFSC is centered on the following typical development scenarios: Scenario 1: The catch-up merge— The user wants to merge all changes from a source branch that have…

Read more »

Branching in TFSC

Branching in TFSC Branching is the SCM operation of creating an independent line of development for one or more files. In a sense, branching a file results in two identical copies…

Read more »

Offline Checkout/Check-In in TFSC

A contributor syncs his workspace and takes his laptop home for the evening. At home, he continues working and chooses to check out a file. An unmodified copy of the…

Read more »

XML Is the Here, the Now, and the Future

XML Is the Here, the Now, and the Future XML is short for Extensible Markup Language, which is a specification developed by the World Wide Web Consortium (W3C). XML is…

Read more »

Some new terms of TFSC

Repository— The data store containing all files and folders in the TFSC database. Mapping— An association of a repository path with a local working folder on the client computer. Working…

Read more »

Important Configuration Definitions

Source code— Files written in high-level languages such as C# that need to be compiled (for example, foo.cs). Source(s)— All the files involved in building a product (for example, C,…

Read more »

More Important Build Definitions

I need to define some common build terms that are used throughout this article. It is also important for groups or teams to define these terms on a project-wide basis…

Read more »
epoch-unix-timestamp

How to Understand Epoch & Unix Timestamp | Epoch Converter

What is epoch time? The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT),…

Read more »
branching-and-merging

Branching and Merging Best Practices | Branching and Merging Guide

Branching and Merging Practices Branching and Merging Practices from Rajesh Kumar

Read more »
hybrid-testing

Hybrid testing introduction, What is Hybrid testing?

Hybrid testing definition. testing. A combination of top-down testing with bottom-up testing of prioritized or available components   According to Wiki: Hybrid testing is what most frameworks evolve into over time and multiple projects….

Read more »
website-typography

Website Typography

Below is a list with arrows. To use this style create a list in the following format: …. …. … Quisque ultrices etiam, class nec velit vestibulum sit congue pulvinar,…

Read more »
information-technology-infrastructure-library-itil/

What is Information Technology Infrastructure Library (ITIL) ? – Complete Guide

Introduction The Information Technology Infrastructure Library (ITIL) is a set of concepts and practices for managing Information Technology (IT) services (ITSM), IT development and IT operations. Purpose ITIL stresses service…

Read more »
collabnet-subversion-edge

CollabNet delivers Subversion Edge to ease deployment, administration

When you think of the cloud, Agile application lifecycle management may not be the first thing that comes to mind. CollabNet is hoping to change that with a beta distribution…

Read more »
workforce-management

Workforce Management Software Helps Call Centers Save Money

One way to increase revenues in your inbound call center might be via workforce management software. For call centers that realize revenue by answering calls (be they catalogues, reservation centers,…

Read more »