I added a mini xpath processor into my JavaME codes.
I get this error: package org.kxml2.kdom does not exist
How do I fix this?
Hope someone could helpme on this. Thank you in advance.
Hi,
I am getting the document of particular document library of a site in C#.
I want to check whether the file in check in mode or in checkout mode . how can i do that. can any one help me?
Hello everybody,
I just came across a problem, here's my code -
function unFilterPostData() {
$content = get_the_content();
return $content . 'Contact author on Twitter - @alilpirate';
}
add_filter('the_content','unFilterPostData');
I have also tried using
function unFilterPostData($content) {
return $content . 'Contact author on Twitter - @alilpirate';
}
add_filter('the_content','unFilterPostData');
But nothing works. Help!
Hi all,
i have to validate the data contains numeric or not and if it is not numeric return 0 and if it is numeric or empty return 1.
Below is my query i tried in SQL
SELECTdbo.Regex('^[0-9]','123') --- This is returning 1
SELECTdbo.Regex('^[0-9]','') -- this is not returning 1 but i want to return as 1 and i try to put space in "pattern" also it is not working...
please can any one help....
Thanks in advance
Hello there,
I have a problem while displaying the data from the grid to the excel.I have implemented pageing and the problem is the page that is displayed is only exported to the excel not all the pages.please help.
thank you.
Does the iPhone support garbage collection? If it does, then what are the alternate ways to perform the operations that are performaed using +alloc and -init combination:
NSXMLParser *xmlParser = [[NSXMLParser alloc] initWithData:xmlData];
UIImage *originalImage = [[UIImage alloc] initWithData:data];
detailViewController = [[[DetailViewController alloc] initWithNibName:@"DetailView bundle:[NSBundle mainBundle]] autorelease];
... and other commands. Thank you in advance for any help or direction that you can provide.
I need some help deciding what to use to acquire an image from a webcam. I want to acquire a single image. I know you can typically acquire a still image at a higher resolution than a single video frame.
Currently, I am using MATLAB's image acquisition toolbox.. which apparently only supports obtaining frames in video mode(so lower resolution). Which other libraries do you recommend? Has anyone else encountered this problem?
I am using the following functions for writing and reading 4098 floating point numbers in MATLAB:
Writing:
fid = fopen(completepath, 'w');
fprintf(fid, '%1.30f\r\n', y)
Reading:
data = textread(completepath, '%f', 4098);
where y contains 4098 numbers. I now want to write and read 3 strings at the end of this data. How do I read two different datatypes? Please helpme. Thanks in advance.
I added a new link (like I usually do) but now all but the HOME menu button DO NOT WORK...they send me to a page that says No input file specified.
Can someone helpme please...it's a bit of an EMERGENCY.
Check it out at http://www.fishchummer.com
Thanks guys,
Aaron
Hi all,
Well I have read ALOT of posts and I can't quite find the perfect answer to my question, (or I have and havn't realised it!:-))
I have a large csv file that I want to read into my program and sve it to a SQL database table.
I'm useing VB2008 and my dabase is SQL2008.
Any help would be appreciated.
Cheers Cookster
Hi friends,
I want to download a module or extension or component for Joomla to integrate with PayPal. I have tried a lot but I haven't found any.
Can you help?
dear friends,
i have created a custom dialog class
public class NewPost extends Dialog
{
// functionality
}
now my requirement is to create listview inside it. i know we can create textboxes,buttons,dropdown list inside it.
but in order to create list view we should inherit our class from listActivity class
what you suggest is it possible or not if yes then how to achieve this using any interface or what?
any help would be appriciated.
i need to rewrite urls for my classified ads directory
i have 4 types of links
/City == display all ads in city
/City/Cat1 == display all ads in city + category
/City/Cat1/Cat2 == display add ads in city + category 1 + category 2
/City/Cat1/Cat2/Ad-id == display the ad itself and pass cat1 cat2 and city variables
original hidden url should be index.php?city=alexandria&cat1=cars&cat2=bikes&adid=EWSw22d
Can you please helpme writing .htaccess for this structure
Where keys are represented by element type and values are represented by #foo and .bar (spaced and ready for explode()). Is it possible, or does something exist for it?
I know that this question might incite some wrath, and I'm hoping nobody links to that post about parsing HTML, but I'm hoping it's not impossible. Thanks for the help.
Addendum: Ideally, PHP would be used, since it's the only scripting language I know.
please helpme to find out error in my sql query. i have created this query to compare dates
select * from Joinplans jp
where cast(convert(varchar ,GETDATE(),103) AS datetime) BETWEEN
CASE(convert(varchar,jp.planstartDate,103) AS datetime) AND
CASE(convert(varchar,DATEADD(DAY,jp.planDays,jp.planstartDate),103) AS DATETIME)
It's giving me the error:
incorrect near 'AS'
I am using SQL Server 2005.
Have 6 forms, 1 Base and 5 inherited.The Base has the following snippet:
procedure TMechan.Open1Click(Sender: TObject);
begin
if OpenDialog1.Execute
then
Form1.Memo1.Lines.LoadFromFile(OpenDialog1.FileName );
CopyCylMemoToRecord;ShowMechanicalValues;
end;
Since this snippet is in the Base it's also inherited by 5 others. Problem is: When executing OpenDialog the Base is overwritten instead of the inherited form. HELP
hi,
i have a string say Path ="C:\AAA\bin" which is a path to a project's bin folder. I used new URL(Path) during invocation of addURL method of URLClassLoader class.
ex- addURL(sysLoader,new URL(Path)) ;
its giving unknown protocol:c exception
whats the problem?Help
Hi there,
Is it possible to have multiple currency denominations in a field?
I have a field that will have a currency value that will be either euro's or sterling dependent on whether or not the applicable record is in the currency zone.
Is this possible in Access or will i need to have seperate fields for euro/sterling?
Thanks in advance for any help
Noel
I have an html document with multiple commented-out PHP arrays, e.g.:
<!-- Array
(
[key] => 0
)
-->
Using PHP, I need to somehow parse the HTML for only these comments (there are other comments that will need to be ignored) and extract the contents. I've been trying to use preg_match_all but my regex skills aren't up to much. Could anyone point me in the right direction?
Any help is much appreciated!
hi
i have a class that runs, it does the following backups a sql, zip, encrypts, ftp to an ftp server. what i want to do is add a GUI.
Need to add a 2 buttons start and finish and progress bar for the procedure.
my class is called backup.cs. i have tried creating a form but doesn't seam to work.
any help would be great full
Ta
Gerard
Hi,
My requirement is to search for jpeg images files in a directory using python script and list the file names. Can anyone helpme on how to identify jpeg images files.
Thanks in advance...
Hi,
I am using a table which has Createdon and Lastmodifiedon fields, I have to display first the newly added record based on createdon and then followed by lastmodifiedon records using mysql. I have tried adding "ORDER BY Createdon,Lastmodifiedon desc" at the end of the query;but sorting based on first column only occurs. Anyone please help in this issue
Thanks.
I'm developing a simple web application where in I need to display number a to my users in string format.
Example:
12 - One Two or Twelve
-20 - minus Two zero or minus twenty
Either way is fine. I need this to be done in PHP. Any help will be appreciated.
Hi all,
I want to make something like
http://www.djangosnippets.org/accounts/register/
using django..the register form.
I am new to django.
i have made a simple view form using django forms but unable o understand how to connect my form to a database. Im using postgresql. is there an easy way to use some snippet or script to achieve this.
Please Help