Hi everyone
We are using JSF in UI.We need to develop Templates for designing.Can we develop templates in SUN RI1.1_01.If so,can any one tell me how to start?
Hi,
I know its possible to open an app from mobile safari using custom URL Handlers.
Is it possible to open the App Store from Safari on the iPhone and automatically install the app?
Or might it even be possible to open the app if it exists on the users device and to download it if it doesn't?
Best,
heinrich
Hi!
I just start lern python, pylons.
i have problem with setting up datebase connection.
i won't to set connection, where i can see this connection in all my controllers.
Now i use: some thing like this in my controller:
45 ' db = create_engine('mysql://root:password@localhost/python')
46 ' metadata = MetaData(db)
47
48 ' email_list = Table('email',metadata,autoload=True)
in development.ini i have:
44 sqlalchemy.url = mysql://root@password@localhost/python
45 sqlalchemy.pool_recycle = 3600
and now, pleas help me to set __init__.py
Hi,
I want to play the podcasts those are available on itunes from my application.
Is there anyway to play podcasts within my appplication?
Thanks,
Jim.
Hi, I just want to delete cached data, but I have many keys, for example:
user_54_books
user_54_movies
user_54_comments
user_54_foobar
I can write $cache-delete('user_54_books'); but I have to do it with all "user_ID_objects", can I say to memcache, something like delete-('user_54_*'); ? how? thanks :)
Hi,
Is adding / removing HttpModules and HttpHandlers at runtime from a website a good idea ?
I am looking at ways to make my website as dynamic as possible without uploading changed content all over again. Something like config files.
Rule engines exist, but learning them seems like a pain. I might be wrong in my perspective. Please suggest possible ways to change logic in the code at runtime.
hi my dear friends ....
why i got this error :
(Object reference not set to an instance of an object.)
when i put this code in my page_load.:
protected void Page_Load(object sender, EventArgs e)
{
BackEndUtils.OverallLoader();
string Teststr = Session["Co_ID"].ToString();
}
==========================================================================
this session is made when user logins to my web site and this session works in other areas...
thanks for your attention
Hi,
I have a text file that has following content:
ac und
accipio annehmen
ad zu
adeo hinzugehen
...
I read the text file and iterate through the lines:
Scanner sc = new Scanner(new File("translate.txt"));
while(sc.hasNext()){
String line = sc.nextLine();
}
Each line has two words. Is there any method in java to get the next word or do I have to split the line string to get the words?
Hi All,
I have a web view that is loaded with an HTML that contains links (
ref).
when I switch to another activity (say to another tab in a tab
activity) and then switching back to it, the link is surrounded with
an orange rectangle. also happens in the GoogleAdView which really
makes it impossible to view.
can someone explains this?
thanks,
Ori
hi,
i am new Notification.what is the purpose of it...
can we use [[NSNotificationCenter defaultCenter] addObserver without postNotification,
If we can do it,how it is identified?what is the relationship between addObserver and postNotification?any one can explain in detail?
Hi,
I'm using ui.datepicker.js
and I want to validate the date field to make sure the user select a date.
I have tried
function allow_submit()
{
var f = document.all.frm;
if (f.date.value == "") {
jAlert("Please select a date");
return false;
} //if
return true;
}
and also have try
if (f.date.value == "0000-00-00") {
without succes
Any clue?
Hi I've applied an ie fix for my site but it doesn't work for ie8. Do I have to be more specific?
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/AEBP_Homepage_12887/css/ie.css" />
<![endif]-->
Thanks for your help
Regards
Judi
Hi,
I am writing some code to add file attachments into an application I am building.
I have add & Remove working but I don't know where to start to implement open.
I have an array of bytes (from a table field) and I don't know how to make it automatically open e.g.
If I have an array of bytes which is a PDF, how do I get my app to automatically open Acrobat or whatever the currently assigned application for the extension is using C#?
Hi All,
Is it possible to bind a label content to two values. For eg, I want a single label whose content is displayed as below,
UserName= Firstname, Lastname
where Firstname and Lastname, both are values from database. If I would be using to labels I would bind as Content={Binding Firstname} for one and Content={Binding Lastname}
for another. But I want a single label to display both. Is it possible?
hi, Thanks before answering to all friends. Doing sample project for iPad. In that am using Reachability class. Using Reachability *rAbility = [Reachability reachabilityForInternetConnection]; to check internet connection. Presently working in simulator. Don't have instrument.
Hi,
I have made some screenshots of my website, and in internet explorer 6 my website looks crappy (see screenshot)
I have heard something about a PNG fix, is a PNG fix the way to solve the crappy look?
Do you think this could be helpfull for me?
Hi,
Is there a easy way to query a table for its constraints(foreignkeys specificaly)
like show create table, but for the constraints only?
thanks,
pvgoddijn
Hi,
AFAIK, freeing a NULL pointer will result in nothing. I mean nothing is being done by the compiler/no functionality is performed.
Still, I do see some statements where people say that one of the scenarios where memory corruption can occur is "freeing memory twice"?
Is this still true?
hi,
I do also want to know how can i Display Text on Pole Display.
I write the code with VB.net 2008.
Sample Code that i write is :
If SerialPort1.IsOpen = False Then SerialPort1.Open()
SerialPort1.Write("\r\n" & RichTextBox1.Text & vbCr, 0, RichTextBox1.TextLength)
System.Threading.Thread.Sleep(1000)
If SerialPort1.IsOpen = True Then SerialPort1.Close()
I got no errors but can't display on Pole Display.
Please help me.
Regards,
Nway Nge
Hi,
Is it possible to do an 'exact full text search' with CONTAINS. I have removed all noise words etc. but the dbms still seems to manipulate the 'exact word' (e.g. 'j-blade - blade'). Can I disable this?
Thanks.
Christian
PS: I would like to avoid like because it is too slow and with exact I mean that the text contains the exact word.
Hi , when i want compile my app with the Distribution or Release method i get 140 ERRORS, i am using facebook connect on my app , and the path is right [my errors refer to fbconnect] , xcode runs my app fine on the debug !!!!!!! what's the problem ?
Hi,
I'm trying to get the contents of a directory using shell script.
My script is:
for entry in `ls`; do
echo $entry
done
However, my current directory contains many files with whitespaces in their names. In that case, this script fails.
What is the correct way to loop over the contents of a directory in shell scripting?
PS: I use bash.
hi
Where can I find the source code for a task queue implemented by
C++ for Open MPI ?
I search it online, but cannot find it.
Any help is appreciated.
thanks
Jack
April 25 2010
Hi,
I want to develop an application that runs on any windows platform (XP, Vista, 7) but does not require a dependency like .NET Framework or JVM. I have given the other requirements below:
Runs in any windows platform
Must have GUI libraries to create windows/primitive controls
I also want the output file size of the application to be minimal (So cannot include .net frameword etc in the exe file)
Any suggestions for this requirement?