Main Topics
Browse All Topics
Create a Win7 GadgetThis article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, or to act as a gateway to a website or a larger pr Views: 70666Comments: 20 |
C++ Q & A / Interview Practice QuestionsHow good is your C++? Below is a collection of questions that I have built up over time that test how well someone who claims to know C++ actually does. Knowing the answers to these questions will probably help you avoid making a lot of the mistakes Views: 34167Comments: 47 |
How do I enlarge my image without losing quality?by Todd L'Herrou As you might guess, this is a common problem, and a common type of question. Unfortunately, small images or highly compressed images (including JPG format images in particular) provide very little to work with when trying to enla Views: 29817Comments: 22 |
jQuery AJAX-Enabled Forms in Modal DialogIt's a problem I'm sure many of you have faced in developing web applications. You've got a form to add a new something - perhaps a customer or an item in a to-do list. When the user clicks that link to add a new item, a new page loads, they fill Views: 26600Comments: 20 |
How Oracle Stores PasswordsHow Oracle Stores Passwords Sean D. Stuber 2009-06-09 Up to date through Oracle version 11g Overview: Many times a DBA may want to replicate a user from one system to another and migrate that same password,such as refreshing a production syste Views: 22957Comments: 36 |
Pie Chart TechniquesWritten by Valentino Vranken. A while ago I wrote an article called Chart Optimization Tips. This article explained how to optimize a Column Chart. Today I have returned to show you some Pie Chart implementation techniques. As usual, I will Views: 21668Comments: 12 |
Simple Multithreading in Visual C++Here's a summary of how to use multithreading, with short, easy-to-follow example code in C++. Before you embark on this journey, I suggest that you read Multithreading -- When and Why because odds are, you really don't need to create additiona Views: 19568Comments: 4 |
Flash - Collision Detection using ActionScript 3.0This is intended to introduce all collision detection principles in flash, their strengths, weaknesses and workarounds. The main method for Collision Detection in flash is using hitTestObject. But unless you'll be pushing rectangular shapes without Views: 16554Comments: 7 |
Convert string to number / Convert number to string in JavaScriptThis EE article provides JavaScript examples of conversion from string to integer, string to floating-point, and number to string. We'll also look at some related topics, including how to format numeric output with two decimal places, and one way t Views: 16532Comments: 3 |
Execute a Program with C++This article describes several ways to launch a program using C++, including one that will launch a DOS (console-style) program and capture the console output (the standard output) for programmatic processing. We are going to focus on the task of Views: 15900Comments: 10 |
How To Resolve "An attempt was made to reference a token that does not exist" on an IIS 5 serverHere are the symptoms: You start receiving calls from users that one of your legacy web apps isn't coming up, so you log into your IIS 5 server to check it out. When you pull up the services, you notice that the WWW Publishing service isn't runn Views: 15686Comments: 2 |
Median, Mode, Skewness, and Kurtosis in MS Accessby Patrick G. Matthews Introduction Like other database applications, Access provides support for computing basic descriptive statistics for a data set, offering such aggregate functions as Count, Sum, Min, Max, standard deviation and variance Views: 15626Comments: 23 |
Using the Dictionary Class in VBAIntroduction Perhaps more familiar to developers who primarily use VBScript than to developers who tend to work only with Microsoft Office and Visual Basic for Applications (VBA), the Dictionary is a powerful and versatile class, and is useful Views: 15515Comments: 18 |
Your First OLAP ReportThis article is aimed at report developers who are used to developing reports using relational databases and have gotten a first-time assignment to develop reports on OLAP cubes. It demonstrates how to build a report using SQL Server Reporting Views: 15402Comments: 12 |
Retrieving Data From Excel Using OPENROWSET()The purpose of this article is to demonstrate how to retrieve data from an Excel sheet and put it in a table in a SQL Server database. Introduction Anyone who's ever used a computer for a significant amount of time has probably come into contact Views: 15259Comments: 6 |
Extending Outlook Rules via ScriptingScenario. Outlook rules are a great way to automate message processing. Using rules you can organize your messages, forward or reply to messages automatically, display custom message alerts, set reminders, and more. Unfortunately, rules have two Views: 15055Comments: 2 |
MFC Feature Pack for VS 2008 and 2010In this article, I'll describe -- and show pictures of -- some of the significant additions that have been made available to programmers in the MFC Feature Pack for Visual C++ 2008. These same feature are in the MFC libraries that come with Visual Views: 14955Comments: 7 |
3 Ways to Speed Up MySQLThere are ONLY 3 ways to speed up MySQL, and everything else is simply a finer point of one of these 3 ways. Here they are, in order of importance: 1. Optimize queries 2. Tune the MySQL configuration 3. Add more hardware ... Views: 14392Comments: 59 |
AjaxControlToolkit’ TabContainer control’ Javascript functions.In this blog we will start with a common requirement for the tab container control i.e. setting focus to a tab using javascript and later at the end of this blog we will also see some important javascript functions available with ASP.NET AJAX Tab Co Views: 14324Comments: 0 |
Function pointers vs. FunctorsOften, when implementing a feature, you won't know how certain events should be handled at the point where they occur and you'd rather defer to the user of your function or class. For example, a XML parser will extract a tag from the source code, wh Views: 14296Comments: 8 |
Outlook 2007 error in EMSMDB32.DLL when performing searchToday I have discovered the solution to a problem that began yesterday. Some of our client computers running Office Outlook 2007 (connecting to Exchange 2007) started crashing, when performing a search on any folder. The error would crash Outl Views: 13873Comments: 26 |
Using Regular Expressions in Visual Basic for Applications and Visual Basic 6Using Regular Expressions in VBA and VB6 Projects By Patrick Matthews (matthewspatrick, ... Views: 13660Comments: 51 |
Getting Flex Builder for Linux working with Eclipse 3.5 GalileoFirst things first - Preparation We need all the part for this install and it's much nicer to have them all on hand when you need them so here's what's required. Download Eclipse 3.5 32 bit (I like the Classic flavour) from here. Download Fle Views: 13381Comments: 1 |
Calculating Distinct Counts in Accessby Patrick G. Matthews All major SQL dialects allow for a Count aggregate function, and Access's native Jet SQL is no exception. As in other database platforms, Access's Count() (as well as the "domain aggregate" DCount()) function returns t Views: 13304Comments: 18 |
How to Split a String with Multiple Delimiters in VBAThis Article This Article discusses tips for extending the functionality of the VB 6.0 and VBA Split() function, described here. We will introduce a quick and easy enhancement function, as well as a more extensive function which provides some much Views: 12774Comments: 35 |
A VBA Progress Bar for Excel and Other Microsoft Apps.Keeping the user informed is important If you have written some VBA code for Excel (or Word, or Access), and it takes a long time to execute, it is important to keep the user informed that the code is progressing. Psychologically, it can also have Views: 12733Comments: 19 |
Add a Custom Command Button to the Windows 7 Explorer ToolbarThis article describes how to add a user-defined command button to the Windows 7 Explorer toolbar. In the previous article, we saw how to put the Delete button back there where it belongs. "Delete" is a predefined action, but today, we're going to Views: 12702Comments: 12 |
Six Reasons Why Your VLOOKUP or HLOOKUP Formula Does Not Workby Patrick G. Matthews Introduction VLOOKUP is a tremendously useful function that allows you to "fetch" data from a specified rectangular range (the "lookup table"); this range can be on the same worksheet, a different worksheet in the sa Views: 12489Comments: 35 |
ASP.NET : Mobile Device Detection and RedirectionThis article explains approaches for ASP.NET mobile development to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser. Examples in below article are in c#.net Me Views: 11780Comments: 34 |
Automatically Printing/Saving Emails/Attachments in OutlookAutomatically Printing/Saving Emails/Attachments in Outlook Issue. One of the more frequent Outlook questions I see here on EE is "How can I automatically save or print an email and/or its attachments?" There are a number of variations to the b Views: 11779Comments: 50 |
Importing and Exporting Outlook 2007 CategoriesIssue. "How do I copy my categories to another computer?" and "How can I share a set of categories with a group?" are two of the more frequent category related questions I see here on Experts-Exchange. The answer is that Microsoft, unfortunately, Views: 11770Comments: 34 |
Use AJAX ModalPopupExtender in GridView or other data controlsAJAX ModalPopupExtender has a required property "TargetControlID" which may seem to be very confusing to new users. It means the server control that will be extended by the ModalPopup, for instance, if when you click a button, a ModalPopup displays, Views: 11622Comments: 2 |
Connect by priorby Ivo Stoykov One of challenges in data digging is hierarchical data representation. Usually manipulating trees in relational database raises lots of questions and confusions. In following lines I’ll try to scatter the fog around this topic. For Views: 11514Comments: 8 |
Create a Win7 Maze! GadgetThis article shows a few slightly more advanced techniques for Windows 7 gadget programming, including how to save and restore user settings for your gadget and how to populate the "details" panel that is displayed in the Windows 7 gadget gallery. Views: 11088Comments: 11 |
Playing with Time Conversion in ExcelLot of times in Excel we have to do quick time conversion that is...The time is given in Time format which is -->12:00:00 and we need to convert it into a number format that is -->12 A quick multipication of same by 24 will convert it to the Views: 10363Comments: 7 |
How to make your own Joomla templateHere is a tutorial for making your own Joomla templates. Note before reading, you should have some existing knowledge of web development using HTML and CSS. Design your template in a graphics program like Adobe PhotoShop or Corel Draw for examp Views: 10271Comments: 8 |
Adding an Else to your SwitchIn this short article I will be talking about two functions in the SQL Server Reporting Services (SSRS) function stack. Those functions are IIF() and Switch(). And I'll be showing you how easy it is to add an Else part to the Switch function. T Views: 10196Comments: 7 |
Oracle Backup and Recovery: Best Practice #1: RMAN AutobackupIf you are an Oracle DBA, and you don't know RMAN, don't bet on being taken seriously in a competitive job market. More importantly, you are making your job more difficult by sheer laziness of learning. Many years have passed since Oracle 8 introduc Views: 10056Comments: 5 |
Create a Win7 Gadget with a Flyout PanelThis article shows how to make a Windows 7 gadget that extends its U/I with a flyout panel -- a window that pops out next to the gadget. The example gadget shows several additional techniques: How to automatically resize a gadget or flyout panel t Views: 9986Comments: 3 |
Spring Jersey IntegrationHi, I've been learning Spring and Jersey for the past few months and to say in simple, i am pretty much impressed with these frameworks. Many developers feel it awkward to implement a RESTful Web Services with such a popular Web Application Fr Views: 9882Comments: 2 |
How to Mimic the T-SQL IsNumeric() Function in MySQLIn database programming, custom sort order seems to be necessary quite often, at least in my experience and time here at EE. Within the realm of custom sorting is the sorting of numbers and text independently (i.e., treating the numbers as number Views: 9696Comments: 28 |
Checking for valid IP addresses using JavaScript Regular ExpressionsThere are times when an Internet Protocol (IP) address needs to be verified/validated. What are examples of valid IP addresses? 127.0.0.1 1.2.3.4 192.168.1.100 The pattern is that we have 4 integer values (from 0 to 255) separated by period Views: 9652Comments: 11 |
Hide/Show Validator Callout Control Using JavascriptIn this article we will see how to show and hide a ASP.NET AJAX’ (AJAXControlToolkit) ValidatorCalloutExtender control using Javascript. Below is an .aspx page with a validator callout control. <%@ Page Language="C#" AutoEventWireup="true" CodeF Views: 9641Comments: 16 |
Excel Tips & Tricks: The Camera ToolIntroduction Back in the years when I was teaching Excel 4 (yes, version 4, when .xls meant "worksheet" and not "workbook"), I had a couple of recreational exercises to use when the class was getting tired, after the afternoon break. One of them Views: 9621Comments: 55 |
Dynamic Pivot Procedure for SQL Serverby Mark Wills PIVOT is a great facility and solves many an EAV (Entity - Attribute - Value) type transformation where we need the information held as data within a column to become columns in their own right. Now, in some cases that is relatively Views: 9543Comments: 16 |
Create a Win7 DropTarget GadgetThis article shows how to make a Windows 7 gadget that accepts files dropped from the Windows Explorer. It also illustrates how to give your gadget a non-rectangular shape and how to add some nifty visual effects to text displayed in a your gadget. Views: 9493Comments: 3 |
How to FTP with Oracle PL/SQLSometimes you need to get data from a server into your database, or from your database into a remote server. There are many ways this can be done such as SOAP or REST web service calls, database links, pipes, or external tools. Another option, Views: 9409Comments: 33 |
Internet Explorer 9 Crash Restart LoopProblem I downloaded the Microsoft Internet Explorer 9 Beta, today, to give it a test drive and maybe write a review for the site, and it failed miserably and got stuck in a crash restart loop. The error message given is as illustrated below i Views: 8990Comments: 20 |
POSIX Threads Programming in C++Written by John Humphreys C++ Threading and the POSIX Library This article will cover the basic information that you need to know in order to make use of the POSIX threading library available for C and C++ on UNIX and most Linux systems. Be Views: 8947Comments: 12 |
PHP - Prevent SQL InjectionSQL injection vulnerabilities have been described as one of the most serious threats for Web applications. Web applications that are vulnerable to SQL injection may allow an attacker to gain complete access to their underlying databases. Because Views: 8940Comments: 14 |
ERROR: "Acrobat Failed to connect to a DDE server"Can Be Caused By Disabled Services I have encountered a problem viewing PDF files using Adobe Acrobat Reader. For the longest time, PDFs might launch or might not. Sometimes they took about 15 minutes to appear after launching them. After som Views: 8884Comments: 2 |
PHP Client Registration, Login, Logout and Easy Access ControlIntroduction A frequent design pattern question for new PHP developers goes something like this, "How do I handle client registration and login?" It's done in every framework and CMS, and all of them use a similar pattern. This article builds the Views: 8720Comments: 47 |
Expanding a Hierarchical Data StructureIntroduction One of the earliest concepts learned by database developers is parent-child (one-to-many) relationships. These relationships are integral in countless database applications. A purchase request containing one or more items ordered i Views: 8584Comments: 42 |
Chart Optimization TipsHere are some optimization techniques that can be used when creating charts in SQL Server 2008 Reporting Services. These tips will probably be already known to experienced chart developers, but freshmen charters may spent some time searching how to Views: 8557Comments: 14 |
Building Android app with NDK - integrated in Eclipse with CDTUpdate (December 2011): Since this article was published, the things have changed for good for Android native developers. The Sequoyah Project automates most of the tasks discussed in this article. You can even find instructions for debugging your n Views: 8500Comments: 5 |
Mouse Wheel Programming in JavaScriptIn this article I'll describe cross-browser techniques for using the mouse wheel (or "scroll wheel") in your JavaScript programming for HTML pages. I'll show example Javascript for option selection and image zooming. The mouse wheel is generally Views: 8236Comments: 9 |
Word 2010 Review: Improving Collaboration and NavigationWhen I first made the jump from Microsoft Word 97 to Word 2007, it was just that … a giant leap. Going a decade between software updates is as dumb as it sounds, but when you’re used to a solid word processor like Word 97, you tend to stick with Views: 8115Comments: 7 |
Simple Linear Regression in MS Accessby Patrick G. Matthews Introduction Linear regression analysis is a common statistical technique used to infer the possible relationships between a dependent variable and one or more independent variables. While Microsoft Access does not Views: 8111Comments: 13 |
Never Again Forget to Add that Attachment to your Outlook EmailIssue. Have you ever sent an email and forgotten to add the attachment? How embarrassing!!!! Here's a short Outlook macro to make sure this never happens again. As I’ve gotten older I’ve noticed that my memory and attention to detail have both Views: 8086Comments: 56 |
Convert String to int / Convert int to String in C++This EE article provides examples of conversion techniques for various types of string variables: classic C-style strings, MFC/ATL CStrings, and STL's std::string data type. Convert Integer to String int to C-style (NULL-terminated char) string Views: 8077Comments: 12 |
Building a Formless WinForms Application with a NotifyIcon in VB.Net 2008This tutorial demonstrates one way to create an application that runs without any Forms but still has a GUI presence via an Icon in the System Tray. The magic lies in Inheriting from the ApplicationContext Class and passing that to Application.Ru Views: 8028Comments: 20 |
Working with Modal Popup extender control.This article discusses the ASP.NET AJAX ModalPopupExtender control. In this article we will show how to use the ModalPopupExtender control, how to display/show/call the ASP.NET AJAX ModalPopupExtender control from javascript, how to show/display/cal Views: 8025Comments: 24 |
Adding Split MySQL database read/write capibilities to Drupal 5 Drupal 5.x currently does not have a production-ready patch bundle to allow for split read & writes for a MySQL master/slave replication setup. After reading a open discussion/thread on the Drupal site (http://drupal.org/node/14 Views: 8015Comments: 1 |
Trimming strings in JavascriptUser input plays a big role on webpages. It acts as an interface between users and the server. Handling user inputs is important as we need to ensure what data can be sent to the server and we cannot expect what the user will send. One of the most c Views: 7972Comments: 7 |
"Domain Aggregate" for Concatenating Values by Group in Microsoft Accessby Patrick G. Matthews A common request in the various database zones at Experts Exchange involves returning a concatenated list of the various items in ColumnB for each distinct value in ColumnA from a particular table or query. For example Views: 7907Comments: 21 |
Custom File Filtering Using Java File ChoosersINTRODUCTION Working with files is a moderately common task in Java. For most projects hard coding the file names, using parameters in configuration files, or using command-line arguments is sufficient. However, when your application has vi Views: 7874Comments: 8 |
Decoding the Oracle ROWID (and some Base64 for fun)Most Oracle programmers have heard of ROWIDs. Many have even used ROWIDs at some point. A few even have an idea of what the ROWID is, logically, but only a very select few actually know the details. It is sufficient to know that the ROWID exists and Views: 7831Comments: 22 |
Client side input validation with JavascriptHtml Form is the main way for users to interact with server side. It can bring a lot of functionalities to web sites such as searching, data storing and different kinds of calculations. However, page involving user inputs also implies users can do s Views: 7738Comments: 2 |
Setting up IIS7.5 in Windows 7 to run Classic ASP Web SitesHello, all! I just recently started using Microsoft's IIS 7.5 within Windows 7, as I just downloaded and installed the 90 day trial of Windows 7. (Got to love Microsoft for allowing 90 days) The main reason for downloading and testing Windows 7 is t Views: 7705Comments: 19 |
Radio Buttons in MFC DialogsHere is how to use MFC's automatic Radio Button handling in your dialog boxes and forms. Beginner programmers usually start with a OnClick handler for each radio button and that's just not the right way to go. MFC has a very cool system for handli Views: 7680Comments: 1 |
Avoiding Blank Subject Lines in OutlookIssue. Have you ever received an email with a blank subject line? Have you ever clicked "Send" only to realize that you forgot to add a subject? It’s frustrating to receive a message with no subject. You’ve no idea what the message is about, how Views: 7662Comments: 22 |
HTA - Hypertext Application tutorialUse HTAs for rapid testing, early development, and in-house deployment. This article describes how to create an HTA (Hypertext Application). To illustrate a common scenario, we will open an ADO recordset and display some of it in an HTML table - Views: 7624Comments: 9 |
How to make the Lotus Notes 8.x Standard client run faster.For users on the Lotus Notes 8 Standard client, this article provides information on checking the Java Heap size and adjusting it to half of your system RAM in attempt to get the Lotus Notes 8.x Standard client to run faster. I've had to exercise t Views: 7606Comments: 10 |
Eliminating duplicate data with Duplicate Master V2Introduction - The Problem Many people use or inherit spreadsheets built with database functionality. A frequent problem with such spreadsheets is duplicate data, either of entire records, or in specific fields. Duplicate data in your spreadshe Views: 7531Comments: 100 |
Steps to solve SSRS SQL 2008 R2 User Access Control (UAC) Permission ErrorSteps to solve SSRS SQL 2008 R2 User Access Control (UAC) Permission Error With the introduction of SQL Server 2008 R2 and Vista (Windows 7 as well) came new enhanced security features. One of the features included was User Access Control (UAC) t Views: 7503Comments: 6 |
Using Variant Arrays in Excel VBA for Large Scale Data ManipulationIntroduction One of the most common VBA techniques is the use of a For .. Next loop to iterate through all the cells in a range. The syntax is straightforward and easily applied. Unfortunately, for large data sets it can also be the programming e Views: 7482Comments: 34 |
Handling Date and Time in PHP and MySQLThe DATETIME Tower of Babel Human beings can read dates and times in a variety of ways. We readily understand such things as September 5th, 2010, and we know that it comes before November 11th, 2010,and after May 9th, 2010. We have shorthand conv Views: 7361Comments: 49 |
Output an XML type attribute using DataContractThis tutorial will show you how to add an attribute to an XML stream returned from a Windows Communication Foundation (WCF) Web Service. Some knowledge of WCF and XML is required; the code is in C#. Below is an XML sample of an attributed XML stre Views: 7340Comments: 39 |
Option to open excel 2007 documents in a new instanceProblems we all know excel has Many people are tired of the way excel workbooks are affected by every other workbook you have opened. When you calculate one, they all calculate. Excel acts as though they are inter-dependent when they really aren't Views: 6989Comments: 8 |
20 Tips to Optimize your ActionScriptIntroduction This article is primarily concerned with ActionScript 3 and generally specific to AVM2. Most suggestions would apply to ActionScript 2 as well, and I've noted those tips that differ between AS2 and AS3. With the advent of ActionS Views: 6976Comments: 18 |
Advanced Object-Oriented Programming in PHPThis article is intended to cover some of the more advanced topics of object-oriented programming (OOP) in PHP, and is intended to follow up on my previous article covering the basics of OOP in PHP. Specifically, this article will teach you all abou Views: 6917Comments: 10 |
Subquery Factoring WITH OracleWITH Clause OR Subquery Factoring WITH Oracle by Ivo Stoykov Digging information from a database sometimes requires creating complicated queries. Often a simple select * from . . . is nested into another one and both into another one and so Views: 6874Comments: 2 |
PIVOT Transformation - SSIS - Complete TutorialSometimes, you need to use PIVOT in SSIS to ensure your data matches the output requirements of your users. So, what is PIVOT and what is SSIS and how can that help ? Firstly a quick explanation of those acronyms as described by Microsoft : Mi Views: 6844Comments: 9 |
Analytical SQL : Where do you rank?"Top 10 customers by salesperson" sound familiar? Yes! I would expect so, and am sure there are a number of other great business analyses with a similar principle now flowing through your mind. So, how do you query this data in your SQL system? Views: 6827Comments: 27 |
Export or Strip Email Attachments in OutlookIntro I've seen a few requests floating around for scripts that will export or strip attachments out of emails, and so far have never encountered any high quality implementations of this feature, so I created this method with a little flavor. Whe Views: 6813Comments: 29 |
Scrollable fixed size table cell with CSSTable is a very common element used in web design. It can bring neat and tidy designs to web pages. As dynamic web pages(php, jsp, etc) are now very popular for web building, a lot of web designs involves filling up dynamic content into table cells Views: 6803Comments: 1 |
Delimited String Parsing in SQL Server 2005 and laterThis article will describe one method to parse a delimited string into a table of data. Why would I do that you ask? Let's say that you need to pass multiple parameters into a stored procedure to search for. For our sake, we'll say that we wa Views: 6744Comments: 8 |
Closures in Java 7 - does a new era start for the language?Java had always been an easily readable and understandable language. Some relatively recent changes in the language seem to be changing this pretty fast, and anyone that had not seen any Java code for the last 5 years will possibly have issues unde Views: 6723Comments: 20 |
File permissions with JavaJava has always been considered a multi-platform language - you write your code once and then you use it on almost any Operating System. Unfortunately for most Java developers, this is often taken quite literally from anyone that had no knowledge of Views: 6718Comments: 10 |
How to Succeed in ... AnythingThis article originally appeared in the Experts Exchange Newsletter, and is republished here by request. It never ceases to amaze me the lengths to which people will go. I've been a member of the workforce since I was about 12. I didn't have t Views: 6587Comments: 37 |
How to use Access Control Lists in Oracle Working with Network Access Control Lists in Oracle 11g (part 1)
Part 2: http://www.e-e.com/A_9074. Views: 6565Comments: 9 |
How to dynamically control form List Box controls in Excel.What is a Form List Box? (skip if you know this) The forms List Box is the alternative to the ActiveX list box. If you are using excel 2007, you first make sure you have a developer tab (click the Orb)->"Excel Options"->Popular->"Show Developer tab Views: 6501Comments: 20 |
SharePoint permissions reporting toolRecently Microsoft has released the Fourth Release of the Microsoft SharePoint Administration Toolkit. It was announced on the SharePoint team blog. A very interesting part of this toolkit is a permission reporting tool. I think that every admin Views: 6437Comments: 6 |
Advanced DOS batch pitfallsThe following is a collection of cases for strange behaviour when using advanced techniques in DOS batch files. You should have some basic experience in batch "programming", as I'm assuming some knowledge and not further explain the basics. For some Views: 6365Comments: 20 |
Covariance and Correlation in MS Accessby Patrick G. Matthews Introduction Access provides functions for computing several common descriptive aggregate statistics for column data, offering such aggregate functions as Count, Sum, Min, Max, standard deviation and variance (StDev, Views: 6365Comments: 23 |
DNS Troubleshooting made easyMost DNS problems are VERY easily troubleshot and identifiable if you can follow the steps a DNS query takes. I would like to share the step-by-step a DNS query takes from the origin to the destination. ... Views: 6344Comments: 10 |
SARGable functions in SQL ServerThis is basically a blog post I wrote recently. I've found that SARGability is poorly understood, and since many people don't read blogs, I figured I'd post it here as an article. SARGable is an adjective in SQL that means that an item can be fou Views: 6340Comments: 6 |
Encryption - Decryption in SQL Server 2008 and backup database with encrypted data and restore it somewhere else.Long way back, we had to take help from third party tools in order to encrypt and decrypt data. Gradually Microsoft understood the need for this feature and started to implement it by building functionality into SQL Server. Finally, with SQL 2008, Views: 6319Comments: 13 |
Automating Out of Office in OutlookOutlook’s “Out of Office” (OOO) feature is a wonderful tool if your mailbox is hosted on Exchange. When it’s turned on, your Exchange server sends a reply to anyone who emails you, letting them know that you are out of the office. There’s th Views: 6302Comments: 10 |
Separating C++ template declaration and implementationThe following question was the inspiration for this short article:"Splitting a template and class into definition and declaration.". In this question the asker asks, "I have the code below, which is all well and good but I'd like to move the definit Views: 6300Comments: 8 |
CodeCruiser
1,468,893
Genius
10,410 points yesterday
ProfileRay_Paseur
1,391,093
Genius
17,570 points yesterday
Profiledlmille
1,263,483
Genius
5,820 points yesterday
Profilekaufmed
1,072,945
Genius
2,030 points yesterday
Profilefor_yan
894,749
Sage
0 points yesterday
ProfileDaveBaldwin
874,675
Sage
3,000 points yesterday
Profileslightwv
808,489
Sage
12,800 points yesterday
Profilembizup
719,064
Sage
6,366 points yesterday
Profilesdstuber
691,523
Sage
4,540 points yesterday
Profilecapricorn1
671,873
Sage
4,664 points yesterday
Profileleakim971
658,077
Sage
5,380 points yesterday
ProfileCOBOLdinosaur
613,449
Sage
1,500 points yesterday
Profileboag2000
606,183
Sage
2,800 points yesterday
ProfileBuggyCoder
602,470
Sage
7,478 points yesterday
Profilematthewspatrick
548,581
Sage
5,020 points yesterday
Profilemlmcc
539,514
Sage
3,300 points yesterday
Profilejason1178
515,840
Sage
16,860 points yesterday
Profilessaqibh
496,109
Wizard
9,000 points yesterday
Profileteylyn
458,070
Wizard
6,688 points yesterday
Profileapache09
446,702
Wizard
1,298 points yesterday
Profilejogos
434,292
Wizard
0 points yesterday
ProfileTheLearnedOne
431,502
Wizard
7,600 points yesterday
Profileimnorie
426,887
Wizard
2,668 points yesterday
ProfileLSMConsulting
426,363
Wizard
6,500 points yesterday
Profilefyed
405,659
Wizard
2,020 points yesterday
Profile