Tagged Questions

1
vote
1answer
22 views

Cufon font replacement: How can I eliminate the flash of unstyled text that occurs when the page loads?

I'm using Cufon to replace the font of selected heading elements on a site I'm working on, but whenever I load a page, there is a noticeable flash of unstyled text before Cufon replaces the text. I …
0
votes
5answers
83 views

Avoid printing unicode replacement character in Java

In Java, why does Character.toString((char) 65533) print out this symbol: � ? I have a Java program which prints these characters all over the place. Its a big program. Any ideas on what I can do to …
1
vote
3answers
186 views

Replace all Special Characters in a string IN C#

Hi, I would like to find all special characters in a string and replace with a Hyphen (-) I am using the below code string content = "foo,bar,(regular expression replace) 123"; string pattern …
0
votes
2answers
38 views

Need some input on how to build a large scale text replacement system

My Rails app deals a lot with data from third-party APIs (specifically UPS, FedEx, DHL, etc). What I'd like to do is whenever that data comes in, replace certain phrases with customized phrases. …
2
votes
2answers
191 views

Replace characters in C#

I have a requirement. I have a text which can contain any characters. a) I have to retain only Alphanumeric characters b) If the word "The" is found with a space prefixed or suffixed with the word, …
0
votes
1answer
13 views

Interakt replacement module for Dreamweaver OR PHP editor

Hi, I have worked for years with Dreamweaver and Interakt extensions to build hundreds of PHP websites. Interakt was great for me because I could develop PHP websites and small back offices in a …
0
votes
4answers
96 views

tag replacement

Hi everyone ! Does anyone know how to set a new tagName to a tag using Jquery? Let's say i have an HTML document and I want to replace all 'fieldset' width 'div'. Thanks in advance !
1
vote
0answers
74 views

Simple replacement for Google, a search engine that looks like Google used to [closed]

I want a search engine that looks like Google used to. Ideally it wouldn't do ridiculous things like automatically index Twitter noise, and it won't have links to news etc. at the top. Ah, I've asked …
0
votes
1answer
42 views

Windows 7 Batch: Find /i

Hello, I have a windows batch file in Windows 7 which does something with find. it starts with this: find /i /c.... But it says something like find /i is no medium or so. Then it just gives …
-2
votes
1answer
176 views

c function call

I'm trying to take this code ... char mysmooth1_ descr[] = "my smooth1: My smooth1 replaced avg() func. and assign sum to pixel"; void mysmooth1 (int dim, pixel *src, pixel *dst) { int i, j; …
10
votes
5answers
863 views

How do I perform a Perl substitution on a string while keeping the original?

In Perl, what is a good way to perform a replacement on a string using a regular expression and store the value in a different variable, without changing the original? I usually just copy the string …
0
votes
1answer
38 views

PHP and Regex - storing a piece of the string for later use in replacement?

Not sure if the subject was clear, hard to describe, easy to show: I need to convert this: $text = 'Bunch of text %img_Green %img_Red and some more text here'; to this: $text = 'Bunch of text …
2
votes
2answers
187 views

HTML input=”file” button to text

I want to replace input="file" button to only text like that http://valums.com/wp-content/uploads/ajax-upload/demo-jquery.htm but i don't want to use whole library. How can i do this ?
0
votes
4answers
356 views

TSQL Remove space in string

I have 2 strings in SQL and the REPLACE function only works on 1 of them, why is that? Example 1: SELECT REPLACE('18 286.74', ' ', '') Example 2: SELECT REPLACE('z z', ' ', '') Example 1's …
2
votes
1answer
268 views

Image Replacement (gallery style) with Fade-In’s / Fade-Out’s

Hey Everyone, I'm sure you've all seen this demo of image replacement using this : $("#largeImg").attr({ src: largePath, alt: largeAlt }); …

1 2 3 next
15 30 50 per page