When SQL Server is installed, a number of
Windows registry keys are also created. These registry keys specify various
parameters values required by the instance. For example, one registry key would
specify the location of ... [Read Full Article]
PHP News System (phpns) is an open source CMS that enables you to embed dynamic content into an existing website. It allows you to design your website however you like, and squeezes content into your design, wherever you like, with one line of code. PHP News System requires PHP, MySQL and ability to change file permissions on the server.
Setting up phpns is fairly simple with the help of built-in web based installer. The administration area provides you ability to create and manage articles, create categories, manage templates, create users, ban users, etc. Embedding your dynamic content into website is simply a matter of including a PHP file.
Features
Web design freedom
Users management
Search engine friendly URLs
Freeze/cache management
WYSIWYG editor
Theme management
Database backup/restore
Developed by Alec Henriksen; PHP News System (phpns) is available for download under GNU General Public License. You can find further information, documentation, demo & download on PHP News System Website.
When an Oracle instance is created, it is
nothing but a collection of some structured areas in the server’s memory and
some background processes spawned to interact with it. Oracle literature quite
extensively describes these memory ... [Read Full Article]
Organisations often employ a number of
database platforms in their information system architecture. It is not uncommon
to see medium to large sized companies using three to four different RDBMS
packages. Consequently the DBAs these companies look for often ... [Read Full Article]
jCore is an open source Content Management System (CMS) build using PHP and MySQL. It can power multiple websites, enabling you to keep CMS software up to date and fix bugs for all websites from a single location.
jCore has two main systems, jCore Server – which holds all the libraries and modules, and jCore Client – which is the stripped version of the core system that install with each website. You don’t really need to install jCore server, just copy the files in a public place so that all you websites can access it.
jCore allows designers to easily create custom look & feel of their website by simply adding new blocks (DIVs) from the admin area and apply any style (CSS) or script (jQuery). The developer on the other hand can easily create new Modules to extend the site’s functionality.
Features
Custom Look & Feel with CSS/JavaScript
Multilanguage Support
Multiple Menus
Manage your site’s content with a WYSIWYG editor and attach files/pictures to them
Create submit forms with custom fields and store or send values trough email
Extend your site with new functionality like Photo Gallery or a File sharing module and so on
Include posts, modules, blocks, forms and other are of your site in your posts/blocks contents
Keep your readers up to date with RSS feeds
Easily place ad codes / banners on your site and earn money
Manage your site members or send out mass emails to let them know about news
SEO Friendly Links
Custom 404 Error Page
Developed by Istvan Petres; jCore is available for download under GNU General Public License. You can find further information, demo & download on jCore Website.
One of the most useful new features of SQL 2008 R2 for DBA’s
is the ability to manage and administer multiple instances of SQL Server from a
central location using the new SQL Server Utility tool.
The key new features of SQL Server 2008 R2 relate to the
management of organizations’ master data (Master Data Services - MDS ),
administration of multiple servers (SQL Server Utility), and processing large
amounts of data (PowerPivot ... [Read Full Article]
There
are several enhancements
in SSIS 2008 such as enhanced lookup transformation, the development environment for
Script Task and Script Component changing from VSA to VSTA, etc. ... [Read Full Article]
In most organizations backup
plans are implemented using full differential and transactional log
backups. The normal scenario would be take a full backup on Sunday (off peak hours),
differential backup daily at mid-night and transactional log backups on hourly
basis.