I want to write a regular expression that will replace the word Paris by a link, for only the word is not ready a part of a link.
Example:
i'm living <a href="Paris" atl="Paris link">in Paris</a>, near Paris <a href="gare">Gare du Nord</a>, i love Paris.
would become
i'm living.........near <a href="">Paris</a>..........i love <a href="">Paris</a>.
Hi there,
I have a template in word (.docx) format and want to replace some placeholders in this template with my own data, do you know where I can find the right classes for this project? It would be nice for me to know the namespace. Are there any newer classes for handling word documents in the docx format (xml) than the com classes? Thank you for all your answers, I hope someone can help me with my problem.
greets
Sebastian
hi there,
i am working on an application that uses the Google Analytics Export API and i am trying to get the "Trend" result that Google shows against each of your site accounts as a percentage
ie UP 35.04% or DOWN 16.02%
How/where do they get this figure and is it available in the API somewhere.
i have tried comparing averages of last month to this month/first week of the period vs last week of the period etc, but i cannot seem to get the same numbers that Google provides.
any ideas?
thanks in advance
Doug
Hi,
I am required to generate a Microsoft project file with some data MYSQL database. Since the application I am writing is a PHP application, is there a way to create a Microsoft project file like we do data exportto excel file using some libraries. Any help would be highly appreciated.
Is there a way in which I can export my server settings from WAS (running under RAD 6) such that other developers will be able to use the same script to set up their environment?
What's the best way of converting PDF docs to Microsoft Word format in PHP? This can be either as a PHP script or calling a (Linux) executable (with proc_open()). It just needs to be relatively fast and produce quality Word documents (in 97/2000/2003 format).
Commercial software is OK.
Hi Team,
I am working on SSRS 2005. I have a column that has a comm to be displayed. I write it in the header; but the SP returns without comma for the column header. When I export the report to csv, the column names are taking the name of the text box with is not having comma. Is there a way to display comma in the header when exported to csv?
Thanks
Lijo
I found similar questions but no answer to what I am looking for. So here goes:
For a native Win32 dll, is there a Win32 API to enumerate its export function names?
there is one linkbtn , on click i have to display word document content inside any textBox which supports, i used simple textbox but am facing the formatting problem. and also it does not show image. there is any idea for problem in display word document content inside any textBox .
i dont know about richtextbox, can i get any help, please send me desired code to[email protected]
Hi there
I'm lookin for a javascript plugin (for js/any framework)
I want to create a textarea that while I type will using a supplied data array, check for predictive matches to the current word im typing and try to suggest a solution.
All solutions I've found so far (for jquery) only match one word, then end...
I want to write like a sentence or paragraph but have autocomplete ability.
Mockup image attached.
I'm getting ready to finally deploy my first iPhone app. The app uses SSL to connect to a REST web service. While reading the docs on deploying the app to the app store, I came across some drivel regarding having to go through a 30 - 60 day government vetting process just to ship an app that simply connects to an HTTPS server.
My question is, since this is an export requirement, do apps that are only distributed in the US face this same restriction?
Thanks
Hi,
I'm trying to shorten a wordpress title to just the first word. For a page named "John Doe" I want to have a sub title somewhere on the page that says "About John" so I want to just get the first word from the title.
Is there a way to do this with PHP?
Thanks!
Hi
I'm working with reportviewer in vs2008, whey I try toexport my report to pdf it is creating pdf successfully..
But here my problem is when I'm exporting my pdf file is missing alt tags for images which is previously there in my report. In my reportviewer it is showing alt tags for every image. But in pdf it is not showing any alt tag for images.
Can somebody help me to solve this?
Thanks in advance
I'm looking for class that can generate RSS feeds.
I'm thinking of a usage like this.
RssClass foo = new RssClass();
foo.addEntry("title", URL);
foo.Export("myexportpath.rss");
Has anybody seen such a class available for free usage?
Hi there,
I'm looking for a tool that can highlight code (ruby, php, javascript...) like with an IDE and then export the code to html format so that when opening the html page the code looks just like with the IDE
Thanks.
I'm using Active Reports within my VB program to generate a report based on my data. Right now I have the report opening fine and it is allowing the user to print, copy, find, etc. I am unsure how to add the functionality to let the user choose toexport the chart once the program is running.
Hi Folks,
I have some data in one of my mysql table stored as utf8. The data is some japanese text. I need toexport it to excel. Could you tell how to do it?
Exporting by SELECT ... INTO OUTFILE returns some plain text file. I'm not sure how to read it back in excel so that japanese character would show properly
Thanks
Nayn
I observed that size of long is always equal to the WORD size of any given CPU architecture. Is it true for all architectures? I am looking for a portable way to represent a WORD sized variable in C.
I have moved recently to a new version of eclipse 3.5 from 3.2.I dont want to recreate all the configurations/settings i did ,is there a way toexport /import these settings?please forgive if this is a duplicate question,but i tried to search in SO but couldn get it .
I am looking for a open source library in Java for HTML Microsoft Word conversion. I have found many tools for Wordto HTML conversion but not too many for converse.