I've just started learning Lisp and I can't figure out how to compile and link lisp code to an executable.
Im using clisp and "clisp -c" produces two files .fas and .lib, what do I do next to get an exeutable?
hi im new to j2ee.. the problem is while deploying a particular project i'm getting deployment error like "module has not been deployed".. but i'm able to deploy other projects... the error shown is as follows
In-place deployment at F:\onlineexam_1\build\web
deploy?path=F:\onlineexam_1\build\web&name=onlineexam_1&force=true failed on GlassFish v3 Domain
F:\onlineexam_1\nbproject\build-impl.xml:577: The module has not been deployed.
BUILD FAILED (total time: 3 seconds)
pls assist me to overcome this problem
Thnx in advance
Raj
In my country the online payments are not an old thing, the first time i saw a web application taking payments directly to a local bank account was last year.
So, Im a newbie coding web payment system.
My question is, what are the best practices to store creditcard information into the database...
I have many ideas: encrypting the creditcard, database security restriction, etc.
What have you done?
<Placemark id="p1"></Placemark>
<Placemark id="p2"></Placemark>
<Placemark id="p3"></Placemark>
<Placemark id="p4"></Placemark>
hi,im using SimpleXMLElement in my php,
my question is,how do i get placemark id 3?
is that something like this ?
$xml->Response->Placemark['id=3']->AddressDetails->Country->CountryName;
thanks
i receive a timestamp from a soap service in miliseconds.. so i do
Date date = new Date(mar.getEventDate());
how can i extract the day of the month from date, since getDay() and so are deprecated?
im using a small hack, but i dont think this is the proper way..
SimpleDateFormat sdf = new SimpleDateFormat("dd");
int day = Integer.parseInt(sdf.format(date));
Hi there.
Looking at using a template system for a new project, it's only a small site and don't want to use the overhead and 'complexity' of smarty. I don't really like template systems that force you to make use of another language just to make it easier for designers (apparently).
Something like this
http://www.namepros.com/code/517342-php5-template-class.html
is what Im looking at but something which is a bit more robust and proven.
Anyone please answer for my requirement
Im using my application in this order,
first page = UIViewController,
secondpage = UITabBarController with 4 tabs,
I need landscape on the orientation on the second tabpage(UIViewController) ? not working..
Note : When using UITabBarController its working perfect but when I add the UIViewController for my first page, the orientation not working...?
anyone who knows the solution plz answer
Is there an intent that is fired when a user unlocks their screen? I want my app to adjust the brightness when the screen turns on, but the problem im running into is that the screen on intent is fired on the lock screen and it does not adjust the display on that screen.
I remember a while back finding a website for downloading lots of common tools in one go after a system reinstall. It had a dark background and checkboxes for selecting the tools (browsers, editors, readers, im clients, etc.). After selecting the tools it downloaded a file which went away, downloaded everything you'd selected and then performed an install on each of the different apps.
Does anyone have any idea what I'm talking about?
Hello everyone,
Im looking for a simple bit of code that will let me add the following html into my zend form:
<div id="wmd-button-bar" class="wmd-panel"></div>
Thats it, it needs to be above my 'method' element in the form but thats it. For such a simple action I cant find any methods that don't involve me learning rocket science (i.e Zend Decorators).
Hiya
Im trying to make use of maatkit as a means of dumping a database and then restoring to another database.
For dumps:
mk-parallel-dump --user abc --password xyz --databases $db --base-dir /tmp/dump
For restore:
mk-parallel-restore --create-databases --user abc --password xyz --database devdb /tmp/dump
My question is, is my logic and understanding correct, and would it be ok to do it like this.
Kind Regards
Brent
Im trying to implement button which opens app store application from my app. I use this simple line of code, which opens safari but not app store application.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://itunes.apple.com/sk/app/tweetie-2/id333903271?mt=8"]];
I dont know whats wrong, is the URL format correct? I was following this document.
All related questions in stackoverflow are outofdate I suppose.
Hi Guys,
Bit of a general question here, i want to be able to make a line graph using GTK but im unsure how to approach this...
Has anyone got any hints or tips?
Regards
Paul
Hi,
I sit on this problem ~5 hours:
I try to install php and mysql on my iis7 machine.
After install mysql, I can't connect, PW error (Im sure its not btw).
I try to deinstall but after a new install, the database is the same.
System is Windows Server Standart SP2 (I don't know hich Windows Server is it, its the only information I get under "system")
hello
i have 2 tables:
tblItems
ID | orderID | productID
1 1 2
2 1 2
3 2 1
4 3 2
tblProducts
productID | productName
1 ABC
2 DEF
im attempting to find the most popular Product based on whats in "tblItems", and display the product Name and the number of times it appears in the tblItems table.
i can get mysql to count up the total like:
$sql="SELECT COUNT(productID) AS CountProductID FROM tblItems";
but i can't figure out how to join the products table on..if i try LEFT JOIN the query goes horribly wrong
hopefully thats not too confusing..thankss
Hello.
I've heard much good about nodejs and writting client-server application with it. But I can't get, for example, when developing IM client-server application, how nodejs server script is supposed to talk to database server to actually store it's data? Or may be I miss something and nodejs server scripts are not supposed to do that? If so, please, push me to correct direction.
Hi guys, how can I display data fetched from several rows on a crystal report. Im using vb.net. So far i can just display data fetched from only one row. Thanks for answering
Hi,
I need a regular expression to validate a timestamp of the format, using Javascript:
YYYY/MM/DD HH:MI:SS
I tried cooking up a few, but seems my regex skills fail to cover something or other.
Please give me a reference or way to do it.
P.S. : I mention regex, only as a suggestion. Im using Javascript and welcome any alternative.
hi,
im trying jquery tableeditor (http://dev.iceburg.net/jquery/tableEditor/demo.php), but it doesn't work. I m using jquery-1.4.2, and i see tableeditor recommend 1.0.3, does it mean it won't work in jquery 1.4.2?
Thanks.
Hi Guys,
Im trying to find the best way of animating a list of items one by one.
So for example I have a UL with 7 items in it and when my trigger element is clicked I want each item to fade in one below the other with a slight delay between each item.
Any ideas would be most appreciated.
Thanks
I'm trying to create a table, and can't figure out how to assign two columns to be unique.. I know how to alter a table thats already created, but how do you do it in the create..
im after a create if not exist col1 TEXT, col2 TEXT, col3 TEXT unique(col1, col2)
^very rough basic but you get the idea
Hi all,
Im looking at jqueries tabs, datepicker etc and see that font-sizes of the classes added to elements are like 1.1em, 1em which seems big in the page. Why did they do this like that?
What is the purpose?
http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery.ui.theme.css
Im using the Twitter API to read the Favorites RSS, it generates the following output:
http://vl3.co.uk/favs/getfavs.php
I'm not sure why this file seems to be incorrect, doesnt come up in my RSS reader or render correctly in the browser. Can anyone shed any light on this?
If the output is not valid RSS how can I make it so?
Secondly I'd like to cache the RSS feed to then use something like Magpie RSS Parser.