Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
1answer
65 views

Automatically show a blank page in a folder without a default html page

In my site I have many folders that holds different type of files. /img/ /js/ /styles/ /files/ (I have 20 more and I will add more eventually) Currently, I have in each folder a index.html (my ...
3
votes
4answers
81 views

Is it possible to retrieve a user's homepage URL from the browser with JavaScript?

Just so it's clear: I don't want to reset their homepage. I just want to pull the URL of their homepage and load content from it as part of an application demo. So far my research hasn't turned up ...
2
votes
3answers
57 views

How do I write a function that tells me that I am currently looking at the homepage (/index.php)?

PHP: function is_homepage() { } if(is_homepage()) { echo 'You are on the homepage'; } else { echo 'You are not on the homepage'; } Explanation: is_homepage, should work in all these ...
2
votes
2answers
194 views

Redmine's “latest projects” criteria

When there are more than 5 projects registered on Redmine, those listed on main page's "Latest projects" box are sorted by creation date descending (more recently created first), leaving old projects ...
2
votes
2answers
224 views

Django - Website Home Page

I've been having a look at Django and, from what I've seen, it's pretty darn fantastic. I'm a little confused, however, how I go about implementing a "home page" for my website? Would it be a separate ...
2
votes
4answers
3k views

Set default home page in JavaScript

How do I create a link to set the user's home page to my URL?
1
vote
0answers
64 views

Symfony2 homepage HTTP cache validation and independently ESI

I'm designing a project which has the same structure as a blog with Symfony2. My home displays articles and have a sidebar where there are links to login, or links to our account if we are logged. ...
1
vote
1answer
35 views

Will static homepage load faster in wordpress than postpage as a homepage?

I would like to create a static homepage that sits out of wordpress framework which would have links to the actual wordpress posts. I think that the homepage would load much faster that the homepage ...
1
vote
3answers
40 views

Is it possible to control programs with Javascript?

I am making an html/javascript browser homepage, that could be downloaded to any computer - you simply run the *.html file from your computer and it opens in your default browser; in it you have a ...
1
vote
0answers
85 views

Cannot open Oracle 10G. Getting Crazy [closed]

I installed oracle 11g xe and home page was not coming up. similar thing is happening when I installed oracle 10g xe. The home page cannot be connected and run sql command line is also not opening. I ...
1
vote
1answer
79 views

HTML5 IOS WebApp canvas not rendering when launched from homescreen

I have a simple HTML5 webapp that uses javascript to create a canvas context and draw a simple image of a caret (^) which is then referenced in the definition of a CSS class to render the image on ...
1
vote
1answer
66 views

current_page_item class not added to homepage on wordpress

I am currently working on my own portfolio website using wordpress. I added a custom dynamic menu which links to a couple of category pages and static pages. I have also styled the menu to have a ...
1
vote
1answer
649 views

Magento Homepage Keeps on redirecting to a 404 page

I have been on this issue for almost a week now and have been research all over the net for answers but i could not find one. Problem: each time i access the homepage of my site, it results to a 404 ...
1
vote
1answer
84 views

On Motorola Droid X, on clicking on home button why application exists? it just has to go background

My application works fine on samsung, sony erricson and emulators.. but when i checked on droid x, the home button works weird. Usually on clicking on the home button, current app has to run in ...
1
vote
1answer
235 views

JS how to check if webpage has been added as homepage?

I am trying to make something similar like Google on IE. They create a "Make Google your homepage" script for IE. This is what I have so far: <script type="text/javascript"> ...
1
vote
1answer
110 views

Remove “Link” in Homepage Logo and Menu item if in Homepage - EPiServer

I would like to remove the link to homepage in my page logo and menu item called "Home" if you are actually navigating in the Homepage, that is, the logo and Home link in the menu should not be a link ...
1
vote
5answers
892 views

Set up a cms page for Magento

I've been trying to set up a CMS page in magento to be the home page, and it's just killing me - how hard should this be? no matter what I set up, I get a 404. Can somebody tell me basic steps to set ...
1
vote
3answers
663 views

Drupal migration - now only front page works

I just migrated a Drupal site from a ISP to a dedicated Linux CentOS server. MySQL Database is configured and generates front page without error. Problem is that only the home page works. All other ...
1
vote
1answer
127 views

WordPress: plugins don't load (only) on homepage after update

After several plugins got updated yesterday I saw in the source code that actually no plugin is loaded(1) on the frontpage anymore. On all the other pages everything works just fine. The most obvious ...
1
vote
1answer
2k views

Magento product listing using ajax

I have to add 5 separate tabs like By category,our picks, most popular top rated, your favorites in home page itself and each of them should list out the products under that one without full page ...
1
vote
3answers
259 views

Going Home Screen of app in android?

I want to go to homePage of my application on clicking button where i was in inner page. Can any one tell me how to do that ? Thanking you , Srinivas
1
vote
2answers
115 views

What are the defaults(homepage,controller,etc..) for cakePhp?

I understood (more or less) the separation between the MVC parts in cakePhp, however i cannot understand what are the defaults. meaning: What should i edit in order to change the root-entry-point of ...
1
vote
0answers
373 views

Restore SharePoint publishing homepage to Pages/default.aspx

I have a Publishing site and the last SharePoint administrator copied /Pages/default.aspx to /default.aspx and set it as the homepage, so now I have two independent copies of the same page to ...
1
vote
2answers
200 views

Is there a way to detect a viewer's homepage in javascript?

Ideally I would like a cross browser solution. Thanks!
1
vote
3answers
2k views

i need script in jquery that make the page as your default home page website in the browser

i need script in jquery / javascript that make the specific site as the homepage in the browser, i need it compatible for all browsers , if that possible . i dont mean it should be done ...
1
vote
1answer
67 views

homepage made for iPhone - size

I'm trying to make a homepage I'm creating look good on the iphone. But even though the content on the page is only 320px in width, the page is still zoomed far out in the iphone browser. What must ...
1
vote
4answers
954 views

should embedding video in home page slow down the page?

If I embed a video demonstrating my application in my home page, will it slow down the page to a considerable amount? I tried, and checked that it takes almost 1 sec, to load the preview of the ...
0
votes
1answer
47 views

I am unable to create a facebook app [closed]

Whenever I visit https://developers.facebook.com/apps, I'm redirected to my homepage itself. This is so weird and I don't know what to do. I have tried it with different browsers but I am not able to ...
0
votes
2answers
23 views

Rails 3 w/ Devise: How to set two separate homepages based on whether the user is authenticated or not?

I am using Rails 3 and Devise to create an app where users arrive to the website and are shown a homepage containing a login and a signup form. This page has its own controller ("homepage") so it's ...
0
votes
0answers
14 views

Django On IIS 6.0 WIth PyISAPie Only Handles HomePage Url

excuse me for my bad english i have run my django website by using this article : https://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer when i access my website onyl homepage with ...
0
votes
2answers
236 views

Article as homepage without menu connected (joomla 1.7)

Is that possible to make a single article as homepage, but not connected with any menu item? Please give me some solution.
0
votes
1answer
31 views

Rewrite Rule to make clean home page url

i need to rewrite my homepage. in navigation bar i want to see http://domain.com/ which is created from real page http://domain.com/abc Thank you.
0
votes
1answer
59 views

Drupal - Multi language site - Home page language is hardcoded

I'm to setup a Drupal (version 7) website with multilingual support. Being very new to Drupal, I can't seem to fix this simple issue: The default home page won't allow me to change the language (admin ...
0
votes
1answer
72 views

How to create permalinks without single pages in wordpress?

I'm creating my own wordpress theme which is a bit different because it will not have single pages (or atleast, no single page will be reachable). The whole website contains just the homepage (with ...
0
votes
0answers
38 views

How to show products with images on hompage in magento1.5

In magento1.5, how do i show only the products that have images, on the homepage. I would also like to add this feature in the filters also so that anyone could check only the products with images.
0
votes
1answer
32 views

App goes to home page on click in android

I am working on app in which i get the services on button click but when i click on buuton and services start coming from server my app changes its screen to home screen in nexus one and once the ...
0
votes
2answers
83 views

Wordpress static homepage and sticky posts excerpt

I tried several things but for some reason i'm not able to show sticky excerpts when i choose a static homepage. The excerpt that is shown is the excerpt of the static homepage. Does any body know ...
0
votes
0answers
24 views

Removing post from the home page and profile [closed]

Every day I go in and clean up my Facebook page, or should I say I try. It'll say, remove Post and I click on it thinking it's removing the Post but when I go back in, it's there again! WHY? I have ...
0
votes
0answers
25 views

Deep Zoom Fixed Home Image

Does anyone know how I can have the initially loaded image in deep zoom be zoomed in like 2-3 clicks so that it fills the viewport? I can't figure out how to start off the player with the image all ...
0
votes
1answer
124 views

How do i alter the name of a default home page in the breadcrumb in sharepoint 2010?

I'm customizing a team site in SharePoint 2010 and have been tweaking the breadcrumb to include a link back to the root. Now it says "Home > Home" for the main site and all subsites. How do i rename ...
0
votes
1answer
41 views

where to get the history of Firefox homepage 'snippets'/links?

Ok, maybe this is a fairly pointless question - but by this, I mean the link and text that gets put into the box under your search field on about:home in more recent releases (v5, v6 & probably ...
0
votes
2answers
94 views

is_front_page() not working wordpress

I'm trying to load a script from "functions.php" just when i'm in the front page. I set a static page called "home" in the reading options. The home page loads the "front-page.php" template correctly ...
0
votes
1answer
38 views

wordpress template file quick tag more no working

i created a page template to be used as my front/home page with the wordpress loop in it, here is the code: <?php query_posts('posts_per_page=10'); ?> <?php /* Run the loop to output the ...
0
votes
3answers
32 views

Getting the URL field to point to folders rather than to files (e.g “www.x.com/about/” rather than “www.x.com/about.html”)

After asking how to make the URL field of the browser change between different pages on your site here, I understood that to make this happen, I had to switch from using Dropbox as my host to a more ...
0
votes
1answer
60 views

joomla - homepage not shown in the main menu of the website

Question: I'm working on updating a website(Joomla! 1.5.18; somebody else did it and I got hired to do changes) that has a homepage already designed. When you enter any of the sections of the ...
0
votes
0answers
44 views

Open landing page in a password protected IIS site

I've password protected my entire site in IIS 6.0. I'd like the 'Coming Soon' landing page to still be publicly viewable however. I've done this by granting anonymous access to just this page, which ...
0
votes
1answer
160 views

Change default homepage for Roo generated app using SpringMVC

By default when the web app starts it starts with the home page generated by roo with view name as "index" Suppose i add new custom controller using following command, web mvc controller ...
0
votes
2answers
81 views

how to detect if user click no or yes on window default alert?

I wrote the following code to set the site as the homepage: document.body.style.behavior='url(#default#homepage)'; document.body.setHomePage('http://www.abc.com'); When the user clicks this, an ...
0
votes
1answer
73 views

loading homepage from Ini file error on formcreate

I created a small webbrowser and I remembered the homepage in an Ini file. When I run this under formcreate I get an error. When I remover the webbrowser.navigate I dont get the error anymore. How ...
0
votes
0answers
21 views

Word Press configuration for main page with comments expanded

I've got Word Press running fine. But I need to clarify if the following is possible. The main page shows a summary of posts with the latest ones on top. But in this view, the comments are not ...

1 2