How do I enter Unicode characters in LaTeX? What packages do I need to install and what escape sequence do I type to specify Unicode characters in an ASCII source file?
I have an a business app and I want to give my users the ability to export their data at anytime.
I'm aware that I can write an XML file semi-manually by doing something like this:
http://www.kirupa.com/web/mysql_xml_php.htm
But, I thought I'd ask if this is the best practice? Or is there some framework I can use to do this more easily/quickly? …
I have a method as follows (from a class than implements TBB task interface - not currently multithreading though)
My problem is that two ways of accessing a vector are causing quite different behaviour - one works and the other causes the entire program to bomb out quite spectacularly (this is a plugin and normally a crash will be caught by the…
Hi,
I have a site that processes orders taken by phone into a SQL database. Access to the portal uses Windows Authentication and I would like to pass the username of the order processor along with the order so that I can record who has taken the order.
How can I pass the user name to a form element?
The pages are written in classic asp.
…
How would one go about detecting what has been selected on a page in a browser? Example: Click, hold, select 3 words and 1 image on a page, release.
Sub-question: How to detect what letter someone clicked on?
Without using: A span injector breaking everything up OR a WYSIWYG plugin
I'm hoping this isn't just a type of browser interaction…
One of our exchange servers crashed, and I am trying to recover the mailboxes.
We had 1 exchange 2003 server named "apex" and 1 exchange 2010 server named "2008Enterprise.
the exchange 2010 server named "2008Enterprise" crashed.
I created a new exchange 2010 server named "Providence".
I ran the command on Providence:
…
I have a form created to pull PHP values into my database.
I created the form with all type="text" constructions. What follows is the code that used to set up the input of data and confirmed that it is functional.
<label>About Me: <input type="text" name="BIO_info"/></label>
I converted the input to a…
Hi,
I'm using the following function that changes a calendar selection at a set time during the day (all code works perfectly).
However, I'd like to modify it slightly so that on a SATURDAY the dd=dd+1 becomes dd=dd+2, because I want to skip Sunday. Can anyone help?
$(function() {
var dd = 0
if (<%=…
I wanted to figure out how you could load every UserForm without having to call Userform1.Show UserForm2.Show etc. This was inspired by comments on this answer: Excel VBA UserForm_Initialize() in Module.
I found this method suggested in a few places:
Sub OpenAllUserForms()
Dim uf As UserForm
For…
I have a couple of Dell R610/R710 servers loaded with iDrac6 system management boards. I figured out how to log into the SM CLP with ssh. According to the dell documentation, I should be able to start a console session by running:
start /system1/sol1
but I get the following failure message:
cmdstat
…
One of our customers has just found a problem when trying to create a file on the root of the C:\ Drive, on a Windows 7 Professional PC.
I know they shouln't be keeping files here, but there is a valid reason in this case, so I've relaxed the security on the root of C:\ by giving the group 'users' modify…
Attempting to implement client authentication with an SSL cert.
http://www.modssl.org/docs/2.8/ssl_howto.html#auth-selective
Receive the following errors.
Apache: Re-negotiation handshake failed: Not accepted by client!?
Firefox:
ssl_error_handshake_failure_alert
I assume it is a configuration…
Windows XP Clients, fully patched, with Symantec Endpoint Protection 11 client
Windows 2008 R2 domain
Roaming profiles
Folder Redirection applied to Documents, AppData & Desktop
I've enabled userenv logging, and logged on just after 17:00 last night. The user shell hadn't appeared at 17:45…
We have a server 2003 R2 standard (which I'll refer to as SRV01) that's knocking on a bit now, but it still acts as a file, print and SQL server on our company's network. SRV01 hosts user profiles, home directories and pretty much all our business data. Note our AD is currently at 2008 R2 level.…
I've been trying to learn the dvorak keyboard layout of late and I have been making some good progress this time around. The trouble I am finding now is that all of my hotkeys are all in the wrong places. As a vim user this is particularly troubling. I have found good resources to switch the…
I am using the newest VMWare player on a Windows 7 machine. When I have the player open on one of my two monitors I get some weird behavior.
For instance, if the player is open on monitor 2, and I minimize firefox on monitor 1, my mouse will instantly switch to the monitor 2 and be centered…
I'm currently using an SATA hard drive on my primary dev machine, but planning to upgrade to an SSD at some point soon. I use TrueImage on a regular basis to make backups, and to upgrade my harddrive without reinstalling everything.
Will I be able to restore and boot onto an SSD? Will…
We have a number of Server 2012 systems, all of which run virtualised on Hyper-V 2012 server. We are having problems with two such virtual instances, both of which are used as file servers, whereby they occasionally stop responding to requests to serve files to clients. After logging on…
I know that the new 5xxx series cards from ATI are capable of powering up to 6 monitors, but I was curious if anyone had any such luck setting this up under linux. I actually only have three monitors that I am interested in using, but three is the point where the previous generation…
Simple for those who know, indecipherable for those who don't...
I'm running openVPN on (hypothetical) 66.66.66.66, I want to FORWARD incoming traffic, arriving on interface eth0 to interface tun0.
It would also be nice to filter - based on destination IP address. I'm doing the…
I'm trying to use a simple batch script to backup a local instance of SQL Express 2012, as follows:
@echo off
SET BACKUP_DIR=E:\BackupData
SET SERVER=.\\sqlexpress
set dom=%date:~0,2%
set month=%date:~3,2%
set year=%date:~6,4%
set file=%year%-%month%-%dom%
sqlcmd -S %SERVER% -d…
I am trying to run the zabbix-agent (1.8.1) on boot on Ubuntu (lucid 10.04).
Zabbix is installed just fine, and it manually starts just fine with /etc/init.d/zabbix-agent start
However it doesn't start on boot, because when I run:
sudo update-rc.d zabbix-agent default
I get:…
We use roaming profiles on our Server 2008 R2 domain, with folder redirection for 'desktop', 'my documents' and 'application data'.
But as our network is split across two sites, we have one file server at each site, which are configured to use domain based DFS namespaces and…