here i want to check facebook user id and password in my application. if facebook userid and password is correct, go to another page. if not, stay in that page only
Basically I want to take the following:
And make it match the styling of the rest of the application.
I am creating a custom error page in my C# based project and I want it to be able to show the same information that is displayed in the ASP.NET default error page. From fiddling with reflector I can see that this is generated through HttpException.GetHtmlErrorMessage() but when I try to use this in my exception it returns null.
Hi all,
I'm adding a label to a page using the code below, how would I set the position of the label (i.e top right)?
Label lbl = new Label();
lbl.Text = "Test";
lbl.ForeColor = System.Drawing.Color.Black;
lbl.Font.Size = 10;
lbl.Font.Bold = false;
lbl.Font.Name = "Arial";
Page.Controls.Add(lbl);
Thanks
hi all I have a regex defined in python/ruby/php that is like this
"(forumdisplay.php\?.*page=%CURRENTPAGE%)"
when I do it for java, I have to double escape that question mark to //?
like so:
"(forumdisplay.php\\?.*page=%CURRENTPAGE%)";
is there a function I can use to do that automatically? or would I need to change all my regexes over to work with the java regex engine?
thanks
Hi,
In the Android application I am building, I want to be able to communicate with a local server developed in Django. (Basically a login page and a home page populated with posts and images from users) So do I need to use XML Parsers for the parsing the response from a Django server or is it possible for the server to respond with strings which can be directly used? Also what about images?
Regards,
Primal
I am facing a critical problem i am using ajaxmodalpopupextender in my page.
It's working fine in FireFox with a great view but it's not working fine that is it displays in a side in IE and background is also not looking as is set.
I tried almost all things like
Using CSS
Having the panel in div and setting
div style="position:absolute;left:140;top:100;"
Doctype of page to xhtml
But there is nothing to get it all. Please help.
i have a form input..i've been made it using jquery...
i want my form show not too long..but actually it need to scroll the page in monitor..
how could i setting my form eventhought i have much item for input data??
i want my form show in one page (no need use scroll bar)..
I have a select box that calls window.open(url) when an item is selected. Firefox will open the page in a new tab by default. However, I would like the page to open in a new window, not a new tab.
How can I accomplish this?
<?php $activesidebar[$currentsidebar]="id=isactive";?>
<div class="span3">
<div class="well sidebar-nav hidden-phone">
<ul class="nav nav-list">
<li class="nav-header" <?php echo $activesidebar[1] ?>>Marketing Services</li>
<li><a href="#">Marketing Technology</a></li>
<li><a href="#">Generate More Sales</a></li>
<li><a href="#">Direct Email Marketing</a></li>
<li class="nav-header" <?php echo $activesidebar[2] ?>>Advertising Services</li>
<li><a href="../services-advertising-mass-media-network.php">Traditional Medias</a></li>
<li><a href="#">Online & Social Medias</a></li>
<li><a href="#">Media Planing & Purchasing</a></li>
<li class="nav-header" <?php echo $activesidebar[3] ?>>Technology Services</li>
<li><a href="#">Managed Websites</a></li>
<li><a href="#">Managed Web Servers</a></li>
<li><a href="#">Managed Databases</a></li>
<li class="nav-header" <?php echo $activesidebar[4] ?>>About Us</li>
<li><a href="../aboutus-contactus.php">Contact Us</a></li>
</ul>
</div>
This is added to the current page I want to add this on.
<?php $currentsidebar =2; include('module-sidebar-navigation.php');?>
I had programmed this menu individually on each page, but to make my website dynamic I used one file and use php includes to load the file. I can get the menu to highlight on the current page assigning an id="isactive", how can I assign id="notactive" to the other 3 menu items that are not active on that page. Is there an else or elseif I have to include?
I'm looking for a way to append text to the url with jQuery so that the back button is not broken when a user loads new content with jQuery.
For example, I have a three step form - the first step is (www.xyz.com/form-1). When the user clicks next step, jQuery slides in the next page. I would like that page to be (www.xyz.com/form-2).
I know websites like hypem.com do this, I'm just looking for an elegant way to handle it.
Hi,
While considering another problem one question appeared.
I do not know how to write html when I want to redirect page when select option changes.
In other words user chooses option from select list and page is redirected after that.
Have you met anything like this?
Regards,
Hi there,
occasionally when hitting the landing page after signing in, the users personal space is displayed instead of the default guest page. This is does not happen often, but my boss does not want it happening. I am hard pressed for an explanation.
hi,
I've a View page with all the content of my website (the node headers). When I click on one of these header I would like to load the complete node without refreshing the page and display it on the left.
Which modules could I use for it ? I'm currently using a lightbox (moving the content beside it). I was wondering if this the only solution and if it is a good one
thanks
I included the full page that has Coda slider (including header and scripts) inside a tabbed ajax script, but it failed to load ! link below. Is it not possible to have two java scripts load in one page? Thanx
Web site here
P.S. I asked the question in another post, but I got an answer that fixed things partially so I thought by accepting the answer the post is closed.
I have some pages indexed by Google, for example:
/product.html?affiliateid=142
I want a rewrite rule to 301 redirect to the same page if there's an affiliateid=xxx
So far I have this:
RewriteCond %{QUERY_STRING} ^affiliateid=[0-9]+$
RewriteRule ^$ /test.html$ [L,R=301]
But its not working, I need to get rid of the variable and get the page name somehow.
Anyone please answer for my requirement
Im using my application in this order,
first page = UIViewController,
secondpage = UITabBarController with 4 tabs,
I need landscape on the orientation on the second tabpage(UIViewController) ? not working..
Note : When using UITabBarController its working perfect but when I add the UIViewController for my first page, the orientation not working...?
anyone who knows the solution plz answer
I created a few custom templates while modifying a theme (Acquia Prosper), and my usual practice is to put all my templates in this fashion:
theme-name/templates/page/page-front.tpl.php
But it didn't quite work this time. So I'm wondering why. I looked through the templates.php for a clue, but there is nothing there. My base theme where I used this organization was genesis, and in that theme it seems to work, but not in Acquia Prosper.
Can anyone shed some light on this?
hi everybody
i have a problem please help me
i have 4 select tag in my php page and when i post my parameters to my page all of select tags
clear and i want my selected item dont change - excuse me for my bad english
how do i make my web app friendly URL?
currently my app URL looks like this
http://www.domain.com/Page.aspx?article=103
but I would like to display the URL to look like this
http://www.domain.com/Page.aspx?Google-likes-url-friendly
what would i need to do?
I've tried using curl to add new events to yahoo, succeeded in logging in and getting the calendar add events page, but when i try to post events using curl, it redirects me to login page. Please suggest what can i do...?
Thanks in advance
Hello guys,
I have done some searching but really haven't found what I'm looking for. What I would like to do is generate a random BUT unique 5 digit number and push whatever number into an img tag on my page.
For example when people come to my page this number would generate and get pushed into this image tag:
<img src="http://www.sample.com?randomNUM=12345" height="1" width="1" />
I have a mySQL DB and am looking to do this in PHP.
Thank,
Matt
I want to position an image on the page the user is looking at, however I cannot find how to get the currently visible page/scroll in pixels.
Anybody know which object and property could give me that?
I have an action link in one of my view page
<%=Html.ActionLink("Details", "Details", new { id = Model.Id })%> and redirects me to page which has a url like this http://localhost:1985/Materials/Details/2 instead of this i would like to have my url as http://localhost:1985/Materials/Details/steel material name instead of Id... Is this possible...... This is my controller action method,
public ActionResult Details(int id)
{
var material = consRepository.GetMaterial(id);
return View("Details", material);
}
I have seen stackoverflow ask question page they disable button until my postback event is finished when i post the question and redirect me to my question page... How to do this in asp.net/jquery?
Is it possible for an user control (ascx) to doing something like herit from a MasterPage ?
My point is, in one of my user control (only use by one kind of MasterPage), I would like to use an <asp:content> tag, but I can't, I can only in the page that use that user control...
So, I have to repeat some code into each of the page that use that user control...