SEARCH RESULTS
 
Showing 1-10 of 127 records
 
Expand article

Append Lotus Notes text in Microsoft Notepad to avoid text size limits

2008-03-04 07:59:36 by Christian Cavantou in WhatIs: Enterprise IT tips and expert advice
 
Find out how you can use LotusScript to open, copy and append Lotus Notes text in Microsoft Notepad to avoid the Lotus Notes text size limitation
 
 
 
 
 
Expand article

Text to Speech to MP3 with the freeware program DSpeech

2008-04-24 01:22:10 by Editor in Irongeek's Security Site
 
...Text to Speech to MP3 with the freeware program DSpeech This video is on Dspeech, a freeware tool that uses Microsoft's SAPI (Speech Application Programming Interface) to convert text to spoken word. What's special about it is it lets you make an MP3 of the text, so you can listen to it on your computer, in you car or on your MP3 player. It's...
 
 
 
 
 
Expand article

Text to Speech to MP3 with the freeware program DSpeech

2008-04-24 01:22:10 by Editor in Irongeek's Security Site
 
...Text to Speech to MP3 with the freeware program DSpeech This video is on Dspeech, a freeware tool that uses Microsoft's SAPI (Speech Application Programming Interface) to convert text to spoken word. What's special about it is it lets you make an MP3 of the text, so you can listen to it on your computer, in you car or on your MP3 player. It's...
 
 
 
 
 
Expand article

Bulk Text Messaging

2008-04-11 06:22:02 by schneier in Schneier on Security
 
...text messages delivered to cellphones The real question is whether the benefits outweigh the risks. I could certainly imagine scenarios where getting short text messages out to everyone in a particular geographic area is a good thing, but I can also imagine the hacking possibilities And once this system is developed for emergency use, can a...
 
 
 
 
 
Expand article

Fail-safe rich-text validation using LotusScript

2008-05-13 09:57:44 by Amith Narera in WhatIs: Enterprise IT tips and expert advice
 
Setting up rich-text validations can cause complications. This LotusScript code is a foolproof method to activate mandatory checks on rich-text items
 
 
 
 
 
Expand article

Google Text Ad Subversion

2007-12-20 16:02:12 by RSnake in ha.ckers.org web application security lab
 
...text ads are getting subverted by trojans on peoples machines to get them to click on other peoples ads. It wasnt clear what those ads were, exactly, but there you have it. I see this kind of thing as a clear path for future monetization - similar to how bad guys are adding extra form fields into forms via malware to gain more information...
 
 
 
 
 
Expand article

Retrieve cell values from tables in a Lotus Notes rich-text field

2008-03-25 09:59:42 by Manikandan Sv in WhatIs: Enterprise IT tips and expert advice
 
Get LotusScript code to retrieve and display values from cells within a table in a Lotus Notes rich-text field (RTF
 
 
 
 
 
Expand article

Capture rich-text comments in Lotus Notes fields using LotusScript

2008-04-01 11:42:33 by Ron Sorrell in WhatIs: Enterprise IT tips and expert advice
 
Use the NotesRichTextStyle class in LotusScript to capture rich-text comments, such as colors and various font sizes in Lotus Notes fields
 
 
 
 
 
Expand article

Using full-text search for symbols in SQL Server

2008-08-07 09:48:05 by Michelle Gutzait in WhatIs: Enterprise IT tips and expert advice
 
...text search feature, as it does not index non-letters. Options include incorporating a WHERE clause with LIKE to contain your symbol and also using a CASE in the SELECT list to rank the symbol and non-symbol results. In this tip, SQL Server expert Michelle Gutzait shares steps to successfully search for exact phrases that contain symbols