311 Topics

Member Avatar for
Member Avatar for apradhan

Thumbnails are basically a complicated yet effective way to save bandwidth. Although saving thumbnails as seperate images may make things simpler, generating thumbs on the fly help saving space and takes very little processing time in return. Check the file for code and instructions. [code=php] <?php /* Paramters --------- w: …

0
218
Member Avatar for gromf

Hello. I've been using a very helpful AJAX-based script called [URL="http://www.gayadesign.com/diy/ajaxtwits-load-tweets-on-your-website-with-ajax/"]AJAXTwits[/URL] to load multiple Twitter timelines for a sports team into a div. The nice thing about the script is that it (1) combines multiple timelines into one chronological timeline and (2) caches the xml for faster loading. Every so …

Member Avatar for gromf
0
187
Member Avatar for gshockneo

hi I have a simple log in form. I want that after user logs in , he should not be able to goto login page again using back button of browser. Does page reloads fresh when back button is clicked or it simply displays what was earlier. login.jsp [code] <% …

Member Avatar for peter_budo
0
109
Member Avatar for gingank

Hi guys do anyone know how to change the code line from sql express to ms sql 2000. Below is my code help me to check it? web.config [CODE]<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings …

Member Avatar for Ramesh S
0
311
Member Avatar for yisman

Ok fellows. I've tried EVERYTHING!! System OS: Windows Vista SP2 IIS: version 7 MSSQL: 2008 express ASPX: .NET 3.5 framework my global.asax has sqlcachedependency.start and stop at application start and end i have enabled sqlnotifications on the database. The database has a table for tracking the changes and the track …

Member Avatar for yisman
0
204
Member Avatar for gingank

Hi guy i got problem on the web configure when upload to iis and it come out this error Server Error in '/myTT' Application Configuration Error Error line 31=<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies></compilation> Below is my web config code: [CODE]<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this …

Member Avatar for Ramesh S
0
400
Member Avatar for scriptkiddie

Hi. I have a VB .net application which retrieves large amount of data from the database. It can take upto 4 mins to retrieve the data. I would like to know if there is I can do at the application end to speed up the process. Caching ?? Paging ? …

Member Avatar for scriptkiddie
0
55
Member Avatar for petya.ivanova

Hi guys, Im pretty new to C# and I have a problem hoping that most of you could solve cause you are quite an experienced developers :) Here's my problem: I have a simple Windows Application Form with a dataGridView and a button. I want when the button is clicked …

Member Avatar for petya.ivanova
0
158
Member Avatar for wayne_owens

I am helping a friend fix her computer, she had some malware issues. I have CA Internet Suite on the computer because she doesn't believe in virus protection and I am the one who ends up dealing with the issues. The Computer is a Dell Inspiron 600m with Windows XP …

Member Avatar for wayne_owens
0
242
Member Avatar for blindkilla

Well im trying to get my form to post data to a php file and get back the result. For some reason its not calling mail.php, but instead it just puts all the post data in the current url like [code]somesite.com/index.php?id=value&id=value..etc[/code] instead of [code]somesite.com/[B]mail.php[/B]?id=value&id=value..etc[/code] here is the ajax code [code=javascript] …

Member Avatar for Airshow
0
333
Member Avatar for servis

i want to display alert on the basis of responce text in AJAX, meaning to say i am getting responce text in id "responce " through php file by AJAX method, when responce is incorrect it shows alert before form submission the code is as follow, [ICODE] <?php session_start(); ?> …

Member Avatar for Airshow
0
123
Member Avatar for Spycat

I am hoping that this is a proper forum to post to. I got an Ajax script from Dynamic Drive called "Dynamic Ajax Content" that loads external pages into a DIV in the Parent page. The effect is much like that of an iFrame. I am loading videos into the …

Member Avatar for Spycat
0
231
Member Avatar for j@ck

Hi all, I am using a HP laptop and have got windows xp OS installed. recently i have started facing some unsual problems at the start up. when i turn on my laptop it goes fine till the " windows is starting up ...." screen and then freezes and aftera …

Member Avatar for Jupiter 2
0
109
Member Avatar for mitra.uttam

public string GetRank(string webSiteUrl) { string urlToCall = GetRankUrl(webSiteUrl); string serverResponse = RunUrl(urlToCall); string[] response = serverResponse.Split(':'); if (response.Length <= 1) return null; return response[2]; } private string GetRankUrl(string webSiteUrl) { string url = "info:" + webSiteUrl; int ch = GoogleCH(StrOrdinals(url)); return "http://www.google.com/search?client=navclient-auto&ch=6" + ch.ToString() + "&features=Rank&q=" + url; } …

Member Avatar for kvprajapati
0
125
Member Avatar for deadpunk21

I finished putting together my first computer, im semi-experienced with it and am pretty sure all the hardware was installed correctly. i tried installing windows xp with a "windows xp reinstallation disk" but that gave me a blue screen about halfway into setup. i then reformatted my HDD and tried …

Member Avatar for deadpunk21
0
239
Member Avatar for kdnichols

Hello All, I know some of ASP.net but now I am finally getting ready to set up a web page. Here is my error message: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below …

Member Avatar for mail2saion
0
1K
Member Avatar for chriscross86

Hi, there, i am coming up with a form and i am getting an error message as below: Error 5 Sections must only appear once per config file. See the help topic <location> for exceptions. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\WebSite1\web.config 31 i have also included the whole web.config settings …

0
58
Member Avatar for francisabey

[B]Disable indexing[/B] Description: Indexing creates and maintains a database of file attributes. This can lead to multiple small writes when creating/deleting/modifying files. Searching for files will still work. Instructions: Start Menu -> Right-Click Computer -> Manage -> Services and Applications -> Services - > Right-Click Windows Search -> Startup type: …

Member Avatar for airbourne
0
373
Member Avatar for justinmyoung

I hate to come back so soon, since I was all proud of myself for working out the last issue. This is a different issue, and beyond the scope of my knowledge. The pagination itself WORKS FINE. However, I'm trying to use a tooltip script on an image hover, and …

Member Avatar for justinmyoung
0
181
Member Avatar for justinmyoung

here's the link to the script: [URL="http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm"]http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm[/URL] I got the script working, but I can't manage to move the numbers from the top...to the bottom. I tried nearly every combination I can think of. Here's a screenshot of where the numbers are placed currently: [IMG]http://www.justinmarcusdesign.com/image.jpg[/IMG] [B][COLOR="Red"]Here's the HTML:[/COLOR][/B] [ICODE] <!DOCTYPE …

Member Avatar for justinmyoung
0
193
Member Avatar for edmicman

We have a VB6 application that was developed in-house, that are trying to make available to remote users. The remote users are connecting from the other side of the world, through a VPN tunnel to our network; RDPing into a terminal services server and then running the VB6 application. Essentially, …

Member Avatar for Suspishio
0
130
Member Avatar for gamodg

Hi I have made a page thats makes an AJAX call to the server gets the time and displays it. In the OPEN method i have set req.open("GET","/timerProg.cgi?param1="+new date(),false); I have set the last parameter as false as i am expecting a synchronous request so that time displayed should be …

Member Avatar for anish.anick
0
87
Member Avatar for progurammaar

Hello, I made a page that allows users to login, if id and password are correct than it sets up a cookie and says 'Hi'. Now i can access any page on the site after logging in(Which was restricted if you arent logged) Now this works fine in firefox and …

Member Avatar for progurammaar
0
99
Member Avatar for ryy705

Hello, I call the imagettfbbox function like so `imagettfbbox($font_size, 0, 'monofont.ttf', $code)` but its generating the following error: 'imagettfbbox() [function.imagettfbbox]: Could not find/open font' monofont.ttf is in the same folder. And the code executes fine on the server. It just won't work on my computer. This leads me to believe …

Member Avatar for mcscreech
0
1K
Member Avatar for dalefish

Ok, this is starting to annoy and Google has yet to provide any clear answers. I'm dynamically creating CSS based on users choice of theme colours. Easy enough, done with PHP but the code is irrelevant here, the problem being that IE is caching the old CSS and upon loading …

Member Avatar for MidiMagic
0
85
Member Avatar for dragonflyuk

I have an rss feed on one of my servers, that changes constantly, however I think that it is been caches somewhere down stream, is their any way I can stop it from been cached?

Member Avatar for phper
0
68
Member Avatar for maltova

Hi all, i want to disable caching of my web page on the client side. For this, i am adding a cache-control:no-store header to the out going response in my asp.net page. It is working fine in IE but with a limitation in Firefox. what i learnt is Firefox is …

Member Avatar for sedgey
0
92
Member Avatar for Troy

[url="http://www.tgreer.com/class_http_php.html"][b][url="http://www.tgreer.com/class_http_php.html"]http://www.tgreer.com/class_http_php.html[/url][/b][/url] I've written what I think is a high-quality PHP class for screen-scraping external (or internal) web content. The class includes features to cache scraped content for any number of seconds. So for example, if you want to show stock market data on your site that you scrape from a …

Member Avatar for WebSnail
0
777
Member Avatar for dfs3000my

Hi, I have a problem that I want to solve and I was told that I could use ASP.NET caching to solve it. Below is my scenario: [B][I]Users are required to fill up a certain type of questionnaire which has a deadline that is set by an administrator. Take for …

0
195
Member Avatar for Simpsons4261

I am getting the BlueScreen at some times while I'm on the computer. The error message is as follows: "A problem has been detected and Windows has been shut down to prevent damage to your computer. A wait operation, attach process, or yield was attempted from a DPC routine. If …

Member Avatar for kathyPol
0
382
Member Avatar for fti9999

My computer will not boot. I run Windows XP SP1. Over several weeks it just keep shutting down when my son was using it. It eventually just stopped booting. When I tried to restore to a previous restore point, all of them had the same problem. I get a message: …

Member Avatar for Bob_180_Bob
0
131
Member Avatar for dips255

Hi i want help for my following queries *whether caching a database drvien asp page can help improve its speed. *what is the method of caching *can caching cause a lot of memory consumption

Member Avatar for Drew
0
99
Member Avatar for chrisw09

I'm working on a page that takes credit cards. Everything works great except when the user goes back to place another order, IE/Firefox/etc. saved the form data and is displaying the credit card used previously. Is there a way to prevent a browser from storing (caching) certain fields so this …

Member Avatar for MidiMagic
0
114
Member Avatar for McJohn

Lets face it ! Tweaking gives us the satisfaction...of having done something to beat the system ! There is that urge, esp amongst die-hard tweakers, to squeeze out the last drop of performance ! Frankly speaking, the best "tweak" is to throw RAM at it ! Its one BIG healthy …

Member Avatar for tigerbright
0
303
Member Avatar for iceman47

Info captured today on latest crash from screen: Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing. Technical Info: *** STOP: 0x000000E (0XC0000005, 0XBFB142B6, 0XAC98B8C0, 0X00000000) *** nv4_disp.dll – Address BFB142B6 base at BFA14000, DateStamp 46ee3c9a Beginning dump of physical memory …

Member Avatar for iceman47
0
181
Member Avatar for ufucuk

Hi mates, We are asked to create a huge portal system with lots of sub categories. Think about Yahoo! This postal will get lots of users and in the same there will be many database process. In short, lets think we want to build something like Yahoo! Now I'm in …

Member Avatar for Stefano Mtangoo
0
157
Member Avatar for obscured47

Hi, I've read some msdn pages about fragment caching etc but I'm still unsure about something. I've created a server custom control that acts on a text field using it's id. So it has TextID property that is defined on the creation of the control. The control also finds the …

0
56
Member Avatar for drcake

I am using ScottradeELITE, a 32 bit real time stock trading platform and it starts caching data and runs behind the real time data. After a time it can be as much as 3- 10 minutes behind real time. I've set it to run in compatibility mode, disabled the Data …

Member Avatar for Phil Haines
0
111
Member Avatar for VIeditorlover

Hi, I need help with this - I have a file copy program which uses filestream object and works fine. I'd like to turn off file caching because it slows down whole process. Thanks for any advice!

Member Avatar for dickersonka
0
36
Member Avatar for jwdvd

Hi there, I have a VERY strange issue here. We have just split our scopes so our voice is separate from our data, we have a number of vlans/subnets and so far everything has went well. however, i have built a new network and whereas the computers get an IP …

0
52
Member Avatar for midget

I've been trying to figure this out for months so if someone could tell me how stupid I am that would be great... The first php.ini file works for sharing sessions from domain to subdomain no prob... with the simple inclusion of session.cookie_domain = "mydomain.com" I've tried them both with …

Member Avatar for digital-ether
0
685
Member Avatar for Muffinsong

yes when I play World or Warcraft and I minimize it then restore it i get this error msg .. i also get it sometimes before it loads up ..and the same thing happens when i try to play Counter strike.. the msg is A problem has been detected and …

Member Avatar for jermaghs07
0
159
Member Avatar for MH808

I need some serious help. I am getting the BSOD on my laptop. I've had laptop for many years and it just started when I recently created a new restrictive account. Not sure if that had anything to do with it because some tell me it would not have caused …

0
48
Member Avatar for marcux

Hi all! I have made a page with an input "file" field for the user to be able to upload an image. I have made an php script that takes care of the checking of the file and saves it to the server. The problem is that the browser caches …

Member Avatar for buddylee17
0
92
Member Avatar for Smalls

[URL="http://weblog.infoworld.com/save-xp/"]Help keep XP on the market[/URL] You might Decide later on that you really don't like Vista and want to go back to XP I haven't really made my final decision, if I agree with Vista or not Their are pros and cons about vista Pros [LIST] [*]Major Kernel Overhaul …

Member Avatar for Smalls
0
523
Member Avatar for mikoyan

Hi guys Had the most unexpected problem Yesterday I installed Kaspersky's internet suite 7.0 on my toshiba equium and got an error message with HP in it. So I uninstalled my HP products and my computer is fine. I have just installed the same antivirus on my fiancees laptop and …

Member Avatar for mikoyan
0
198
Member Avatar for Instability

I need some help understanding why I get these stop errors, and what I can do to fix them. I'll start with the first stop error that I'd have at random after closing an MMORPG. [QUOTE]A problem has been detected and Windows has been shut down to prevent damage to …

0
414
Member Avatar for ccitech

Installing a fresh copy of XP Professional SP2. Had to disable shadow caching in the BIOS and not getting this error. No card installed. Everything is OB. System starts to do the install gets about 15 mins (with caching off, takes forever) and then BSOD with the above error. Any …

Member Avatar for caperjack
0
22
Member Avatar for nmpgaspar

Hey. I'm using System.Web.Caching in my .asmx webservice in order to save some information about multiple users requests. I insert that data like this: cache.Insert(Unique_token, MySessionObjectForThatUserToken, null, Cache.NoAbsoluteExpiration, new TimeSpan(0, 15, 0)); And then retrieve it like this: MySessionObjectForThatUserToken obj = (MySessionObjectForThatUserToken)cache[token]; As you can see, i have a slidding …

0
80
Member Avatar for robsartain

Hi All, I am using AJAX to load content into a particular div on my webpage (it is a script from dynamic drive - [url]http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm)[/url]. I am also using another script created by [url]http://www.cabel.name/2008/02/fancyzoom-10.html[/url] to zoom out the screenshot/s that appear in the dynamically loaded content. Unfortunately, the fancyzoom script …

Member Avatar for SheSaidImaPregy
0
162

The End.