Ideal Laptop For Web Dev And Graphic/Video Dev?
I was wondering if the seasoned pros on the asp and db forums including
(Bob, Ray, Aaron, Curt and others) would mind offering advice on ideal
laptop requrements for web development requirements.
I currently use an IBM Thinkpad G40 with 2.99 Ghz processor Pentium IV and 1
Gig of Ram.
I currently work withing these technologies:
1. Asp 3.0
2. Sql server
3. Dreamweaver MX
4. Flash MX
5. Photoshop 7.0
However, I am increasingly finding that I am being sucked intot he broadband
arena with the release of Studio 8 and increasing calls for video related
promotions.
Would anyone be able to offer their thoughts on which manufacturer, version,
OS, Graphic Card and other system ratios I should aim for.
Addtiionally, have any of you perhaps experimented with these new split
screen montiors designed for what appears createive packages like adobe
premier?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Internet / Intranet With A Laptop
I have an ASP application that has been running fine for years. I can access the application from my laptop via the Internet without problem. I brought my laptop into the office today and plugged it into the intranet. I did not join the computer to the domain. From inside the office I cannot run my application. I can bring up the login page and try and login, but it appear to have no session variable on the redirected page during login. I tried to set the cookies secruity to allow all, still no good.
Graphic Report
how can i create a graphic report based on database information. I have an asp page where i asked some questions to users on my intranet, and i have that data on a database, so i want to make a graphical report (i.e. a pie) where i can see the results.
Is Graphic Corrupted?
Is it possible to validate whether a graphic is corrupt? I have roughly 500 graphics being pulled out of a database, and I need to check whether they are corrupt and flag them if so. Unfortunately, I do not have any CRC or a Hash of the physical files, before they were uploaded. Code: ...
Detect If A Graphic Has Been Downloaded
I would like to know how to detect if a graphic has been downloaded using ASP, can anyone advise? AUTOMATICALLY without click. So if i hit a page on my site, it should detect it and store in a database. Is this correct?
Any Free Graphic Component For ASP?
I am currently testing ImageMagick, but it will cause IIS stop responding for certain command with wrong parameter. It's seems unreliable in ASP environment. Any other free graphic component for ASP?
HTML Text To Graphic Image
I have a requirement to display Html text to Image (any format). Let say i have text as "TEST", this value i need to convert to Image and display. Please let me know if there is any tool or code sample to resolve my purpose.
How Do You Create A Form With A Graphic Security Entry?
I don't know what they're called, but you know the form: The page displays a "code", usually on a similar color background (dark gray), and the text is all squiggly. It's an attempt to foil the bots that go out and process forms. The user has to type in the code they see, when the graphic itself should be unreadable by character recognition engines. So, how are the graphics generated, and how do you implement this?
Pulling In Table Graphic Header On Asp Pages
OK I'm just starting out in asp, and the site will be mostly asp, which will be based around a shopping cart. I would like to pull in a header and/or a footer into all of those pages. Should I look into an ASP solution, or are there compatible ways such as CCS, or similar. I only have experience with PHP server side includes, this is what I would like to emulate. I know there is normal SSI, but the pages need to be named .shtml, mine will be .aspx
Video
I have a pc as a web server, i have some asp pages on it and functions perfectly, recently bought a tv card so i can watch tv on my pc and installed on it.what i want to do is to put in an asp page the video generated from the tv card so others in my lan can watch live tv trough an asp page. I think its posible. Its the same idea of using a web cam in your pc to view what is happening in your home trough internet.
Audio+video
i need to view audio and video files on asp files...something like youtube, but from my own server and i want that files be secure...that the files can be view only from my page how can we make it happen?
Video On Demand In Asp
I need to make an asp site that is linked to a database which holds the pysical paths to several video files. A user to the site can request a particular video and once a few requests have been made to the same video, the requests are batched and then the video is loaded from the database into the users browsers, so in other words...Near video on demand (NVOD). I cannot find any information on the web to help me achieve this, and so I hope somebody here will be able to help me. How do I go about creating such a system!! Where do I start?
Video Streaming
i used active x plugin (quicktime), in source file of the plugin i placed the code "Myservermyvideovideo.mov" but when i browse the page, it cant view the view, i used iis6.0. ider an addtiional code on this when retrieving the source from a network?
Video Showing
I have an active-x control on my asp that loads a wmv video file.But i have a problem viewing the video until i have download the whole video on the active-x control. Is there a way to see a portion of the video without complete download?
Video Files To Swf With Asp
I want to ask if there is a way of converting video files like mpeg,avi etc to swf files on server using asp code.
Streaming Video
does anyone have a good way of streaming video on my site? I guess it doesn't matte what format they are in, is there something which kicks off media player?
Video On Demand In ASP
I need to make an asp site that is linked to a database which holds the pysical paths to several video files. A user to the site can request a particular video and once a few requests have been made to the same video, the requests are batched and then the video is loaded from the database into the users browsers, so in other words...Near video on demand (NVOD). I cannot find any information on the web to help me achieve this, and so I hope somebody here will be able to help me. How do I go about creating such a system!! Where do I start?
Streaming Video Capture Using ASP
I'm about to venture onto a new project of developing an ASP Page that captures images from a streaming web camera, and displays them (refreshs) the image every 15 seconds. The question I have, is it possible to capture images (every 15 secs- from the webcam on the intranet) and store that snap shot as say a .jpg file in a folder, and then have the ability to continuously add images to this folder, so at a later date you could develop a system that would display photo after photo simultaneously, fast motion of the project in action.
Capturing Image From A Video In ASP
Can someone help me regarding Capturing Image from a Video in ASP. what I have achieved is this, I have run the video using Media Player Active-X Control and have got a button control on which I have initiated a component known as Media Processor, which saves the frame according to current position supplied in a picture format. But the problem is that it doesn't support files greater than 300 MB or so. I want to have a support of upto 2 GB files. Moreover, I have to keep in consideration the performance issues, it shouldn't get my server down. Can someone give me any idea about any component for this job, I have been able to find out only this on different locations. I have got another one that is working well in VB, but there is a problem with using in ASP. I am using Media Player just because of buffering, actually I want is kind of streaming so that the server gets minimum load. How to achieve this?
Batching Video Requests In Asp
I need some help with making an asp website that will batch user requests for a particular video file, and then once a few requests are made for a video, play that video to the browsers that requested it (after a certain period of time). Physical path links to the video files are stored on an access database and the videos are loaded to be played from that database. (These files will be located in the IIS web server directory). An example of this is when a request is made wait till you get 4 more requests and then play the video to the 5 browsers requesting the video, or play the video after for exampele 15 minutes, even if only 1 request is made. This is therefore a near video-on-demand "NVOD" system in asp. The problem is, I don't know where to start, and although I have done a lot of searches on the web I am still not getting anywhere with this.
Hide Video Stream URL
I need to hide my video streaming source URL such as mms:123.11.123.24 est.wmv . I know how to hide image source using another ASP at the <img src=> tag. But what about streaming Video ? Is there a good way to hide it in ASP code ?
Create A Screenshot Of A Video Clip In ASP
I'm trying to create a page that allows user upload video clips to my server. What do I want from this operation is: 1. User upload a video clip (.mpg) to a folder 2. The path to that folder will be stored in a database 3. Display a screenshot of the video clip on the main page 4. It brings ppl to the video player page after ppl clicked on the screenshot. So far many ppl have telling me it is doable with PHP, how about with ASP?
Video/audio Editing On Upload
is it posable to let a user upload a video/audio file and then i edit it like you can with pictures? eg. change reselution, put a pre recorded introduction to it (branding it to a website) or even convert the file type i know the intro thing can kind of be done with playlists but i want to be able to let the users download the files for use on offline machines plus i want to be able to convert the resilution.
Error In Upload Of The Video Archive.
The page below sends archives of video for the component aspSmartUpload. All time that I try to send a video archive wmv appears this error: Request object error 'ASP 0104 : 80004005' Operation not Allowed /tvonline/video_enviar.asp, line 30 In line 30 I have this. objUpload.Upload I already verified the way of the folder and the permission of the folder for reading and writing and I am all certainty. I do not understand because it is showing this error.
Take A Video And Split It Into Small Videos
1. "Partition interval time slots". For example take a 30 sec video and create 7 images at 0, 5, 10, 15, 20, 25, 30 second intervals and the user from there can play each of those time frames INDIVIDUALLY. 2. Take two or more of these time slots and fuse them together forming one solid playable video. I guess you could do this by simply putting them together in windows media player (playlist) but not physically making one solid file. I don't know if ASP can do any of these functions. I was given the option to take on a task of converting a ColdFusion application to ASP.
Bitmap Objects To Video Stream
I have a C# Desktop application that collects a set of System.Drawing.Bitmap objects. Now, i want a ASP page that recieves that set of bmps and displays it as a video stream. Is this even possible? Ive googled but found no reference for this. My C# application continously sends the Bitmap objects, i just need those bitmaps to be redirected to a page that will show those pages. Update: A simpler way to look at my problem: I want an ASP application that connects to a server, that server will be sending a bunch of BMP objects, and then display those Bitmap objects as a video stream.
Trying To Include A Remote Asp Page With Streaming Video
Basically, we are working on a website where we want people to be able to see about 10minutes of our live streaming webcams on a once off basis. We are working on IP address sessions to do this, my question is however we want to have a single page with a countdown timer and the streaming video. Now the timer is located on a local server but the streaming video is coming from a remote location, can we include use the remote asp page inside our local page. So far we keep getting the remote url displayed but not the media player.
Web Conferencing/ Live Streaming Audio-video SDK Required
I am looking for live streaming audio/video technology to integrate in my ASP .NET web application. My searches led to a couple of open source products but most of them were old or came under the form of a full blown web application - not an SDK. The project is academic and is ample therefore building my own is not feasible at this time. The end product will have to provide the functionality of a commercial product but will only be used as a proof of concept so no commercial use is intended. Ideally all I am looking for is a library that can establish live-audio video connection between two computers over the internet and allows the video be embedded within a web page (with no or a minimum set of other controls). Also there has to be possible to transmit high quality video.
How To Do Online Streaming Audio File Or Video File?
I need to do online streaming multimedia file on my web portal, just like those online portal that selling MP3. User need to click on the preview link to stream the audio file to listen before they decide to buy the file or not. How do i link my audio file in my web server to allow it to be stream? Totally lost on this function,
|