|
|
getk2.org
- 2013-03-19 13:42:31
- Similar
- Report/Block
I have problem with browser page title. When I try to set my own browser page title in k2 menu item tag or category it is not showing. It is showing the default browser page title: Display items by tag.. or category name in browser page title. Can somebody help me? Regards, Emil...
|
|
|
getk2.org
- 2013-02-06 16:46:34
- Similar
- Report/Block
Good afternoon, I'm using K2 for quite some time. Today I'm checking on my SEO settings, and found something strange. When I navigate to my Joomla articles, the page title (in my browser bar) is set to the article title. However, when I navigate to a K2 item, the page title is similar to my website title. When I look to the source code of...
|
|
|
stackoverflow.com
- 2013-04-25 16:07:32
- Similar
- Report/Block
'login in to actiTime application with the help of static descriptive programing systemutil.Run "http://actiTIME.COM", "","open" wait(2) If Browser("creationtime:=0").Exist then msgbox "browser present" else msgbox "browser not present" end if If Page("url:=http://actiTIME.com").Exist Then msgbox "page present" else msgbox "page not pre...
|
|
|
|
stackoverflow.com
- 2013-03-15 15:49:04
- Similar
- Report/Block
Using automaketemplate (not templavoila), the following works fine in typo3 4.5.2 and displays "This is the the current page title... Whatever the page title is" : First place the following ts in an extension template: page.10.subparts.pageTitle = TEXT page.10.subparts.pageTitle.field = title page.10.subparts.pageTitle.field.debugDa ta = 1...
|
|
|
stackoverflow.com
- 2012-02-28 09:25:51
- Similar
- Report/Block
As the title says all, I am developing a web based mobile app (rss reader). It has a jquery mobile list view that scrolls vertically. The page header and footer are fixed. In my application I'm using html webs stroge of browser. That's why, I'm not using web view for this purpose. I want my app to look native for that I need to hide the a...
|
|
|
stackoverflow.com
- 2012-03-15 15:44:17
- Similar
- Report/Block
I am creating an app that allows college students to download their study material from within the app instead of the browser. The home page has lots of subject names. Each subject name leads to new webpage. So, I have used WebViewClient. But, at the final page when I click on the *.ppt or *.pdf files it open junk. I want these files to b...
|
|
|
stackoverflow.com
- 2012-05-17 10:51:20
- Similar
- Report/Block
I am working on a small project in which I want to create an Ajax-style website. Content is loaded with jQuery's load() . As some of you know, the down side of this is that the URL does not change accordingly to the content that is displayed. To make this work you can use pushState() . Because this is not cross-browser supported, I used t...
|
|
|
|
stackoverflow.com
- 2012-07-05 11:58:48
- Similar
- Report/Block
I have a web page that has to be correctly displayed on mobile devices. To do so, i loaded JQuery Mobile script in the page's head. The head tag looks like this: <head> <title>Page Title</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1. 0/jquery.mobile-1.1.0.min.css" /> <script src="http:...
|
|
|
getk2.org
- 2013-03-06 09:12:26
- Similar
- Report/Block
K2 title plugin will add an additional field "page title" into item and category of K2 component.
|
|
|
stackoverflow.com
- 2013-03-06 09:28:52
- Similar
- Report/Block
I would like to custom the method link_to_issue of the application_helper of Redmine with the principle of the alias_method_chain in order to keep the Redmine code clean in a plugin but I encounter a problem. First of all, here is the patch file, application_helper_patch.rb require_dependency 'application_helper' module ApplicationtHe...
|
|
|
stackoverflow.com
- 2013-03-17 00:07:26
- Similar
- Report/Block
I'm using WooCommerce for WordPress with the custom post type for Products. I would like the Product Title which displays on the shop page/loop to be different than the h1 title tag on the single product page.. The title in the loop is a limited space to fit in without skipping to a new line...and i can shorten it to fit, but on the produ...
|
|
|
stackoverflow.com
- 2012-02-27 21:23:20
- Similar
- Report/Block
I am working on integrating backbone.js with dataTables. I have a jsfiddle here: http://jsfiddle.net/mwagner72/ekgZk/17/ So far I think I am closest with this setup: var Chapter = Backbone.Model; var chapters = new Backbone.Collection(); chapters.add(new Chapter({ page: 9, title: "The End" })); chapters.add(new Chapter({ page: 5, title: "...
|
|
|
|
sevenforums.com
- 2013-06-04 08:16:55
- Similar
- Report/Block
Excuse me, this is my second thread :) I Have a problem in my browser, :confused: It's an extension like thing. Every browser in my laptop always opened the same start up page. i usually use Google Chrome, and i already deleted the extension and removed the Qvo6 browsing site from my start up page as well .. But this Qvo6.com still come u...
|
|
|
stackoverflow.com
- 2012-02-28 18:04:14
- Similar
- Report/Block
Web page contain a button with some text for example "Test". This button actually is a toolbar element. (class ="tbButton" id="id",text="Test") and redirects to a certain table when press on it. When try to use the following click methods browser.div("Test").click(); browser.click("id"); browser.click(""); browser.div("id").clic...
|
|
|
stackoverflow.com
- 2013-04-21 16:09:12
- Similar
- Report/Block
I want to redirect the user to a new page by using the HTML tag and post some data to another page; so I have this piece of code I am testing the code in my localhost, so the process is very fast and I won't notice anything. But I'm wondering when does the browser handle the AJAX post: A - Before the redirection: The AJAX post must be don...
|
|
|
stackoverflow.com
- 2012-04-05 18:04:29
- Similar
- Report/Block
I'm using the built-in Apache on my Mac OS X (Snow Leopard) to do local testing of my websites. Currently I'm trying to create clean URLs for my PHP website, but I just can't seem to get it working. Here's my .htaccess: Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^gallery/page/([A-Z0-9._%+-]+) gallery/index.php?page...
|
|
|
techguy.org
- 2013-05-04 08:22:50
- Similar
- Report/Block
Hi, Trying to sign-in to Yahoo mail, (at https://login.yahoo.com/config/login? so I am fairly sure its the genuine site), but looks like a "text only" version, no graphics, and getting an error message after supplying credentials "This page requires that you have Javascript enabled on your browser", which is strange because I do. Have ch...
|
|
|
stackoverflow.com
- 2012-03-10 23:59:34
- Similar
- Report/Block
I have created an Html page that provides important server-side functionality. Unfortunately, it must be run in an Html 5 browser (Chrome, IE9, or Firefox) with a canvas to produce the results I need. It is completely self contained, taking needed parameters through the URL, and is ready to be closed when the OnLoad event is ready to se...
|
|
|
|
stackoverflow.com
- 2013-04-10 02:59:25
- Similar
- Report/Block
Hi I'm hoping someone will be able to explain what i am doing wrong here: var winHeight = $(window).height(), minHeight = 900, Height = 900; $(document).ready(function () { if (winHeight < MinHeight) { Height = minHeight; } else { Height = winHeight; $('div.page').css('height', winHeight + 'px'); }); $(window).resize(function ()...
|
|
|
stackoverflow.com
- 2012-05-14 19:26:40
- Similar
- Report/Block
I'm a very newbie on CodeIgniter, and while I go on I run into problems that, in the procedural coding, were easy to fix The current issue is: I have this controller class Basic extends Controller { function index(){ $data['title'] = 'Page Title'; $data['robots'] = 'noindex,nofollow'; $data['css'] = $this->config->item('css');...
|
|
|
stackoverflow.com
- 2012-04-24 19:13:27
- Similar
- Report/Block
I'm changing a project from an "old" browser-style module structure to a "new" browser- server-side-javascript module structure with require.js On the client I'm using an offsite hosted jQuery, so I started from the example they give in the "use priority config" technique of the README: <title>My Page</title> <script src=...
|
|
|
|
blackberryforums.com
- 2013-02-06 17:52:45
- Similar
- Report/Block
I have the Z10 since a few hours, and I really like many of its features. The keyboard is difficult to use, but I hope it is possible to learn how to use it. But the browser is painful to use. Take this forum as an example: Use the mobile view: I see the whole page, but until I am actually able to read something, I have to zoom, then move...
|
|
|
stackoverflow.com
- 2011-10-12 22:22:15
- Similar
- Report/Block
When a page loads an iframe with a url ending in a #, the parent page scrolls so that the iframe's body is at the top of the browser window. Demo: http://jsfiddle.net/dTQEE/1/ If the URL ends in , e.g. http://foo.com# , the browser assumes you want to go to the top of the page. How do you prevent the parent window from scrolling when an i...
|
|
|
getk2.org
- 2012-11-19 02:59:45
- Similar
- Report/Block
I'm new to K2 but loving it. I've just ran into one hitch though. For a number of Items on my website I prefer to use text as h1 headers within the Item contents as the item title. I do not wish to use the K2 Item title so i hide the Item title in the category preferences. Only downside to that is because the K2 frontend 'Edit Item' butto...
|
|
|
|
codecall.net
- 2013-02-21 00:09:26
- Similar
- Report/Block
hello guys, my wamp server keep returning me an error everytime i try to upload data into the database from pages am designing. here are some instances of the errors Unknown column 'cs102' in 'field list' when ever i submit the data to the sql statement it returns the error. here is the php code from the page that submits the data from th...
|
|
|
stackoverflow.com
- 2013-02-20 12:05:37
- Similar
- Report/Block
I have a UIWebView screen and in it I have a link which I want to go to a different web page. Right now I have this: if ([request.URL.scheme isEqualToString:@"something"]) NSURL *url = [NSURL URLWithString:@"stackoverflow.com]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [theWebView loadRequest:request]; But it just open...
|
|
|
stackoverflow.com
- 2011-04-12 14:25:22
- Similar
- Report/Block
I'm trying to sort a Backbone.js collection in reverse order. There are previous replies on how to do this with integers, but none with strings. var Chapter = Backbone.Model; var chapters = new Backbone.Collection; chapters.comparator = function(chapter) { return chapter.get("title"); chapters.add(new Chapter({page: 9, title: "The End"})...
|
|
|
|
stackoverflow.com
- 2012-04-09 20:03:02
- Similar
- Report/Block
I'm currently working on a project that uses django-registration and Django CMS. When display the pages that implement django-registration my page titles do not render. Currently have <title>{% page_attribute page_title %}</title> in base.html which all my templates inherit from. In the pages that do not use django-registrati...
|
|
|
getk2.org
- 2013-02-19 21:52:51
- Similar
- Report/Block
I am using the K2 Content module to display k2 items from the last 30 days. When I click on the image it brings me to a blank page with this link: isl.stellarprintnetwork.com/index.php?op ...30692&Itemid=380 The ":educational-series-flyer-30692" in that link is the name of the K2 item. I have never seen this before. Did I or another admin...
|
|
|
androidtablets.net
- 2013-02-14 09:33:41
- Similar
- Report/Block
Hi :) I just grabbed myself a nook color (rooted), but im facing a problem with the browser I was just testing the wifi yesterday, when the browser got stuck at loading the page at about 80% and then, it didn't recover at all :( ... No buttons were working, neither the on/off button. I had to wait until the battery got used to 0% in order...
|
|
|
|
techguy.org
- 2013-02-21 02:49:53
- Similar
- Report/Block
For many days I have been able to save pdf web pages when those pages appeared in my browser. I would call the page up in FF and then save the page using save as. I am running FF and XP. I thought FF gave me a save page as option showing save as pdf but maybe not. Anyway, I want to be able to save pdf files that show up in my browser when...
|
|
|
stackoverflow.com
- 2012-03-08 00:57:57
- Similar
- Report/Block
Let's say I have a fixed sidebar that is XXpx tall (Refer to http://www.getskeleton.com/ if you want a visual of what I mean). The sidebar looks exactly the way I want, as long as the height of the browser is bigger than the sidebar. However, when the browser height shrinks below the height of the sidebar, the bottom contents get cut off...
|
|
|
stackoverflow.com
- 2012-03-16 10:36:45
- Similar
- Report/Block
I am in a big of an issue here with a design I am trying to set up. Here is the website for a reference; http://throwbackhero.com/index1.php The problem is that I set the body to height: 100%; in the stylesheet and on the #wrapper div as well. The height goes off the current page height and does not take into account that there are other...
|
|
|
|
stackoverflow.com
- 2010-08-28 22:23:16
- Similar
- Report/Block
I'm setting up a bunch of different language mediawiki's on one codebase. So far most of it is working, but I want to use a main page that looks different than the rest of the pages. To do this I originally just added some css rules that only applied to the main_page class: body .page-Main_Page { <rules> } The problem is that in oth...
|
|
|
stackoverflow.com
- 2010-01-18 23:03:01
- Similar
- Report/Block
I am trying to upload a new picture into my webpage, but in the browser it is showing the old picture. When I check in the folder the new image is being saved, but it is not showing in the page. I have tried refreshing, but it does not help. It is still the same after shutting down the browser. I have tested in different browser and it is...
|
|
|
stackoverflow.com
- 2013-03-15 14:23:49
- Similar
- Report/Block
I am writing a small java program/api to programatically login/ (do a hthp post with login credentials) to this http://web2sms.ke.airtel.com For me to post, I need parameter(key and value for the login form). When I render the form via browser, the key/name keep changing everytime to but when I fetch the page via java code below the key i...
|
|
|
|
stackoverflow.com
- 2013-03-20 11:42:54
- Similar
- Report/Block
I have tried to implement a form that changes a password in a database, however, when I submit the details on the form, it just directs me to the target page...but shows up and the plaintext code on the browser....why is it doing this! The form: Change Password Username: Current Password: New Password: Repeat New Password: Forgot pa...
|
|
|
stackoverflow.com
- 2013-04-20 15:30:08
- Similar
- Report/Block
I need some php code to read this XML, and take the content of the </code tags and declare as a <code> $title</code variable. And the same for the <code> <tags></code and <code> <content></code as <code> $tags</code and <code> $content</code variables respectively.</p <p> The XML is listed below:</p <pre> <code> <?xml version="1.0"...
|
|
|
sevenforums.com
- 2013-05-14 00:20:44
- Similar
- Report/Block
When you save a web page to your hard disk do you also download all the cookies, java scripts? For example, if I were to clear cookies, and clear all spyware from my browser and then opened a saved web page in a browser, would all the cookies and scripts be activated? If I were to look into my browser settings and run a spyware scan would...
|
|
|
|
cyberforum.ru
- 2013-05-22 16:25:52
- Similar
- Report/Block
имеем Код: alt='Exsoul Web Browser' title='Exsoul Web Browser' alt='Fast & Furious 6: The Game ' title='Fast & Furious 6: The Game ' код Код: if ($c=preg_match_all ("/alt=['A-Za-z0-9_ .!.']*[']\s+title=['A-Za-z0-9_ .!.']*[']/", $data, $matches)) echo" "; print_r($matches); echo""; Скрипт выцепил только первый вариант, как моди...
|