Hi, I want to render some text on a canvas using WebGL, which API of WebGL should be used?
Note: "text" can be either plain text or HTML snippet with CSS style
Hi everyone,
I would like to use a float in a NSString. I used the stringWithFormat and a %f to integrate my float into the NSString. The problem is that I would like to display only one decimal (%.1f) but when there is no decimals I don't want to display a '.0' .
How can I do that?
Thanks
Hi Everyone,
I am trying to implement an OpenGL eraser tool. I am struggling with this. I was thinking of painting somehow over the previous changes to "clear" out the changes. I can't use the background color because it is not a pattern, not one solid color. Can you point me to the right direction on how to implement an eraser tool ?
This is for the iPhone OS but that shouldn't matter.
Thanks
Hi,
am using AS3 and i have one dynamic text filed. The properties
Fontname "verdana"
size "14"
style "Bold"
it is shown the correct font in BOLD if there is no value
if i assign values like
priceText.text=" Hello Wold"
It will not show the correct font properties am not getting the bold style :(
What need to change?
Hi.
Could you please explain me what is the basic connection between the fundamentals of logical programming and the phenomenum of syntatic similarity between type systems and conventional logic?
Hi,
In the weather.com site it has forecast for 10 days.
For example, in this url: http://www.weather.com/weather/narrative/GRXX0004
I cannot seem to find a feed for that kind of data. Could I pull a feed for each one of those days?
Is there something I am missing? How could I easily parse data for 10 days?
Thank you!
Hi,
I need to deploy web service on Tomcat with installed OpenEJB.
I compiled simple Hello service that just prints "Hello" with JAX-WS and tried to deploy on tomcat, but got errors while deployment :
ERROR - Error deploying CXF webservice for servlet helloservice.endpoint.Hello
java.lang.IllegalArgumentException: Could not find servlet helloservice in web application context /helloservice
Please, help what is done wrong here.
Is tomcat + openejb is sufficient for web service deployment?
Thanks.
Hi, I'm creating a web-browser type app (using a web view object) that needs to be able to connect to the internet via a proxy. Server, port, username and password can all be hardcoded into the app but unfortunately I have no idea how to customise the proxy settings of a web view without changing the system wide proxy settings.
If you know how to do this please provide some example code, thanks a lot!
(Also, if it changes anything - I'm developing for mac, not iPhone)
Hi
I have the following SQL query:
select c.id
from (select id from customers) c
This query has no practical value - I simplified it greatly for the purpose of this post.
My question: is it possible have a subquery in the from clause using HQL. If not, can I perhaps query the customers first, kinda like a temp table in sql, and then use the result as the source of the next query?
thanks
Hi, I'm going to deploy my Java game to show it to my friends and whatnot, but I'm having trouble deciding between Java Web Start and applets.
Under what conditions is one preferable over another and what advantages/disadvantages are there?
Hi, I am learning python for a while, now I like to learn python for web, using python as a back-end of website. where and how do I start learning this:
Example usages are : connecting database and retrieve and store information from forms
Hi,
I am C++ developer interested in Android. As I understand the only possibility to develop applications for Android is Java. There is NDK also, but as I can see it is just something like JNI for Java. Is it mandatory to learn Java or to have deep knowledge in Java then try Android SDK, or it would be possible to learn Java while developing for Android.
Thank you.
Hi, everybody.
I`m programming in obj-c using cocoa, and I would like to discover the HDD volume id programmatically.I know that I will probably need to do this in pure C and than use it in my app, but even in the C language I could not find any answers.
Please help.Thanks!
Hi Folks,
since yesterday is my app not rendering the xfbml Tags (name and picture). Iam using the new JavaScript SDK inside an Canvas-Iframe Application.
Firebug tells me the following inside the console:
Get: http://0.channel20.facebook.com/x/3332504234/true/p_1348362044=0
And after a while:
XFBML tags failed to render in 30000ms.
Does someone has the same problems, or know why this happens?
Hi,
I am developing a video chat website application for a social networking website, like if i am broadcasting video, the video will be viewed by n number of users.
I have searched the web for the same but, could not find anything good.
Suggestions any one.
Thank You.
Hi,
i want to create google map for own site.my task is that i have to fetch some information from database and i want to show in google map,with my icon.some thing like
"http://www.jaap.nl/koophuizen/Groningen///_/_/1/?rad=5km&min=450000&max=1000000"
in right side ,google map is showing,excatly i want to show my google map.if any have idea please help me
Thanks
Manish
[email protected]
hi , i'm trying to parse some html that is not on my server
$dom = new DOMDocument();
$dom->loadHTMLfile("http://www.some-site.org/page.aspx");
echo $dom->getElementById('his_id')->item(0);
but php returns an error something like ID his_id already defined in http://www.some-site.org/page.aspx, line: 33. I think that is because DOMDocument is dealing with invalid html. So, how can i parse it even though is invalid?
Hi sir,
I need to upload image in table as well as in folder.please help me ,how i will save image in folder and database. please describe the method.
Thanks
Manish
Hi Folks,
this call
my $th = threads->create(\&print, "Hello thread World!\n");
$th->join();
works fine. But as soon as I add
binmode(STDOUT, ":encoding(ISO-8859-1)");
to my script file, I get an error like "segmentation fault", "access denied".
What is wrong to define an encoding type when trying to call a perl thread?
Kind Regards
--Andy
Hi all,
I have my users DOB as a string (don't ask), how can I reliably check to see if they are over 18? Would I use DateDiff? How would I convert the string to a date first? The date is in dd/mm/yyyy format.
Many thanks
Jonathan
Hi,
I'm reading about the Entity Framework 4.0 and I was wondering why should I create a complex type and not a new Entity (Table) and a relation between them?
Thanks,
Ronny
hi , i have a static library libsrp.a, i want to make a shared library libsrp.so from it that contains all symbols . please tell me how to make a .so under ubuntu.
thanks
Hi Guys,
Background
==========
I am using ASP.NET Forms Authentication for my application.
I have made my Password Format "Clear", so no problems with the password encryption.
Requirement
===========
I need to create a view(in SQL server) to display all Administrators in my System.
ie aspnet_Roles.LoweredRoleName='administrator'
The fields needed are UserName and Password
Can you guys give point out the most optimal way to do so?
Regards,
Naveen Jose
Hi all,
Is there a way to create a Refresher object to obtain statistical Performance Counters data in .NET?
There are plenty examples how to do it in unmanaged C++ and in VBScript, but no one in C#.NET
Sincerely,
Ilya Sotin
Hi guys,
I'd like to build an application that, on interval, it checks for tweets containing a particular hashtag, and creates an individual Wordpress post for each tweet that it finds.
What is the best way to do this? Are there existing plugins/tools available, or should I write my own custom plugin?