-
Weather Web Services
Date: 11/27/05
(Computer Geeks) Keywords: asp, web
I'm working on a calendaring web application for photo shoots. One thing I'd like to add is the ability for a photographer to put in the zip code where his/her shoot is going to be, and get the weather forecast (as available) for that day and zip code.
Anyone know of any SOAP web services (preferably digested for ASP.NET) for weather? I heard that MSNBC had one, but I can't seem to find it.
Source: http://www.livejournal.com/community/computergeeks/825068.html
-
Developer's Job
Date: 12/02/05
(WebDesign) Keywords: programming, asp, web
Got this email today in case anyone is looking for a developer's job:
I was advised that you were heavily involved in web development efforts for your organization.
My client is a healthcare provider with a multi-facility organization in Florida.
They have a largely MS/Sharepoint/ASP/.Net type environment, although there is a mix of technologies due to the web development efforts having previously been spread around various groups. They are now beginning the effort to consolidate, and develop their web portal/physicians portal projects.
They are seeking 2 senior level, or one senior and one mid level developer to join their team after Jan. 1.
Ideal candidates will have several years of experience with MS ASP/.NET will bring strong documentation and programming skills to their efforts to bring stability, consistency, reliability and enhancements to their web environment.
Positions are perm, benefits, potential relocation assistance.
If you know someone who might find these opportunities of interest, please share.
Sincerely,
John Popowski, CPC
President
ROI Recruiting
john@roirecruiting.com
www.roirecruiting.com
w 843-278-2410
f 843-278-0710
Source: http://www.livejournal.com/community/webdesign/1025317.html
-
Which CPU?
Date: 12/06/05
(Computer Geeks) Keywords: asp
Greetings all!
Upgrading My PC.
It's a frankenputer of sorts, and has been slowly upgraded, with adding a SATA drive, DVD drives, new RAM, etc. Now it's time for a new chip, although I come to understand Socket A's are pretty much dead...so, I'm looking at what is left.
My Mobo is this:
A7N8X-E Deluxe
http://usa.asus.com/products.aspx?l1=3&l2=13&l3=56&model=217&modelmenu=1
RAM:
GeIL Value Dual Channel PC3200 400MHz DDR
http://geilusa.com/proddetail.asp?linenumber=36
My mobo appears to handle Socket A for AMD Duron / AMD Athlon / Athlon XP 3200+ Processors, maxing out at 400Mhz FSB.
I currently have a 1.40 gigahertz AMD Athlon w/ 128kb primary memory cache and a 256kb secondary memory cache.
Also, the chipset is Northbridge: NVIDIA nForce2 Ultra 400 and Southbridge: NVIDIA nForce2 MCP-T
Any thoughts on what CPU may work?
Thanks!
(x-posted)
Source: http://www.livejournal.com/community/computergeeks/829289.html
-
Accessing controls from a GridView EmptyDataTemplate
Date: 12/07/05
(Asp Dot Net) Keywords: css, asp, sql
Anyone know how I can access controls within the EmptyDataTemplate of my GridView?
<asp:GridView ID="grdProjectHours" DataSourceID="sqlModifyProjectHours"
PageSize="15" AllowPaging=true AllowSorting=true
AutoGenerateColumns=false GridLines="Both"
ShowFooter=true BorderWidth="2" BorderColor="#000000"
runat=server Width="100%"
OnDataBound="grdProjectHours_OnDataBound"
OnRowUpdating="grdProjectHours_OnRowUpdating"
EditRowStyle-VerticalAlign="top">
...
<Columns>
<asp:TemplateField HeaderText="Project" SortExpression="project">
...
</asp:TemplateField>
</Columns>
<EmptyDataTemplate>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="gridHeader"><asp:Label ID="lblEmptyProject" runat="server" Text="Project" /></td>
<td class="gridHeader"><asp:Label ID="lblEmptyHours" runat="server" Text="Hours" /></td>
<td class="gridHeader"><asp:Label ID="lblEmptyWorkDate" runat="server" Text="Date of Work" /></td>
<td class="gridHeader"><asp:Label ID="lblEmptyChangeNumber" runat="server" Text="Change Order" /></td>
<td class="gridHeader"><asp:Label ID="lblEmptyComments" runat="server" Text="Comments" /></td>
<td class="gridHeader"></td>
</tr>
<tr>
<td colspan="7" height="2"></td>
</tr>
<tr>
<td colspan="7" bgcolor="#cccccc"></td>
</tr>
<tr>
<td colspan="7" height="1"></td>
</tr>
<tr>
<td class="gridContent"><asp:DropDownList ID="cboNewProject" Width="225" runat="server" DataSourceID="sqlProject" DataTextField="project" DataValueField="id" OnDataBound="cboNewProject_OnDataBound" /></td>
<td class="gridContent"><asp:TextBox ID="txtNewHours" Width="50" runat="server" /></td>
<td class="gridContent"><asp:TextBox ID="txtNewWorkDate" Width="50" runat="server" /></td>
<td class="gridContent"><asp:TextBox ID="txtNewChangeNumber" MaxLength="10" Width="50" runat="server" /></td>
<td class="gridContent"><asp:TextBox ID="txtNewComments" MaxLength="155" Width="100" runat="server" /></td>
<td class="gridContent" align="right"><asp:LinkButton ID="btnAddProjectHours" runat="server" CommandName="insert" Text="add" OnClick="btnAddProjectHours_OnClick" /></td>
</tr>
<tr>
<td class="gridContent"><asp:RequiredFieldValidator ID="reqNewProject" ControlToValidate="cboNewProject" ErrorMessage="Project" CssClass="ErrorMessage" EnableClientScript="false" Display="Dynamic" runat="server" /></td>
<td class="gridContent"><asp:RequiredFieldValidator ID="reqNewHours" ControlToValidate="txtNewHours" ErrorMessage="Hours" CssClass="ErrorMessage" EnableClientScript="false" Display="Dynamic" runat="server" /></td>
<td class="gridContent"><asp:RequiredFieldValidator ID="reqNewWorkDate" ControlToValidate="txtNewWorkDate" ErrorMessage="Date of Work" CssClass="ErrorMessage" EnableClientScript="false" runat="server" /><asp:RangeValidator id="rngWorkDate" runat="server" CssClass="ErrorMessage" ControlToValidate="txtNewWorkDate" MaximumValue="1/1/2100" MinimumValue="1/1/1900" Type="Date" EnableClientScript="false" ErrorMessage="Date of Work (mm/dd/yyyy)" Display="dynamic" /></td>
<td class="gridContent"></td>
<td class="gridContent"></td>
<td class="gridContent" align="right"></td>
</tr>
</table>
</EmptyDataTemplate>
</asp:GridView>
Source: http://www.livejournal.com/community/aspdotnet/50872.html
-
asp - database connection - help me i'm drowning.
Date: 12/08/05
(Asp Dot Net) Keywords: database, asp, sql, web
hello all.. ok here's the story...
i know some basic asp .. i've edited a database driven website fro a while.
I'm no trying to create a new site .. thats also database driven.
How do i connect to the server in order to pull info from it?
I tried following the trail from the site i currently update but i'm not sure what i'm seeing here...
Anyone know how to connect an asp site to a sql 2003 database?
Source: http://www.livejournal.com/community/aspdotnet/51038.html
-
Question?
Date: 12/09/05
(Computer Geeks) Keywords: php, html, asp, java
Anyone know of a way I can have a page that generates links of the contents of the folder? and yes i know if i dont create an index page it will automaticaly generate a templated page with links of the names of the items. The reason that wont due is i need the links to open to a blank target page if i do that to the template then all the folders with no indexs will have the popup window *blank target*
Oh yeah to make this worse the only languages I can due this in are Java ASP HTML maybe if im lucky DHTML; if this is super easy to do in PHP i will try to get them to install support for it on the server but i doubt it =(
oh and ill throw in a few bucks if you can get me through this quick =D
Source: http://www.livejournal.com/community/computergeeks/832059.html
-
Question?
Date: 12/09/05
(WebDesign) Keywords: php, html, asp, java
Anyone know of a way I can have a page that generates links of the contents of the folder? and yes i know if i dont create an index page it will automaticaly generate a templated page with links of the names of the items. The reason that wont due is i need the links to open to a blank target page if i do that to the template then all the folders with no indexs will have the popup window *blank target*
Oh yeah to make this worse the only languages I can due this in are Java ASP HTML maybe if im lucky DHTML; if this is super easy to do in PHP i will try to get them to install support for it on the server but i doubt it =(
oh and ill throw in a few bucks if you can get me through this quick =D
Source: http://www.livejournal.com/community/webdesign/1028546.html
-
ASP
Date: 12/09/05
(Computer Geeks) Keywords: asp
Hi all,
I have an ASP question.
I read in a book I can install a server on my computer, using IIS. After numerous tries to interact with that server (I'm shipping data from client page to server page), I keep getting 500 Internal server error.
I have WinXP Pro, and I read somewhere servers can't be installed on XP. Is that true? Help!
Source: http://www.livejournal.com/community/computergeeks/832302.html
-
visual stuidio 2005 help
Date: 12/11/05
(Asp Dot Net) Keywords: database, asp, sql
I've created 2 pages, one to display data from a database and another to insert data. I'm having trouble with the sql insert query.
The first page displays data fine, not in the format I'd like but one thing at a time.
How do I on the second page, create text boxes and the proper connections to insert data into my database. I'm pretty sure this is a simple basic step but I can not figure it out.
Any help or tutorials? I usually hit www.asp.net when I’m stuck and their tutorial is not helping on this one.
Thanks!
Source: http://www.livejournal.com/community/aspdotnet/51352.html
-
Arrays and functions?
Date: 12/13/05
(Web Development) Keywords: database, asp, sql
Amazingly enough, I've *just* started using functions with my ASP code, even though I've been doing ASP for a little while now.
Right now, I'm only using a function to deal with connecting to my database and retrieving information based on the SQL I use.
In several cases, however, I need to use multiple recordsets for part of a page's content. It gets a little tiresome to use the same function over and over.
Is there a way that I could store all of my SQL statements in an array and then use that array in my function so that it would run through however many items there are in the array (this could not be a static number, since one page might use four different statements and another might use three), run all the SQL statements, and then put the results in different recordsets?
Or..would it just be easier to make one huge SQL statement, like
SELECT table1.field1, table2.field1, table2.field2, table3.field5 FROM table1, table2, table2 WHERE
... etc?
Sorry if this question seems inordinately stupid.
Source: http://www.livejournal.com/community/webdev/278824.html
-
Crossposted question
Date: 12/21/05
(Computer Help) Keywords: asp
Ok, so I am trying to build a new computer for my girlfriend, and I am running in a problem. While installing Windows XP Pro the first time, I got this
I simply restarted and it worked fine, thought it was a dirty disc maybe. Later on, I was installing drivers and such, and it kept randomly shutting down/restarting on me, each time flashing that screen for a brief moment. Now I am trying to reinstall with a different copy of Windows, and after it formats the drive, when it restarts to continue the instalation, that screen pops up again. This has been the way of things constantly now. As soon as it restarts, boom, there is that error screen again, and it just sits there. Another thing, when it was working, and I was updating everything, it kept failing to download the Windows Updater program, so I couldn't get any updates anyway.
At this point I have tried each of the sticks of RAM individually, as well as in different slots. I swapped the power supply and it still does it. I know it isn't overheating at all. Please, does anyone know what I can do to figure out what this might be, or do you know what it is? If it absolutely comes down to it, I will guy my computer to test whatever aspects of the new one I can, but I would like to avoid that if I can.
The last thing I was told might be the cause of it is that Windows can't reconize larger hard drives (this one is an SATA 250GB), so I created a partition that was smaller than that (the maximun size of 131GB), and it still had the error. I am about to try some of the RAM from my computer to see if that might be the issue. If anyone needs more specifics about the parts, please let me know and I weill happily provide them.
Thanks in advance to anyone that can help, I REALLY appreciate it.
UPDATE: Tried a stick of the RAM in my computer, same problem, although this time instead of shutting off on the "Windows XP" loading screen, it got to that blue screen wtih the 5 steps of installing Windows for about half a second. Progress? Probably not. Here are some specs so that some light may be shed:
Motherboard - Chaintech Zenith Value Edition VNF4 Uktra
RAM - Corsair VS1GB400C3 DDR400(x2)
Processor - AMD Athlon 64 3700+ Socket 939
Power Supply - Ultra ULT31841 V-Series 500 Watt
Video Card - PNY GeFORCE 6600GT VCG6600GXPB
Hard Drive - Sea Gate 250GB SATA ST3250823ZA
UPDATE: IDE hard drive swap did nothing. Installing the proper SATA drivers did nothing. Checked the system temperature immediately after one of the crashes, it was 33 C., so not overheating. At this point the only thing I can think of is it has to be the motherboard or processor itself, but how the heck do I figure out if they (or which one of them) is bad?
Source: http://www.livejournal.com/community/computer_help/549966.html
-
First asp.net page - debugging help
Date: 12/23/05
(Asp Dot Net) Keywords: database, asp, sql, microsoft
I'm working on my first asp.net page and am running into some problems. I'm trying to read data from an MS Access database. I'd appreciate if anyone could point me in the right direction - I pretty much lifted the example code from w3schools. Thanks for any help, I'm feeling a bit lost!
The code below gives an error on line 4, character 5 - expected ";".
[%@ Import Namespace="System.Data.OleDb" %>
[script runat="server">
sub Page_Load
dim dbconn, dbcomm, dbread
dbconn=New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=test.mdb")
dbconn.Open()
sql="SELECT * FROM values"
dbcomm=New OleDbCommand(sql,dbconn)
dbread=dbcomm.ExecuteReader()
value.DataSource=dbread
value.DataBind()
dbread.Close()
dbconn.Close()
end sub
[/script>
Database:
filename: test.mdb, resides in same directory as index.asp file.
table: values
fields: ID, key, value
read [s as <.
Source: http://www.livejournal.com/community/aspdotnet/52113.html
-
PHP to ASP?
Date: 12/29/05
(PHP Community) Keywords: php, asp
Does anyone know of any resources for converting PHP to ASP? I know PHP pretty well, but the site I'm working on currently uses ASP.
Later I've got a site-rebuild planned using nothing but PHP, but I've got some work that needs to be done first...
Source: http://www.livejournal.com/community/php/384272.html
-
File upload control issues with ASP.NET (playing with fire)
Date: 01/03/06
(C Sharp) Keywords: html, asp, security, web
Heya all,
I'm working on a web-based application (using ASP.NET and C# on .NET 1.1.4322, supporting only IE6 for Windows) that allows for file uploads. It seems to be a universally agreed that the file upload control is as ugly as they come, so I want to set its style to "display: none;" and interact only with the standard file upload dialog (which can be summoned by firing the click() method of the control, which is exposed under IE6 but not recent versions of Mozilla).
Attempting programmatic access of a file upload control is generally playing with fire, and this time is apparently no exception. Once I call the click() method, it seems, the page is no longer able to post back. When I attempt to submit the form, the value of the file upload control is cleared and the page just sits there. However, if I make the file upload control visible and manually click its "Browse..." button, the page posts back correctly.
For those of you familiar with Gmail's attachment upload interface, this is very close to the effect I am trying to achieve, but something about ASP.NET is apparently interfering (perhaps for my own protection) with the process. Has anybody experienced similar behavior under the same platform, and if so, explain the behavior or point to a KB article or security documentation that might be enlightening ?
Thanks greatly for your time. Toy code can be found after the cut.
Codeahead:
<%@ Page language="c#" Codebehind="Foo.aspx.cs" AutoEventWireup="false" Inherits="FooApp.Foo" %>
Codebehind:
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace FooApp
{
public class Foo : System.Web.UI.Page
{
protected HtmlInputFile f;
protected HtmlGenericControl s;
private void Page_Load(object sender, System.EventArgs e)
{
if (this.IsPostBack)
{
s.InnerText = String.Format("{0} file(s) posted", Request.Files.Count);
if (1 == Request.Files.Count) { s.InnerText += String.Format(", content length: {0}", Request.Files[0].ContentLength); }
}
}
override protected void OnInit(EventArgs e)
{
InitializeComponent();
base.OnInit(e);
}
private void InitializeComponent()
{
this.Load += new System.EventHandler(this.Page_Load);
}
}
}
Source: http://www.livejournal.com/community/csharp/45787.html
-
Calling ASP2 applications
Date: 01/03/06
(SQL Server) Keywords: asp, web
How do I instance an ASP2 application from a client machine from within the firewall? Despite that, I wrote it in Visual Studio 2005 Professional Edition, whenever I attempt, it tried to read it as if I wrote it for .Net framework 1.1 and not 2.0. I am calling it over HTTP (i.e., HTTP://pjohnson/website1/default.aspx) where the application resides in a folder in WWWRoot.
Source: http://www.livejournal.com/community/sqlserver/39020.html
-
Calling ASP2 applications
Date: 01/03/06
(IT Professionals) Keywords: asp, web
How do I instance an ASP2 application from a client machine from within the firewall? Despite that, I wrote it in Visual Studio 2005 Professional Edition, whenever I attempt, it tried to read it as if I wrote it for .Net framework 1.1 and not 2.0. I am calling it over HTTP (i.e., HTTP://pjohnson/website1/default.aspx) where the application resides in a folder in WWWRoot.
Source: http://www.livejournal.com/community/itprofessionals/31562.html
-
Calling ASP2 applications
Date: 01/03/06
(Asp Dot Net) Keywords: asp, web
How do I instance an ASP2 application from a client machine from within the firewall? Despite that, I wrote it in Visual Studio 2005 Professional Edition, whenever I attempt, it tried to read it as if I wrote it for .Net framework 1.1 and not 2.0. I am calling it over HTTP (i.e., HTTP://pjohnson/website1/default.aspx) where the application resides in a folder in WWWRoot.
Source: http://www.livejournal.com/community/aspdotnet/52694.html
-
Offtopic: почему некоторые так пишут
Date: 01/03/06
(Code WTF) Keywords: asp
Немного о том, откуда берутся некоторые образцы для code_wtf.
http://blogs.msdn.com/oldnewthing/archive/2005/12/28/508689.aspx
В статье неплохо изложено, чем мог руководствоваться человек, сделавший вот такую утечку памяти:
void sample()
{
LPDWORD lpdw = new DWORD;
if (GetBinaryType(TEXT("explorer.exe"), lpdw)) {
...
}
}
Source: http://www.livejournal.com/community/code_wtf/22779.html
-
PHP designer
Date: 01/04/06
(PHP Community) Keywords: php, asp
Hi,
Is there any PHP GUI available for development? like Windows guys use ASP .NET? or Visual Basic or Qt Designer for KDE people?
If not, anybody interested in developing such thing?
X-Posted to php_dev
Source: http://www.livejournal.com/community/php/388602.html
-
PHP designer
Date: 01/04/06
(PHP Development) Keywords: php, asp
Hi,
Is there any PHP GUI available for development of PHP scripts? like windows guys use ASP .NET? or Visual Basic or Qt Designer for KDE people?
If not, anybody interested in developing such thing?
X-Posted to php
Source: http://www.livejournal.com/community/php_dev/62818.html