WebProWorld Dev Forum | How to remove top frame? I need some help about a change I want to make to a top frame link. Clicking on a link will open a new window that has a very small top frame and a 2nd frame with the webpage of the link.
Site Map Script Does anyone know of a good perl site map script? I would like one where you could tell the script which things not to include in the map.
Text Ads Script I have a question: I've been looking and maybe some of you know: Where can I find a script that allows me to sell text ads on my web site for a monthly or weekly Fee
|
|
| 04.26.05
Executing SQL Server Stored Procedure from Perl This article illustrates how to setup a development environment using Perl and SQL Server on the following platforms: Microsoft Windows, Red Hat Linux, and Sun Solaris. Step by step, you can learn, and may choose, the best way that fits into your own requirements.
Stored procedures are intensively used in SQL Server-based development today. The Perl language is the most useful administration language on the Unix/Linux environment. Since Web technologies have risen in popularity, Perl also became a main development language for Internet-based development. Perl programming, such as CGI, Fast-CGI, mod_perl, Apache::ASP (very similar to Microsoft’s ASP 3.0), and Embedded-perl are used to create dynamic web pages and have become very successful web solutions. Read The Whole Article
Keep Bad Guys at Bay with the Advanced Security Features in SQL Server 2005 It's an increasingly hostile world for your databases and client applications. Every day, attackers develop clever new attacks to compromise your valuable data. Fortunately, SQL Server™ 2005 offers strong new security features that directly address principles such as defense in depth and least privilege. As explained in SQL Server Books Online, Microsoft has implemented a number of security initiatives, which include reducing the attack surface area and making it easier to securely deploy SQL Server and databases, while providing better security tools and docs about maintaining high security in a changing security landscape.
In this article I'll explore the most interesting security enhancements in SQL Server 2005 from a developer's viewpoint. I covered admin security features in the Spring 2005 issue of TechNet Magazine. But there are plenty of dev-specific security enhancements I can explore, such as endpoint authentication and support for the security context of managed code that executes on the server. I'll focus only on the core relational database engine. Supporting systems such as Reporting Services, Analysis Services, and so on have their own security infrastructures that deserve whole articles to cover them adequately. Read The Whole Article
MS to launch SQL server version in H2 Microsoft India plans to launch the next version of its popular database and analysis offering, SQL Server 2005 in the second half of this year.
The SQL Server 2005 product family has been redesigned to better meet the needs of each customer segment, and will include four new editions; SQL Server 2005 Enterprise Edition, SQL Server 2005 Standard Edition, SQL Server 2005 Work Group Edition, and SQL Server 2005 Express Edition. Besides delivering high availability and robust scalability along with advanced Business Intelligence tools aimed at the enterprise audience, the Standard and Workgroup Editions will provide a rich database analysis solution created specifically for the emerging medium and small business categories. Read The Whole Article
Counting Queries: PostgreSQL Analysis There are a number of ways to get your database-backed Web application to run faster on the same hardware--allowing you to postpone upgrades for at least a little while, thus cutting costs. One way involves examining how your applications are interacting with the database. Tom Copeland explains how to "tune the queries" for a PostgreSQL database.
Everyone wants their database-backed Web application to run faster on the same hardware - if a software tweak can postpone a hardware upgrade for a year, it's usually well worth it. One way to improve performance is to examine how the application is interacting with the database, and see if there's anything that we can do to speed things up. We'll take a look at a handy script that can examine PostgreSQL logs and let you know what queries are getting run the most. Read The Whole Article |