Hi All,
I'd like to know if it is possible to achieve this scenario for my web design,
I've got company ITIL diagram that I'd like to make it show the hyperlink to a file download for each respective box (mouse hover / over effect)
should I create a HTML table for this or create image mappings from the VISIO diagram .vsd file ?
so wh...
hi,
my current java code is deployed to the DB and the plsql code calls it and uses it.
I need to get the Java code out of the database and still be able to use it.
The options I had in mind are:
Web services
Java Stored Procedures
Calling OS command using pl/sql
RMI
What is your recommendation?
please add cons and pros.
thanks,
L...
I have an app which displays 10 images and each image is associated with a button and a URL link. I would like to release this app, but be able to update the images and links via the web without needing to do an update to the app.
I know that I can pull images from the web like so:
NSURL *url = [NSURL URLWithString: @"http://example.co...
If I have some grouped choices for a models.IntegerField, how can I set the default value to a combination of those choices
ex:
class ForumThread():
STATE_CHOICES = (
('Sticky', (
(True, 'True'),
(False, 'False') ) ),
('Blocked', (
(False, 'False')
(True, 'Tru...
I have a asp.net 4.0 web site and I'm using some external web services to retrieve some data that I display.
I have created proxies for those web services using the wsdl tool. I'm setting an url and I'm setting PreAuthenticate = true and Credentials = new System.Net.NetworkCredentials(userName, password) on the web service.
I get an e...
Hi,
which language most suitable for working with cookies and inner page structure with ajax?
thanks
...
I have created a web browser control and a form user control. How to align form user control is a center on web browser. Please look above of image.Thanks.
http://i200.photobucket.com/albums/aa41/xuanhung123/Untitled3.png
...
Hi Lords of the Interwebs,
I've got a Silverlight project that I'm just beginning and I thought I would pick your brains a bit. I'm deciding on a data model to communicate from server to Silverlight client. My boss made the comment that he might want that data model to evolve into API's that could be used by various clients in the fut...
Hi,
i would just like to know if the way i am doing (parsing xml data) is correct.
From web service (hosted on sharepoint 2007) i retrive xml data. Web service does not retrive any parameters, just returns data. Now I'm using jQuery .ajax() function to go throu this data and output it.
XML is very deep inside (7 levels)
Just an exa...
Hi!
Is there a media player that we can use to embed on the page that also gives the option to download the song playing currently.
I was chekcign out http://mediaplayer.yahoo.com/, but this doenst give the option to download the music that is playing.
Thanks
...
Hi,
Being mostly a software developer I find that the hardest thing for me is to produce usable user-interface.
I did read some books, including The Smashing Book and Web Design For Developers. But those are mostly concentrated on the Design rather than on building more complex interfaces (like allocating many-to-many items with search...
Hi, I have been going through Flask and it seems that now I have a decent understanding to go ahead and build a web application. However I want to know how would I approach the problem. For eg:
I decide to build a blogging application. The first thing I do is write down all the things that come to my mind, from user registrations to pos...
in previous versions of Visual Studio , when creating a new website, a new website project was created. when i implemented this website on the iis, i could change the default.aspx.cs file, save it and the next time i chose 'browse', the site was updated with the changes i made in the default.aspx.cs file.
in the VS2010, choosing new Web...
+----+--------------+------+--------+---------+---------------------+-----------
| Id | ip | uri | status | browser | time |refer ..........
+----+--------------+------+--------+---------+---------------------+-----------
int varchar varchar int varchar timeStampe varchar .............
I want to know how it(HTTPS) is implemented. Whether the data is encrypted or path is encrypted (through which data is passed).I will be thankful if someone provides me implementation details.
...
I need to know where i can start a cron in my java web app. I need this cron to run daily and be rescheduled if the server restarts. Do java web application have hook where i can do this?
----edits----
Im using quartz to schedule a task which will pull down and parse a csv file and store it in a database. I need to know where i should...
I'm trying to figure out how to set up JBoss 5.1.0 so that the classloader is parent last, which I have done before with WebSphere. Basically we have several war files that need to use Spring 3. We have put the spring jars in the JBoss lib, so that we don't have to have spring jars inside each and every war file. However, one of the web ...
I want to develop a application on Android platform to connect to salesforce. From what i have found salesforce provides service API's which can be used to connect to salesforce servers by creating a Web service from the client side application.
Salesforce developer site has examples of creating such a Web service by using Apache Axis ...
i has a lot small images,like this
i want to compose them to a PNG file(for css sprite), like this
now,i using photoshop to do this,but i think should be has a tools for this.
compose images,better give to me every image's pixel position
it's possible? thanks for help :)
...
Hi,
I have two applications. In one application the web browser control shows a flash movie that is embedded and in the other it does not, only shows place holder. I have identical code in both constructors to load a web control dynamically and then navigate to the requested web page.
I run both application in debug mode from within V...