I have a rule set up in Lotus Notes to filter certain e-mails to a folder (Move to Folder). However, I can't figure out how to mark them as "Read" automatically. Is there a way to do this?
I'm trying to open a CR2 file shoot by a Canon EOS 5D Mark II, but it doesn't show up on Mac OS X 10.6
When I go to file info, it shows me the Device make, Device Model, focal length, ecc. but Dimensions are 0x0 and the photos doesn't show up.
What is happening? You can give a try on this image file
Hi,
How does one go about marking a major revision using the Subclipse plugin? I'd like to mark a project at the end of an iteration such that it's possible to revert if necessary without going through endless changes.
TIA.
Hi all,
Just noticed that 'Mark unread' link in the footer of each item in Google Reader disappeared.
Tried in different browsers, tried clearing the cache - didn't help.
Pressing "M" button does nothing.
How do I get it back?
Here's the screenshot:
Thanks!
I've got an xhtml page validating under xhtml strict doctype -- but, I getting this warning which I trying to understand -- and correct.
Just, how do I locate this errant "Byte-Order Mark". I'm editing my file using Visual Studio--not sure if that helps.
Warning Byte-Order Mark found in UTF-8 File.
The Unicode Byte-Order Mark (BOM) in…
Hello I configured one Oracle 10g Linked Server on my SQL Server 2000, so two days ago I can view the tables and views, today when I try to check it again I get an connection error, something with latency and time out operation "readsni" in the process of login the sa user.
Then I lost all connections and have to restart the SQL Server.
What…
My dad has a notebook and the key which has the "/?°" symbols acts like ctrl. Known factory problem. Anyway, his keyboard also has a "?" marked under the "w" key.
Pressing "ctrl + alt + w" will display the "?" character (question, interrogation mark).
Except on Office applications, like Word and Outlook, which will output "¿".
I've searched…
I installed ConEmu last week, thought I'd give it a try vs. Console2. After staring at various config options for 10 minutes I didn't see any way to get ConEmu to automatically copy text that I've selected to the clipboard. Console2 will do it.
Is there a config option for this that I missed? I sure didn't see one but the configuration of…
My dad has a notebook and the key which has the "/?°" symbols acts like ctrl. Known factory problem. Anyway, his keyboard also has a "?" marked under the "w" key.
Pressing ctrl + alt + w will display the "?" character (question, interrogation mark).
Except on Office applications, like Word and Outlook, which will output "¿".
I've…
I have a folder ~/nas which I usually use sshfs to mount a network drive on. Today, I didn't realize the share hadn't been mounted yet, and copied some data into it. It took me a bit to realize that I'd just copied data into my own local drive rather than the network share. Is there some way to mark in the system that this folder is…
I have connected my home to my workplace for out of house backup reasons through openvpn. The connection is working nicely.
At work I have 5 fixed IP addresses. Now I would like to assign one of these IP addresses to be forwarded to my home machine. I have confirmed packet arrival at my home machine with tcpdump.
The problem is…
Hi,
i have an SP like
BEGIN
DECLARE ...
CREATE TEMPORARY TABLE tmptbl_found (...);
PREPARE find FROM" INSERT INTO tmptbl_found
(SELECT userid FROM
(
SELECT userid FROM Soul
WHERE
.?.?.
ORDER BY
.?.?.
) AS left_tbl
LEFT JOIN
…
Quoted from here:
if (to_end)
{
/* If we want to scroll to the end, including horizontal scrolling,
* then we just create a mark with right gravity at the end of the
* buffer. It will stay at the end unless explicitely moved with
* gtk_text_buffer_move_mark.
*/
…
Hi,
Our saxparser does not ignore the byte order mark which appears at the starting of the file.
How do I get my sax parser to ignore the byte order mark ?
I'd like to mark a method as deprecated, so the people using it can easily check their code and catch up. In Java you set @Deprecated and everybody knows what this means.
So is there a preferred way (or even tools) to mark and check for deprecations in Ruby?
How do I mark a cucumber scenario as pending so it doesn't get counted as a passed?
Scenario: Guest should not see edit link
# pending implementation
Shouldn't I be able to mark is as pending?
I am generating an areachart and i need to mark the nodes where values exists at corresponding x and y , but the data tip should not appear. Only presence of mark to indicate the value exists at that particular point is enough, how can it be done?
Hi,
We want to configure ADFS 2.0 as SP and CA SiteMinder as IdP using SAML 2.0. In ADFS 2.0 we have a test application which is deployed using WIF.
We have configured both the things correctly. However, while testing the federation it gives 2 options of selecting the Identity provider correctly.…
From SP i need to get a row as as XML (Includeing all fileds.) Is there any way we can get like below.
Declare @xmlMsg varchar(4000)
select * into #tempTable from
dbo.order for xml raw
select @xmlMsg = 1 from #tempTable
print '@xmlMsg' + @xmlMsg
Row i would like to get it as XML output.
If I have a simple query like:
OPEN cursor FOR
SELECT USER_ID FROM USER_TABLE WHERE USER_ID = V_SOME_USER;
this will return records in different rows but how can I return the rows in the following format:
'userid1', 'userid2', 'userid3'.....'useridN'
I want to do this because I want to send…
is it going to be faster if instead of doing
select * from users where id = 1
or
delete from users where id = 1
or
select count(*) from users
I would create a SP for it ?
This article is a continuation of my previous entry where I explained how OIF/IdP leverages OAM to authenticate users at runtime:
OIF/IdP internally forwards the user to OAM and indicates which Authentication Scheme should be used to challenge the user if needed
OAM determine if the…
I need to update multiple databases with a few simple SQL statement. The databases are configurared in SQL using 'Linked Servers', and the SQL versions are mixed (SQL 2008, SQL 2005, and SQL 2000). I intend to write a stored procedure in one of the databases, but I would like to do so using a…
We have a SQL Server stored procedure that runs fine in SQL Manager directly, does a rather large calculation but only takes 50-10 seconds max to run.
However when we call this from the .NET app via a data adapter it times out. The timeout however happens before the timeout period should, we…
Is it possible to use a stored procedure that returns multiple result sets in json format and process them as part of one request using ajax calls in jquery? In other words, I have a stored procedure that returns several result sets that are to be used with a series of select boxes that are…