Strip Out Email Address From Word Docs Into Csv Format
I have various databases that are in a messy format, before we clean the data we need it in a CSV file, really simple job for someone
I have various databases that are in a messy format, before we clean the data we need it in a CSV file, really simple job for someone
Logo is ready. A strip ad measuring 5.4cm(W)X26cm(H) to be done. Art work to be in high resolution for good appearance in print magazine.
Hi
I need a program that strips down a list of urls
Perhaps in excel or any program i can run from my dekstop
For example
http://www.scoutway.net/uucpa_forum/index.php?action=profile;u=41189
Needs stripped down to
http://www.scoutway.net/uucpa_forum/index.php
I want to strip information from a search I did on a Career Site
Here is the result of the search;
http://www.careerinfonet.com/licensedoccupations/lois_agency.asp?nodeid=16&firstItem=101&by=occ&keyword=&keyphrase=&searchType=&printer=&in_clause_str=&pageNumber=1&stfips=99&onetcode=9999
For each Result in each Page I need from the main record
Occupation License Name Licensing Agency State
And there is a page each of those links to from which I need;
URL
2008 Total Number of Licenses (Annual): # <varies)
Ideally you can strip from this too though I can’t get it one ‘page’;
http://www.careerinfonet.org/certifications_new/cert_search_occupation.aspx
Each of the 20 or so Headings breaks expands into several subheadings.
I need to pull those Heading Names and then attach information from the link which leads to a page(s) of results I need to pull with which should grab;
Certification Name
Certification Type (they are broken out by Common/Advanced/Skill)
Certifying Organization
The Hyperlink from the linked page
The end of the url address which is ‘&soccode=******’
Example:
From Main Page
http://www.careerinfonet.org/certifications_new/cert_search_occupation.aspx
First Link is Architecture and Engineering which expands to first link is Aerospace Engineering and Operations Technicians
That opens to a page (actually 2 in this case) with a # of Certifications Starting with the heading Common the first of which is
Quality Technician Certification
So the first record would be
Occupation: Aerospace Engineering and Operations Technicians
Certification Type: Common
Certification: Quality Technician Certification
Organization: American Society for Quality
URL: http://www.asq.org
URL_Suffix: &soccode=173021
All of the links on that result would have the same Occupation, Certification Type and URL_Suffix.
Then you’d pull the same for the second link in the main page ‘Aerospace Engineers’ and so on.
I think this is almost as easy as the first as the results are identically formed and easy to pull.
Hi,
I have 67 images that need the backgrounds stripping out completely leaving just the item of furniture showing. Must be on white.
$50 – Urgent
Escrow payment.
I have a website I need ALL the photos stripped off and the watermarks removed. http://www.butterflyxc.com
Photos need to be in LARGEST format possible.
We have a csv file from one of our suppliers, but in the description field it has html for a table that has extra product information.
We want the information from this table stripped out and put into a new csv file, so the new csv file will contain the model number, product name and then the seperate table information, like size, washing instructions, colour, brand
We have attached the sample of csv
This job should be really easy for someone who knows what they are doing.
There is a file single php file on my article directory which controls all the RSS feeds. The problem is that the feed is incomplete and does not contain all the data I want it to. Also, certain charators like ‘ and – display as ’s and –
I need someone to fix this problem get add the required additional feed items to display and deliver a W3C Vaild RSS feed. (validator.w3.org/feed/)
The feeds render a default meta and feed title and decsription in every instance, I want them to display title that is relevant to the feed being displayed. IE, the Heath and Fitness feed displays Health and fitness feed.
The additional fields that need to display are
<author> </author>
<category> </category>
I have added these 2 and they do display when one views the source code of the feed, but not on the feed itself, not are they passed to any feed reader.
Here is an extract from the code if it helps.
$strxml = $strxml.”<title>”.getsettings(2,”",2).” Articles</title>”;
$strxml = $strxml.”<link>”.getsettings(3,”",2).”/articlerss.php?type=”.$_GET["type"].”&category=”.$_GET["category"].”</link>”;
$strxml = $strxml.”<description>Latest Articles </description>”;
$strxml = $strxml.”<language>en-us</language>”;
$strxml = $strxml.”<copyright>Copyright (c) “.getsettings(2,”",2).” All rights reserved.</copyright>”;
echo $strxml; flush();
$j=0;
while($rs=mysql_fetch_array($cmd))
{
// $url=getsettings(3,”",2).”/article” . $rs["article_id"] . “-” . urlencode($rs["article_title"]) . “.html”;
$url=getsettings(3,”",2).”/article” . $rs["article_id"] . “-” . urlencode(preg_replace(‘/[^a-zA-Z0-9s!?"']+/’,'_’,$rs['article_title'])) . “.html”;
$out=”<item>n”;
$out .= “<title>”.removechar(htmlentities(strip_tags($rs["article_title"]))).”</title>n”;
//$out .= “<link>”.preg_replace(‘/[^a-zA-Z0-9s!?"']+/’,'_’).str_replace(“ ”, “”, strip_tags($url)).”</link>n”;
//$out .= “<link>”.preg_replace( ,’3F’,preg_replace(‘/[^a-zA-Z0-9s.-:/+!?"']+/’,'_’, $url)).”</link>n”;
$out .= “<link>”.$url.”</link>n”;
$out .= “<author>”.removechar(htmlentities(strip_tags($rs["article_author"]))) . “</author>n”;
$out .= “<category>”.removechar(htmlentities(strip_tags($rs["category_name"]))) . “</category>n”;
$out .= “<description>”.removechar(htmlentities(strip_tags($rs["article_snippet"]))) . “</description>n”;
$out .= “<pubDate>” . date(‘r’,strtotime($rs["article_date"])) . “</pubDate>”;
$out .= “</item>n”;
echo $out; flush();
$j=$j+1;
if($j >= 50) break;//limit !
}
$strxml = “</channel>n”;
$strxml = $strxml.”</rss>n”;
echo $strxml; flush();
I need to advertise my website to strip bars in the Philipines and Thailand….
My site is a site where people and strip clubs can broadcast themself.
I need you to contact strip clubs and get them to use my service, which is free to use
We will discuss the rates in private!
This is a very simple project for any PHP developer.
1) Fetch an RSS feed, the link to which I will give you.
2) Remove every occurrence of “align=left”
3) Spit out the feed.
Note that you do not have to parse the feed and display it as if it were html…just leave the feed exactly how it is. I am going to import this feed myself into another site. All you have to do remove every instance of “align = left” and leave the rest of the feed untouched.
The project only involves this one feed. It does not have to ever accept new feeds. Always the same feed, but every time the script is run, it should refetch the feed.
This is a super easy job for someone – i just don’t have the time to do it.
I need to replace the photographs that are in the attached film strip image.
I’ll provide the film strip in high quality and all the photos that i need replace.
You’ll need to remove the exisiting pictures and replace with the ones provided. I’ll expect the replaced photos to fit eactly and look as though they are part of the film strip (in the same way as the exising ones do – same aspect ratio etc.) The film strip must be returned in the same quality as it was provided.
I need this done within the next few hours.
Thanks guys! Happy quoting!
I need the logo stripped off this picture and redesigned. The logo should look exactly the same as it is now but one solid color, white, to be exact. It should take no time at all for anyone who knows what they are doing. So the lowest bid will win this project. The winner will receive more detailed instructions.
I want to do the following. I want to be able to automatically have my site updated. The site will pull from RSS. The RSS feed I pull from have a link which is generally called click. When you click it will send you to the destination. The destination link has a referral ID in it. I want this referral ID stripped out and replace it with my own. I want the content posted on my site basically and the link its going to changed to the original source with my ID. Please let me know if its possible, I may not have explained well enough.
I need a comic strip type grapic created for the home page of my web app.
The strip will be 3 rows and two columns. I have a storyboard…which I will share
The style of the strip will be http://www.thebackofthenapkin.com/
I need a comic strip type grapic created for the home page of my web app.
The strip will be 3 rows and two columns. I have a storyboard…which I will share
The style of the strip will be http://www.thebackofthenapkin.com/
Please create a web page template and graphics to look like http://www.bodyevolution.com/freedvd.
The following should not be part of the graphics. These items will be added by me into the template you provide:
I want some videos for a blog at http://www.theiphonetips.com
The videos needed are:
1. Intro video (Before video)
2. End video (At the end of the video)
3. A strip design and animation for displaying text on videos (in and out animation of 1.5seg and static middle for 10segs)
4.Other strip for video title at the beggining of videos (The title strip may be included on video intro)
Specifications and requirements:
1. The art of the video and strip have to match the web site design
2. The logo of the web site should be used in the videos and strips.
3. A slogan for video will be provided.
4. Logo file in paths will be provided.
5. The intro video must include a picture of the blog editor.
6. The intro video must have 8seg of lenght and final video 3-4segs.
7. You have to propose music or sound ideas for the video, which will also be provided.
8. You have to include sound effects, and animation for all the video elements.
9. The video can be made in Flash or After Effects.
10. The video format delivered must be .avi without compression and Audio: mp3 224 Kbps, 44,100 Hz, V
I have a website that I need the pages text stripped from, given proper xhtml formatting (ONLY the text, I don’t need ANY of the formatting). I want to be able to just copy the xhtml formatted text into the new pages.
There are some old FONT tags and junk that need to be removed, the paragraphs need to be properly closed, and the graphicaletc. Just simple XHTML. I don’t need the forms.
Delivery in blank html pages with the same page name as the page you took it from, for example index.html, copyright.html (it makes it easier for me).
Check attachment for the link. If you have ANY questions about what it needed, please ask. I want to make sure this is done precisely. I’m in a time crunch.