Hello every one I am trying to add color in c# code with color code
for eg ..
ListTreeView.Background = "#FFE7EFF2";
but this will give me error ;
so what can I do tell me ..
Thanks....
hello,
recently i want to upload GAppProxy to GAE.
but when i use the appcfg.py to update the files,there comes an error,it was:
urllib2.URLError: urlopen error [Errno 8] _ssl.c:480: EOF occurred in
violation of protocol
i don't know why
PS:i live in china,and may be because of the GFW.
and when i use the type :appengine.google.com and then input the password,i can't redict to the index page,there is an error too,which says:ssl error
Hello,
I have a MySQL database where i want to store phonenumbers among other things.
The fieldtype is INT(10)
When I try to insert a number starting with a 0, like 0504042858 it's stored like 504042858. This only happens with zeros when the number start with any other number it's stored correctly.
What am I doing wrong?
hello every one
I want to know what is the main methods that used in GIS to connect between the location and their information (spatial access methodes) SAM.
I read in some web sites two methods are:
vector
raster
is that methods related what I want???
thank you ^_^
Hello,
i am trying to modify during runtime an image in my application, this image is located inside assets folder, so thats why i dissable -use-network=false flag, then i call something like this:
img.source="../assets/pict.png";
but it's not working.
i know its a silly question but i am stuck here. any hint i appreciate.
Br
Hello
i m using zend by some code i succeeded to populate array on values to a phtml form but now iwant to post this array of values from html form to controller.
How it is possible?
Thanks.
Hello,
I would like a select list that does the following:
When the select list is open, display the list of descriptions.
When the user selects an item, the select list will close an only the value will be displayed.
The reason for this is to conserve space as the values will be much shorter. I'm hoping that there's an answer in jQuery.
Thanks.
hello,
i want to add in my settings.py a declaration like:
LOGIN_REDIRECT_URL='^private_profile/(?P<id>\d+)/$'
#or
LOGIN_REDIRECT_URL='/accounts/private_profile/id/'
so that when the user with the id 1, for example,is logging in, he will be redirected to
LOGIN_REDIRECT_URL='/accounts/private_profile/1/'
but both alternatives,
LOGIN_REDIRECT_URL='^private_profile/(?P<id>\d+)/$'
#or
LOGIN_REDIRECT_URL='/accounts/private_profile/id/'
are wrong, because in my browser i don't see the current user id, where am i wrong?
Thanks
Hello everybody,
There are string length limitations in database structure (email is declared as nvarchar[30] for instance)
There are lots of html forms that has input textbox fields that should be limited in length for that reason.
What is the best practice to synchronize database fields and html layout input fields length limitations ?
Can it be done automatically (html layout input fields declared the same max length as database data they represent)?
Thank you in advance.
Hello,
Currently I have an html form - which I call with jquery dialog - to insert new records into a table. But I also would like to update existing records with the same form - using jquery dialog. I'm not sure within the dialog how I access these data values - or pass them in as arguments - and hook them up with the form elements...? Anyone has done this before and knows an agile technique to do this?
kind regards, Patrick
Hello,
The standard representation of constant e as the sum of the infinite series is very inefficient for computation, because of many division operations. So are there any alternative ways to compute the constant efficiently?
Thanks!
Hello,
I have a transparent table with width:100% which contains some html content.
I use the table in order to position a content element on the screen center.
The table captures mouse events, and the user can't press on links which are positioned beneath it (although it is transparent).
Is there a way to tell the browser to ignore events on the table?
I want to capture events only from the content inside the table (and from the rest of the site).
Thanks
Yaron
Hello,
I want to plot a piecewise function, but I don't want any gaps to appear
at the junctures, for example:
t=[1:8784];
b=(26.045792 + 13.075558*sin(0.0008531214*t - 2.7773943)).*((heaviside(t-2184))-(heaviside(t-7440)));
plot(b,'r','LineWidth', 1.5);grid on
there should not be any gaps appearing in
the plot between the three intervals , but they do.
I want the graph to be continueous without gaps.
Any suggestions on how to achieve that.
Thanks in advance.
hello.
I would like to read about history of computing, is there some particular book you recommend about:
programming languages and their evolution
history of supercomputing and supercomputers
Thank you
Hello,
I just finish my iPhone game using cocos2d. But before I put it on the AppStore, I'd like to make it work on iPad (which have a bigger screen) and iPhone 4 (which have a bigger resolution).
So, how can I determine pragmatically that my app is running on an iPhone, iPad or iPhone 4, to be able to use the correct coordinates / images in my game?
Thanks for your help!
Hello everyone. I want to crop an image manually using the mouse.
Suppose the image has some text, and I want to select some text from an image, then
for that purpose I want to crop that area by using the mouse.
Hello all,
I want to do some calculations when my table data is changed. However, I am updating my table manually and copy pasting about 3000 rows in once. That makes my trigger work 3000 times, but I want it to do the trigger only once.
Is there a way to do that ?
Thanks.
hello,
i'm using DataList to show records on Client Site of My web page i need to show a message when my DataList is empty .... is there a property of Datalist... How to show that message ?
Hello,
I have two comma separated lists:-
36,189,47,183,65,50
65,50,189,47
The question is how to compare the two in classic ASP in order to identify and return any values that exist in list 1 but that don't exist in list 2 bearing in mind that associative arrays aren't available.
E.g., in the above example I would need the return value to be 36,183
Thanks
Hello,
I want to put a left arrow over letter in math mode. I am looking for exactly the reverse of the vector symbol in \vec{x}. I tried to put it with \stackrel{\leftarrow}{x}, but it doesn't look good.
Thanks.
Hello,
Because the IP of the SMTP server that is being used by my Gridserver account at Mediatemple is blacklisted I'm looking for an off site SMTP service to send mails from my PHP application to (verification mails, notifications, etc). I'm using CampaignMonitor.com for mass mailings, but for all other mails I would like to use another service. I've checked out smtp.com and smtp-server.com which look okay, but maybe there are better out there? A reporting feature for undeliverables are a huge plus!
Hello,
How to get file size of pdf,gif,doc etc using xcode.
suppose to i get pdf file form resorce folder so how can i get size of for this file.
is there any way?
Thanks you,