Hi,
I am define my contact list, and the made it serachable trough SSP- serach settings. Now, I add the people search Webpart which is out of box web part. ok? but when I go to search any keyword it redirect me on peopleresults.aspx page. with message
"404 NOT FOUND" Or some times before it was showing me "page cannot find" error. So what is the…
Hello all,
I am using jquery ui autocomplete it is working absolutely fine in all browsers except ie8.
I have been doing some testing and there seems to be a strange bug. When I click on a link leading to the relevant page there is the following error generated by ie8 when I start typing in the autocomplete box:
'object doesn't support this…
Hi,
I have a working facebook fbml application tab on a page. It was working perfectly but today when i checked it was generating an error.
Errors while loading page from application
Parse errors:
FBML Error (line 18): illegal tag "body" under "fb:tab-position"
FBML Error (line 26): illegal tag "noscript" under "fb:tab-position"
FBML…
Hello,
I am developing a Silverlight client using the provided navigation template for an imageboard I developed.
I have a "search" tab which lists all searches for tags which were executed. I also have a show post tab which shows (also in tab-form) posts, opened from the search tab.
When I open a post from the search page, it…
I have two Windows 2008 x86 servers running IIS 7.0, one site on each server; both sites are SSL-enabled, using DoD-issued certificates. Both sites are accessible via https over port 443, but fail the moment Client Certificates are set to Require or Accept. IIS log records error 500.0.64 but nothing else.
I have several Windows…
I have photo gallery code that does image re-sizing and thumbnail creation. I use ImageMagick to do this. I ran a gallery page through Google's Page Speed tool and it revealed that the re-sized images and thumbnails both have about an extra 10KB of data (JPEG files specifically).
What can I add to my scripts to optimize the…
I found a really interesting peculiarity of Lynx while trying to write an application using bitcoin. The problem is that although the bitcoin site does not always open with modern browsers like Google Chrome or Firefox, it always opens using the Lynx browser.
The same peculiarity appears with some other web-sites. I was…
I needed MVC 4 (and basic .NET 4.5) support so I downloaded mono 3.0.2 and deployed it on an lighttpd 1.4.28 installation, together with xsp-2.10.2 (was the latest I could find).
After going through the config tutorials I managed to get the fastcgi server to spawn, but all pages are served empty. even if I go to…
I have a problem to deploy two page layouts, I can deploy one page layout with no problem but if I add another one the first one gets the same layout as the newly added second page layout...
Here is the XML I add to Elements.xml
<File Path="masterpage\CustomLayout.aspx" Url="CustomLayout.aspx"…
hey everyone. hope you could help me out
am working on this website and i've finished all the hover effects i like - they're exactly how i want them to be: http://s5ent.brinkster.net/beta3.asp - try hovering over the four links and you'll see a very simple fade effect at work, which degrades into a…
Hello,
I have this iframe that resides under a jquery-ui-dialog and inside this iframe is a link that redirects to another page when clicked through jQuery, however, the iframe gets redirected alright but not the entire parent page.
parentpage.aspx
<script type="text/javascript">
…
I am adding I18N to my rails application by passing the locale using url params. My urls are looking like http://example.com/en/users and http://example.com/ar/users (for the english and arabic locales respectively).
In my routes file, I have defined my routes with a :path_prefix option:
…
Hi,
The following page looks good in Firefox, Safari, Chrome, IE6 and IE8... but it looks bad in IE7. I don't have IE7 but I need to fix this issue because someone seen it in IE7 and it looks bad. Does anyone has any idea why this page renders different in IE7?...and what is the solution…
I have photo gallery code that does image re-sizing and thumbnail creation. I use ImageMagick to do this. I ran a gallery page through Google's Page Speed tool and it revealed that the re-sized images and thumbnails both have about an extra 10KB of data (JPEG files specifically).
What…
I am trying to print a document in Adobe Acrobat. For some reason, Acrobat wants to print my document smaller than it actually is, despite having chosen that I DO NOT want the image to be scaled:
http://www.freeimagehosting.net/image.php?945fbb3f41.png
See the grey area on the top and…
I start with describing the problem itself. Rather than a problem I'm looking for a better solution. I have a asp.net page which has a bunch of images and a link underneath it, Each image is infact the latest rendering of the link underneath it.
I scheduled a bat script which runs every…
Hi All,
In my work place, we have several classic ASP and ASP.NET application.
All these application though doing different works are integrated through a single sign on mode, which is handled by one main application.
The main application is in classic ASP and verifies the userid and…
i want to pass the value of a lable or textbox in an aspx page to a console.exe application
such that the if the value is sample.doc it changes to that.
i am calling from the aspx page with
string f = TextBox1.Text;
…
Hey there everyone,
I'm getting a stack overflow error when I try to call a partial view from the master.
The Partial View:
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
<form…
I am using the pager provided by Martijin Boland to implementing paging in my Asp.Net Mvc 2 application.
My form uses the GET method to send all parameters to the querystring, it is a search form with several…
Hello!
My main issue is that I want to display an custom error page when an uploaded file exceeds allowed size (maxRequestLength in web.config).
When the big file is uploaded an HttpException is thrown…
Hello!
I am using Page.ClientScript.RegisterClientScriptBlock to register a variable that tells the site to show something for the user (Don't need to get in to what is show). I am going to try to use…
How do you use wget to download an entire site domaina, when it's resources are on another domain, domainb?
I've tried: wget -r --level=inf -p -k -E --domains=domaina,domainb http://www.domaina
Hi,
As you know, welcome page in RAD Studio shows a list of recent projects, and you can open each project by clicking on its name.
My problem is that if the project is located somewhere My Documents…