|
Source: http://community.livejournal.com/webdev/297189.html
Date: 02/15/06 (PHP Community) Keywords: php, asp
For those familiar with ASP's global.asa file... does PHP have an equivalent, or am I best served by using one include file to contain common site variables?
Date: 02/15/06 (HTML Help) Keywords: browser, html, database, asp
hey i was wondering if anyone might be able to point me in the right direction.
heres the deal. im doing a contact/feedback form for a client. i have done it all in dreamweaver mx, using the forms. i have all that set up and if you click submit youll notice it should pop your email browser open and mail the data in the form to the client. actually i have not even had anyone test on a pc (im on a mac), so i wonder if it works.
heres the link:
http://www.btattersfielddesign.com/cont
anyway, im looking for a way to get this data from the feed back form into a database, so when the visitor submits the form, the data get zapped into a program or server. i have heard of cgi and asp.net, but not sure how to handle this part.
thanks for any tips.
Source: http://community.livejournal.com/htmlhelp/2259008.html
Date: 02/18/06 (Java Web) Keywords: asp, google
Google's services today encompass almost every aspect of average users internet experience. They have also ventured in providing the data pipe. It isn't hard to foresee that soon Google will be the world's internet mega portal, much bigger than what AOL and its ilk could ever imagine. So what's next? Google is already feeling the burden [...]
Source: http://blog.taragana.com/index.php/archive/next-step-in-googles-world-domination/
Date: 02/22/06 (Security) Keywords: software, asp, virus, antivirus, microsoft
Update to Kaspersky Lab antivirus software causes e-mail problems for some users of Microsoft's Antigen product.
Date: 02/28/06 (Javascript Community) Keywords: html, asp, java
I'm very new to Javascript, and am trying to figure out how to do some form validation with an event handler. Don't worry, I'm doing this in my spare time, not for pay. =P
Whenever a user is finished with a field, I want it to be validated to make sure they haven't broken any rules. If an error comes up, I want to un-hide a hidden div and replace the div's contents with the error message(s). So far I've only entered one aspect of the validation to see if I can get the actual mechanisms of hiding/showing content working, but so far it's no good.
Here's my code:
function validateInput(id)
{
// get input referred to by id
var inputField = document.getElementById(id);
// define error messages array
var errors = new Array();
// get errors div
var errorsDiv = document.getElementById("javascript_erro rs");
if (id == 'string')
{
var valString = inputField.value;
if (valString.length == 0)
{
errors['string'] = 'No search string';
}
}
errorsDiv.value = errors.join('\n');
if (errorsDiv.value.length >= 1)
{
errorsDiv.style.display = 'block';
}
}
input
element via:onblur="javascript:validateInput('string' );
div
I have in the HTML markup itself:
Source: http://community.livejournal.com/javascript/95377.html
Date: 02/28/06 (Web Development) Keywords: css, asp, hosting
i did a site for a client, looks loverly - but i found out this morning that GoDaddy has fucked up the whole fucking thing with it's fucking free hosting banners...
FUCK.
is there any way I can get around this? I used framesets because i'm a total knob when it comes to CSS. Really, it may as well be some alien language, cause i just -don't- get it.
The client really wanted the site live TODAY, and likely i'm not going to get any word back from tech support until tomorrow 'cause i'm not wasting my money calling long distance.
check out the ghastly disaster at http://www.gabiepstein.com *cries*
ETA: as far as i know, she has paid for hosting - what else would she be paying $87.29 annually for? it says economy Windows w/ASP - i don't need the ASP... just banner-free hosting :p
Date: 03/01/06 (Web Development) Keywords: database, asp, web
Newbie...
Hi guys, I am new to asp, and frankly, it scares the hell out of me. I manage to muddle through for the most part, but I admit, I am floored by the following.
I need a form.
Requirements of said form, are as follows:
- Capture information (name, address, phone, email - the usual) where I can access it (database, email, whatever)
- Redirect once information has been provided to a download link where they can access a paper
That's it. That's all. And being a bit clueless, I cannot figure this out.
ANY advice, directions to help/how-to, advice et al would be receieved with outrageous gratitude. Hearty scorning will also be weathered gracefully since I thoroughly deserve it.
The website in question is Galkal.com.au
Thanks in desperate anticipation!
Dominique
Date: 03/01/06 (Asp Dot Net) Keywords: database, asp, web
Hi guys, I am new to asp, and frankly, it scares the hell out of me. I manage to muddle through for the most part, but I admit, I am floored by the following.
I need a form.
Requirements of said form, are as follows:
- Capture information (name, address, phone, email - the usual) where I can access it (database, email, whatever)
- Redirect once information has been provided to a download link where they can access a paper
That's it. That's all. And being a bit clueless, I cannot figure this out.
ANY advice, directions to help/how-to, advice et al would be receieved with outrageous gratitude. Hearty scorning will also be weathered gracefully since I thoroughly deserve it.
The website in question is Galkal.com.au
Thanks in desperate anticipation!
Dominique
Source: http://community.livejournal.com/aspdotnet/58747.html
Date: 03/01/06 (Web Development) Keywords: php, software, database, asp, jsp, web, microsoft
Has anyone here ever used FileMaker Pro (http://www.filemaker.com/)? I have one client who is starting up a Pilates studio and she's looking at http://www.pilatessoftware.com for her internal management. She would also like to have the website interact with it (ie. have members log in and register for classes, etc.) It seems that the network ready version of the Get Physical (pilatessoftware.com) uses FileMaker as it's underlying database. The FileMaker site has the following:
ODBC/JDBC source
Exchange data with other applications via the ODBC/JDBC source support in FileMaker Server 8 Advanced. For example, you can replicate FileMaker information to other database products, use other reporting tools with FileMaker data, or build JSP or ASP websites based on FileMaker data, using popular tools such as Lasso Studio, Dreamweaver MX 2004, Adobe GoLive CS, and Microsoft FrontPage.
So it seems that I can get the info from the program but does anyone know if I'd be able to send info back to it? or is it a one-way channel?
x-posted to webdesign, php
Date: 03/01/06 (WebDesign) Keywords: php, software, database, asp, jsp, web, microsoft
Has anyone here ever used FileMaker Pro (http://www.filemaker.com/)? I have one client who is starting up a Pilates studio and she's looking at http://www.pilatessoftware.com for her internal management. She would also like to have the website interact with it (ie. have members log in and register for classes, etc.) It seems that the network ready version of the Get Physical (pilatessoftware.com) uses FileMaker as it's underlying database. The FileMaker site has the following:
ODBC/JDBC source
Exchange data with other applications via the ODBC/JDBC source support in FileMaker Server 8 Advanced. For example, you can replicate FileMaker information to other database products, use other reporting tools with FileMaker data, or build JSP or ASP websites based on FileMaker data, using popular tools such as Lasso Studio, Dreamweaver MX 2004, Adobe GoLive CS, and Microsoft FrontPage.
So it seems that I can get the info from the program but does anyone know if I'd be able to send info back to it? or is it a one-way channel?
x-posted to webdev, php
Source: http://community.livejournal.com/webdesign/1073667.html
Date: 03/01/06 (PHP Community) Keywords: software, database, asp, jsp, web, microsoft
Has anyone here ever used FileMaker Pro (http://www.filemaker.com/)? I have one client who is starting up a Pilates studio and she's looking at http://www.pilatessoftware.com for her internal management. She would also like to have the website interact with it (ie. have members log in and register for classes, etc.) It seems that the network ready version of the Get Physical (pilatessoftware.com) uses FileMaker as it's underlying database. The FileMaker site has the following:
ODBC/JDBC source
Exchange data with other applications via the ODBC/JDBC source support in FileMaker Server 8 Advanced. For example, you can replicate FileMaker information to other database products, use other reporting tools with FileMaker data, or build JSP or ASP websites based on FileMaker data, using popular tools such as Lasso Studio, Dreamweaver MX 2004, Adobe GoLive CS, and Microsoft FrontPage.
So it seems that I can get the info from the program but does anyone know if I'd be able to send info back to it? or is it a one-way channel?
x-posted to webdesign, webdev
Date: 03/10/06 (WebDesign) Keywords: php, asp, web
Can anyone here recommend a good book for learning ASP? I've been using PHP for a few years but it seems that most of the jobs I'm applying for these days needs some sort of ASP experience. I'd rather have a book than try to learn from a website.
x-posted to webdev
Source: http://community.livejournal.com/webdesign/1077982.html
Date: 03/10/06 (Web Development) Keywords: php, mysql, asp, sql, web, microsoft
Wow, there are 776 members in this community. I thought we could introduce ourselves. What work you currently do, levels of experience, and what your career plan for the future is. I'm just curious about all my fellow web developers. ;)
Me: I'm a PHP/MySQL web developer in Seattle, working at a design firm that specializes in corporate identity (logos/brochures/websites/etc). I have two years of "professional" work experience, though I've been coding and building websites since I was a kid. I taught myself everything through personal side projects. I'm looking at getting into C#/ASP/.NET and trying for some Microsoft certification (MCAD/MCSD.NET?) since web applications seem to be the growing thing, and was wondering if anyone else is along the same path, or has any advice.
Okay, your turn, share, share, share! =)
Date: 03/10/06 (Web Development) Keywords: php, asp, web
Can anyone here recommend a good book for learning ASP? I've been using PHP for a few years but it seems that most of the jobs I'm applying for these days needs some sort of ASP experience. I'd rather have a book than try to learn from a website.
x-posted to webdesign
Date: 03/11/06 (Javascript Community) Keywords: software, browser, css, html, xml, asp, java, web, linux, seo, microsoft
Events: A Introduction to the Model of GUI programing
Xah Lee, 2005-05
In Graphical User Interface (GUI) programing, there's the concept of event. For example, moving the mouse, clicking a mouse button, switch to a different window, hitting a key. The software needs to respond to these things. The way it works is that, the programer writes code that draw buttons, menus, windows etc. And the programer write his program so that it knows the mouse position, mouse click, keyboard press, or any other signal from input devices. The programer also writes code so that for example if a mouse click happened, and its position is inside a button, then some function is called as a reaction.
All this is very tedious and very complex. What happens today is that most of the common tasks for GUI software are already written as a package called framework. That is to say, the codes to draw GUI elements such as windows or buttons or dialogue popups, and the detection of input signals such as button clicking or menu selection or keyboard inputs, are all integrated together as a pre-written set of code. The programer is relieved of writing these tedious code. Instead, he call predefined functions in the framework to deal with many issues related to creating a GUI.
In such a framework, it is still quite complicated. Such framework often comes in the guise of Operating System Developer's Kit. For example, writing application in Mac OS uses Apple's kit called Cocoa, Carbon, Toolbox, and there's also Microsoft's Foundation Classes (MFC) and Linux has frameworks such as Gnome, and Java offers its own GUI framework called AWK and Swing.
All these frameworks are incompatible with each other, but the model they use are basically the same. In today's personal computing, one basically have graphical “Windows”, and in it one has “Menus”, and “Buttons”, “Dialogues”. User point or click on these to tell the software to do specific things. For the programer, the way it works in these frameworks is like this:
In the framework, GUI elements such as Windows, Menus, Buttons are collectively called “widgets”. For each GUI element there is a pre-defined function that draws them. The programer calls these functions to draw them. When a user act on these widgets such as pressing a button, the widget's function will receive a signal. Each widget may be associated with different types of signals. For example, Windows can be dragged or resized, while a button can be clicked, a menu has items to be selected. When a Window is dragged, the corresponding widget function might get a signal that is the positions of beginning and ending coordinates. When a window is closed, the widget function will get a “close” signal. When a button is clicked, that button's widget function will get a “click” signal. When a menu is pulled, that menu's widget function will get a signal of the selected item.
For each widget-drawing function the programer called, he assigns to it a function called “event handler”. These event handlers are called and are given the signals when user acts on them. For example, when a button is clicked, the button widget function automatically calls its event handler function and gives it “clicked” as argument.
The programer doesn't have to worry about how the button function knew when it is being pressed. All that is implemented in the framework. The GUI programer today only needs to call these widget function as to design the appearance of the window, where the button shows up, what menu items are there etc, and assign a function (event handler) to each of these functions, so that when these GUI elements are hit, the widge functions call the programer's event handler functions, which do whatever computation the software is actually supposed to do.
HTML, DOM, JavaScript, and the Browser as a GUI Application Platform
In writing Web Application using JavaScript, the technologies involved are HTML, DOM, JavaScript, and the Browser.
The HTML (and related technologies such as XML and CSS) are used to show the GUI widgets and content. DOM ascribes to HTML a standard definition of structural meaning so that it can be manipulated programmatically. And, JavaScript is the language that actually lets the programer program what happens. While the browser, is the underlying engine that ties everything together. It takes care of rendering the HTML, and takes care of knowing all the mouse positions and register all events (user actions) such as keystroks, mouse movement, clicks, menu pulls, window closing etc. It takes care of interpreting the JavaScript code, and will execute them when a event happens.
Here, the GUI is the browser window and HTML elements (radio checklist, check box list, menu list, text field, button, window pane/frame etc.). The events (user actions) are defined by DOM. They are for example: oncopy, ondrag, onload, onclick, onkeydown, onmouseover. And the actions (event handlers) are JavaScript functions the user writes.
For example, it may be desired to change the cursor icon to a finger when the mouse is moved over a hyperlink. So, a hyperlink (considered as a widget) has a MouseOver event, and the programer can assign a event handler to it, so when a mouse hovers over a link, that function is called, and the function's code changes the mouse pointer icon to a finger icon.
For list of events defined by DOM, see for example: http://msdn.microsoft.com/workshop/auth
Assign Event Handlers to GUI Widgets
To associate a event handler to a HTML widget, there are two ways. One way is to put the code directly inside the HTML tag, like this:
Hover Over Me!
Hover Over Me!
Source: http://community.livejournal.com/javascript/96319.html
Previous page | || | Next page |