hi Guys
How can one do this?
I would like to save the master pages template in the database and then based on a query string pull the correct template.
Is this possible?
How do I go about using HTTPS for some of the pages in my ASP.NET MVC based site?
Steve Sanderson has a pretty good tutorial on how to do this in a DRY way on Preview 4 at:
http://blog.codeville.net/2008/08/05/adding-httpsssl-support-to-aspnet-mvc-routing/
Is there a better / updated way with Preview 5?,
I need to know how to create a scraper (in Java) to gather data from HTML pages and output to a database...do not have a clue where to start so any information you can give me on this would be great. Also, you can't be too basic or simple here...thanks :)
Using Facebook's Graph API, given a username xyz (assuming they've authenticated my site), how do I get a list of all of the facebook pages that the user administers?
All,
Is there any tool to do a UI spell check .I use a linux box here and also use django frame work.
SO in the html pages if any spell check is to be made ignoring html tags and template tags.How should this be done.
Thanks..
Hello All,
I have made changes in my website title, meta keywords and many other changes on the pages but google is still showing old keywords. How can google reflect latest changes whenever i make? can any one help me to referesh google cache?
I need to export the pages of an arbitrary PDF document into a series of individual images in jpeg/png/etc format. I need to do this in in Java.
Although I do know about iText, PDFBox and various other java pdf libraries, I am hoping for a pointer to some working example, or some how-to.
Thanks.
I don't have access to IIS Server as I am hosted on a shared hosting. I don't have access to remote IIS manager or the command prompt on server.
Now, my question is, Is it possible to gzip my asp pages? I am hosted on an IIS 7 server.
i have an appliaction where i am using asp.net (c#) as front end and mainframe as the backend. the client has to enter the names of the file in asp pages and it has to be downloaded. authentication to mainframe server has also to be checked
Hi,
I have an MVC 1.0 app just setup but it only shows the Index.aspx page
of Home.
Seems like the routing engine is not being engaged.
I get a 404 error when i try to browse other pages.
Any ideas why this might be?
Malcolm
Can anybody point me towards a PHP library or script that would allow me to split a pdf consisting of multiple pages into separate files, each containing 1 page. The PDFLib documentation doesn't appear to allow this and Google hasn't been particularly helpful.
I could possibly also use Perl, but it would be very inconvenient to do so.
Hi,
I'm using ASP Master pages, and I would like to add an "onkeypress" event handler to the <body> in the Master page, but only for a single page.
How do I do this?
Obiwanke-stackoverflow, you're my only hope.
-Alan
I want to download web pages that use javascript to output the data. Wget can do everything else, but run javascript.
Even something like:firefox -remote "saveURL(www.mozilla.org, myfile.html)"
would be great (unfortunately that kind of command does not exist).
For my website I configured some custom error pages.
If I generate a 404, the redirect works fine.
When hitting a 400, the "bad request" text shows up instead of the configured URl.
As a test I copied the URL from 404 to 400. No change.
Then I changed the redirect to a file. No change.
Any ideas?
What are the things to take care, when developing pages to support browser compatibility?
What I mean is, layout is not properly shown in all browser as required, but working fine in some browser.
I would include a php header (mysite.com/header.php) in all the pages from a site.
How to do it properly?
There are relative links:
<?php include_once 'header.php'; ?>
<?php include_once '../header.php'; ?>
And this didn't help:
<?php include_once '/header.php'; ?>
What is prefered way of setting html title (in head) for view when using master pages?
One way is by using Page.Title in .aspx file, but that requires in master page which can mess with HTML code. So, lets assume no server side controls, only pure html. Any better ideas?
UPDATE: I would like to set title in view NOT in the controller or model.
I’m starting a project in flash AS3 and my objective is to load any pdf file into my flash project and convert all its pages to BitmapData...
I am familiar with byteArray and I know I must access the pdf in binary level but I don’t know where to start and how to start.
I was hoping if you could give me some insight? Maybe a suggestion to an already library that is doing a similar work?
Any idea os appreciated just to get me started...
How do you securely pass credit card information between pages in PHP? I am building an ecommerce application and I would like to have the users to go through the checkout like this:
Enter Information - Review - Finalize Order
Problem is that I am not sure on how to safely pass credit information from when the user inputs them to when I process it (at the Finalize Order step). I heard using sessions is insecure, even with encryption.
Any help would be appreciated!
Hi anyone know how to url cloaking in web pages ? ive seen it on webpages and free redriction services before...but i dont know how to do it server side - do u use htaccess???? im totally clueless....
I noticed that MVC lets you pass in LINQ to SQL objects to its views and it will autogenerate Create, Update and View Pages based on the LINQtoSQL object.
Is there anything for webforms that lets you do this kind of thing? (In a nice way with validators maybe?)
In Chrome, site http://www.helpinghandspeople.com has a 16px empty band (background colour shows) across the top of the page.
It's not supposed to be there, but I can't figure out how to make it go away. In Firefox, the home page shows fine, but login and a few other pages show a 24px band.
Viewing source and running inspect element are not helpful.
Does anyone have a suggestion where to look?
Thanks
Gerry
Is there design time support in VS2008 for SharePoint Application Pages?
I've wrote an SPService and I want to develop an UI for the properties
who are necessary for running this SPService. But I can't manage to get
design time support in VS2008. I'm creating an custom ASPX which inherits
from GlobalAdminPage and has the "_admin/admin.master" masterpage.
Thanx in advance!