I have a ASP.NET Web Forms application that internally makes many SOAP and REST calls to web services. The SOAP calls are made using Microsoft's own "wrapping" code. The REST calls are made from a simple REST client. This client uses Using blocks to dispose of any resources.
The application runs fine for a few hours but then hangs up. T...
I frequently do website development live over an FTP connection. That is to say, I use a code editor with a built in FTP window and push/pull files to work on them, upload the changes, etc. This is mostly because it's unreasonable to try to create a local development server, and I use too many computers for that to be practical anyway wi...
I am looking for ways to measure and prove that our team is improving, but I can't just blankly state that, I need ways to prove it.
For example we are using coldfusion 8 and sql server 2005, and I can easily prove that the number of error's each day, week is getting less and less.
But what other figures, can i use to show what areas a...
Hey all,
Having a bit of an issue woth mootools 1.2 Tips (cutsom tooltips)
We are using Joomla with the latest update that includes Mootools 1.2 - and I have the following JS code
$$('.tipz').each(function(element,index) {
var content = element.get('title').split('::');
element.store('tip:title', content[0]);
...
I'm using Telerik RadControls, in my codebehind I have the following function, a portion of which adds buttons to the footer.
Protected Sub RadGrid1_ItemCreated(ByVal sender As Object, ByVal e As GridItemEventArgs)
If TypeOf e.Item Is GridDataItem Then
Dim editLink As HyperLink = DirectCast(e.Item.FindControl("EditLi...
Hi all,
How do I receive driving time between two locations with traffic. This information is displayed on iPhone maps application, when 'Show Traffic' option is selected.
Appreciate your help.
...
Hello!
I'm planning on developing a website that uses two languages, instead of making separate htmls one in language "a" and one in language "b", I wanted to know what do you recommend? What should I be looking at if I want to change the value of the variables like buttonNames instead of designing a separate thing?
Or should I be desi...
Could any one recommend me a Good Editor or an IDE for Cappuccino Web development in Windows.
...
I'm developing a PHP application which uses Twig (but that's unimportant) as the view layer. This view layer has a custom extension which allows me to register both remote style and script assets as well as style and script inline blocks. The system holds on to these references until the page has completed rendering, placing all of the...
I am having 3 years of experience in asp.net. I need to list down topics that are related to web development
I have listed the following topics. Please add your topics if in case i have missed
A.OOPS
Classes
Objects
Polymorphism
Encapsulation
Abstraction
Inheritance
Interface
Abstract class / virtual cass
Access Modifiers
Overloading...
Hi all,
Can you suggest sites where I can generate dummy data based on my requirement for testing purposes of my project?
Note: I need a dummy data for usage of VMs and physical servers in terms of memory, CPU, disk, I/O utilization in percentage. Is there any site which provides utility to generate this kind of data?
...
I am new to Java.
My question is quite straight forward, is java good for web development?
Additional: Can you give me some "cool"(any kind of sites, cool graphics, ecommerce, kids/teens sites, gaming sites etc) websites URL that used java and HTML(or maybe with flash)?
...
Hello, I am new to Rails. I have my rails application and now I want to deploy it. What do i need to deploy my rails application? Do i need an IAS server or Apache would do it all? I am very confused because I have never deployed any website before
...
hi,
I want to check my website at high reslutions which is not there in my PC. So could anyone suggest me any online utility where I can check my website at high resolutions.
Thanks in advance!!!
...
I wondered if there's a good book on teaching how to make the transition from writing dedicated applications in eg. C++/Delphi/VBClassic to web applications in PHP, etc.?
For instance, the book would start with the fact that the web paradigm is based on client-server, HTTP is a stateless protocol, the only language available to run code...
I'm interested in doing a start-up website that would feature a program that would allow me to update data on a daily basis that would alter projected values.
For example, if I wanted to rank the top ten family vacation sites, or public golf courses, or investment firms, etc... for a particular state. Each item would receive a value bas...
i am wondering if its ok to request users to use own hosting resources for images, videos etc. i think stack overflow does the same for images too right?
another option i am looking at is integration with such services. some well known ones i am thinking of are
twitpic, flickr, imageshack for images
screenr, youtube for videos
slides...
I have this code that makes sure your are logged in, and then making sure you are on the right page by checking a cookie set at login. This code works on a page in a directory underneath the login in script, however in a page in a directory below that it always takes you to accessdenied. Any ideas?
<?php
session_start();
if(!isset($_...
I have an index page, which consists of the content name, which is the url to the actual content.
And in a element under it a longer description.
Is there a way to associate this longer description to the link (for SEO) or may be it is not needed, as search engines will know this due to the content itself?
html for example
<dl>
<dt><...
I have a Phone model for phone numbers in my application thats built as follows:
t.column :number, :string
t.references :phoneable, :polymorphic => true
I want to restrict the number to be of the format 317.555.5555x234, so I'm creating a form with four boxes (area code, 3 digits, 4 digits, ext):
- form_for @user do |user_fo...