Hi,
I have below code in my .htaccess file
DirectoryIndex default.asp index.asp index.html index.htm 
ErrorDocument 404 /errors/404.asp
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
RewriteRule (.*)/stock-labels/(.*)/(.*)$ labels/stock-labels/show_sub_cats.a  sp?scode=$3
...
					
					
						User Profile
				
					Collapse
				
			
		
	
- 
	
	
	
	
 Thanks for reply.
 
 Html contain css/images/javascript and other client side components. There are two ways for browser to request these components from server. serial(one by one) and parallel (more than one at a time). I add asynchronous google analytics code for parallel loading. Now I want to check whether contents are loading in parallel or not.
- 
	
	
	
	
 Thanks for your reply. Will you please tell me how I can check this using ff firebug. ThanksLeave a comment:
- 
	
	
	
	
 Where can I check my site for parallel loading of contents?Where can I check my site for parallel loading of contents
- 
	
	
	
	
 Hi, Thanks for your time.
 
 Yes my client ask me to implement all techniques that will speed up website loading. scripts combining and parallel loading of contents is one of them, But I have little basics. Need some good help to start.
 
 RegardsLeave a comment:
- 
	
	
	
	
 Parallel loading of website contentsHi all,
 
 I am asp.net/php programmer and not good in html/css/javascript techniques. My client ask me to use combining script/parallel loading of images/javascript files for website speed optimization.
 
 I googled to get some basics but I cann't find some good help. Please any one help me with some basics.
 
 Regards
- 
	
	
	
	
 Thanks for your reply
 
 Yes I know javascript, ajax and jquery but a beginner. I will try myself to built from scratch. If u look at below link and check the functionality of the editor. you will find that the editor is little complex. even i think javascript is used to edit the xml or it is jquery but i m not sure. if you have got some idea then please help me.
 
 http://www.vistaprint.co.uk/vp/ns/st...aspx?pf_id=064...Leave a comment:
- 
	
	
	
	
 web xml editorHi
 
 my client ask me to integerate custom design editor (like one in vistaprint). I have no idea how I can do this. Please someone help me.
 
 thanks
- 
	
	
	
	
 How to scrape webpage using vb.netHi.
 
 I have the requirements that when user type url in any browser, the backend vb.net program first parse the html content before the browser open the url. If I find some keywords in the content then I want to deny browsing.
 Any help.
 
 Thanks a lot.
- 
	
	
	
	
 web Content BlockerHi All
 
 I want to develop web content blocker/ Website blocker. I m asp.net/ php developer. I have an idea but don't know how I will do this.
 
 I think that if user type url in any browser, the backend process first parse the meta kewords and meta description and other webpage content. If the process finds any desired keywords to be blocked then the process does not allow the browser to browse the url.
 
 ...
- 
	
	
	
	
 Sql Server causes slowI have created database on sqlserver and connected it to website. the database table holds > 10,000 records. When I up my site live. All my application connected to that server causes slow. Why this is happening.
- 
	
	
	
	
 Hi. Thanks for your help. If my site loads slow because of the number of records i select from table (which is, I m sure) then is there is any way to minimize time sqlserver return the data.Leave a comment:
- 
	
	
	
	
 Thanks for reply.
 
 Hi I am an sql beginer. I don't know how indexing is applied to table. Please help me how i can apply indexing to the above table.
 
 regardsLeave a comment:
- 
	
	
	
	
 Thanks for reply
 
 This is the query
 
 and on aspx page the code is as belowCode:SELECT [JobPostID], [region], [LEA], [Cat1IDs], [Cat2IDs], [Cat3IDs], [JobTitle], [Contract], [PayScale], [JobDesc], [PostDate], [NumViewed] FROM [tblJobScrap] 
 
 ...Code:<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="JobPostID" DataSourceID="SqlDataSource1"Leave a comment:
- 
	
	
	
	
 Select query execute very slowHi.
 
 I have a table with more than 30000 records having below structure.
 
 ...Code:SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[tblJobScrap]( [JobPostID] [bigint] IDENTITY(1,1) NOT NULL, [SchoolID] [int] NULL CONSTRAINT [DF__tblJobScr__Schoo__0E04126B] DEFAULT (NULL), [DomainID] [int] NULL, [MemType] [nvarchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, 
- 
	
	
	
	
 Thanks for your reply
 Sorry I don't have apache isntalled. I have IIS. and mod_rewrite does not work with IIS.Leave a comment:
- 
	
	
	
	
 url rewriting in php for windows server (IIS)I am having apache installed on my windows server 2003. I google a lot that how I can enable url rewriting in IIS for PHP. but i did not find solution in this regard.
 
 So i want to know, is url rewriting possible on windows having apache webserver installed?
 
 Please help me.
 
 Thanks in advance.
- 
	
	
	
	
 First I think not sure that you cannot create server control like you are creating the textboxes.
 Second what side i.e( in client script or server script ) you want to access the id.Leave a comment:
- 
	
	
	
	
 
- 
	
	
	
	
 Place your table inside the div tag having id=middle and change the height and width to 100%
 
 ...Code:<div id="docket"> <div id="header"> </div> <div id="left"> </div> <div id="middle"> <table><tr><td> </td></tr></table>Leave a comment:
No activity results to display
							Show More
							
Leave a comment: