page

How to print using the IWebBrowserApp ??

Hi, I'm using IWebBrowserApp to open up a URL in Interenet Explorer in ma console application. Now I also need to print the content in the Internet Explorer through my code in C#. Can any1 pls help m eout. Thank you. ...

[JQUERY] scroll from the bottom of the page to the top

hi all guys, i was wondering if is online any jquery plugin that help me to scroll page when i'm at bottom of this. i mean,when i scroll my page to bottom side ,i would like a button that appears and clicking it i can return to the top of page any suggestions? really thanks ;) ...

Wordpress: Jquery error while editing post or page.

I'm using wordpress, lately I'm having a jquery error while editing a page or a post, saying that jQuery is not defined. I don't know how this happened. did anyone have the same issue? Any idea on how to fix it? Thanks. ...

Advice for flip page software

hello, looking for flip page software, that is with nice features like http://page-flip.com, but it also need to have have ability to flip one page, like http://www.jquery.info/scripts/jFlip/demo.html, and two pages also, like page-flip.com. it can be gpl, but also it can be commercial.... any advice? ...

Calculating page numbers and offsets

Let's say we have 1kb pages (2^10). The address is 512. To find the number of pages we do: 512/1024 = 0.5 (therefore it's on page 1) To find the offset we do (address - (page*page_size)): 512 - (1*1024) = -512 A negative offset is not possible, is it? ...

Interaction Between Master Page and Content Page

Hi, I have some assets listed in master page, whose id is added to the hidden field on master page on selection of the asset. Now i need to plot these assets location on google map in the content page. What i need to do is, whenever i select/deselect any asset from the master page the map on content page has to be updated simultaniously...

Create personal page for every user, PHP

What i want to do is to create an web page for every user when they signup on my page. Example: www.someweb.com/username and this will be their webpage. I know that this can be done easy with mkdir() and other related functions, but the problem is that my root folder is not chmod 777 and i don want to chmod 777 this root folder becaus...

ASP.NET MVC2: modifying master css property depending on query string parameter

I am migrating a web site to a new one using ASP .NET MVC2. In the original site, master page has code-behind to check a query string parameter value. Depending on this value, code-behind dynamically modify some CSS property to hide / display master page elements. As MVC2 has no code-behind because we are supposed to perform everything...

Delay page change on Submit - jQuery

Header $(document).ready(function() { $('#user_box').animate({width: "263px"}, "slow"); $('#submit').click(function(){ $('#user_box').animate({width: "0px"}, "slow"); }); }); Content <div id="user_box"> <form name="login_form" id="login_form" method="post" actio...

How to open a project page in silverlight 4?

There are two pages in my silverlight project: MainPage-default page and SecondViewPage an added Silverlight page. To navigate from one to another, I've overridden the Application_Startup(...) { this.RootVisual = mainUI; mainUI.Children.Add(new MainPage()); } created a public static void GotoPage(UserControl nextPage) { ...

Center page on Blackberry for mobile site

Hello. I have a mobile site that works on every browser I test it with. Though on a Blackberry the entire page seems to align to the left rather than in the center. Is there a specific way to make it align to the middle like everything else? Can you use conditionals the way you would with IE? Do I need to target the body tag instead? A...

Reset iframe after page refresh

I have a page that loads in content via iframe. Within that content is a link that goes to another page, but loads in content to the page the same way. When I refresh the page, the content from the second iframe is still loaded in. Is there anyway to reset it to the first iframe on a page refresh, without having to Shift+Refresh? ...

HTML Editor not working in publishing pages - SharePoint

Hello All, I am developing a SharePoint publishing portal wherein I make use of HTML Editor(third party control) in my page layout for editing the contents. When I try to edit the page using the publishing console, the HTML Editor which I have added in my page doesn't appear at all. I monitored the design at run time using firebug and...

PDF Anchor tag to another page

Is there a way to go to other pages in a PDF document wiht out having to provide the full URL int the Link tag? Everywhere I look, before the HTML is converted to PDF, they use link tags wiht an HREF that contains the site and pdf location. If they download this file, why would I want them to link to the website to view another page? T...

How do applications like Firefox calculate text height efficiently?

I'm curious about what technique fast applications (maybe Safari is a better example here) do to calculate the height of a terribly long page of text (for example, a chat log or a huge document). Considering there is a huge amount of text with the same line height, this is already something that can be multiplied by the number of those ...

HTML fit page to screen problems

I'm developing an application for measuring and storing running/cycling tracks using OSM/Google Maps integration. I want it to work without any page scrolling, so the page should fill the browser window. Basically it should look as follows: +---------------------------------+ | Toolbar with some buttons | +---------+-------------...

Sharepoint second page library

Sharepoint 07 has nice page library. You can create templates and then just by pressing Site-> 'Create a page' get a choice with page templates. However if one tries to create second library, for example, document library, in the same site (node), then it is not possible to choose element type as "page". Only "wiki-pages" and "pages wit...

Embed Tag in Internet Explorer not working

Hello All, I am developing a publishing portal in SharePoint. I have embedded a video in my page using the traditional embed tag inside the object tag. It works fine in Firefox. But, the video is not at all rendered in IE. I have IE 8 in my machine. Is there any other way to add video in my page which is compatible with all the renown...

How can I programmatically remove a page from a pdf document on a Mac?

Hi, I have a bunch of pdf documents and all of them contain a title page that I want to remove. Is there a way to programmatically remove them? Most of the pdf utilities I found can only combine documents but not remove pages. In the print dialog I can choose page 2 to and then print to a file, but I can't find anyway to access this fu...

Sharepoint page content aggregator for FAQ

Hi, I need to set up a FAQ with show/hide answers functionality all in one page. Answers should be rich text with image... like a page. My option to set up my FAQ as a site with pages for answers. Is the good way or should i use a list instead? If i opt for FAQ as a site, is it possible to aggregate site content into one page? How can i...