A website that loads when a user opens up his/her browser; the default page or url
1
vote
1answer
210 views
audio player just in a home page
I'm triyng to use your audio player just in the home page of this site:
http://www.piscinafrancavilla.com/wordpress/
the home page is with super size... I need to put the audio with autoplay... I know ...
0
votes
1answer
53 views
Custom Magento Homepage - Fix Issue
So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes.
I have no way contact ...
1
vote
1answer
122 views
mod_rewrite Rules for Not Showing 'index/' on Home Page - PHP
I have seen lots on the subject but I can't seem to get this thing working like I want...
I have this .htaccess file:
RewriteEngine on
RewriteRule ^([^/]+)/$ $1.php
And everything seems to work ...
1
vote
0answers
126 views
set default homepage in mobile
I was looking all around and couldn't find any recent answer to this:
is it possible to set the homepage for a mobile browser (on iphone/android: safari/chrome/browser/etc) using a code (JS, PHP, ...
1
vote
3answers
176 views
Magento blocks - still not getting it
I have a custom template block (phtml) that is defined like this:
<block type="catalog/product" name="a.unique.name" template="dir/dir/customlist.phtml"/>
that is defined in CMS home page ...
1
vote
1answer
194 views
Magento - what determines home page layout?
I have a magento installation.
In CMS pages I have two entries with URL keys:
home_en
home_page_sp
These seem to govern the entire front page.
Each one is for a specific Store View.
Both use ...
1
vote
1answer
78 views
Redirect home page to front controller
I've a front controller mapped on an URL pattern of /Controller which is thus available on http://localhost:8080/myproject/Controller. How can I configure my web application so that the homepage on ...
0
votes
1answer
899 views
magento 1.7 - adding dynamic content to home page
I would like to add dynamic content to front page of Magento site that looks like this...
I wrote a small "template program" called myPgm.phtml that looks like this:
<?php
$cats = ...
0
votes
1answer
366 views
Undefined pop-up when refreshing sugarcrm dashlet
I'm trying to modify a Sugarcrm (version 6.5.4).I'm logged as "Administrator"
I have a homepage, where i deleted some useless dashlets. Every dashlet on this home is refreshing every 30 seconds.
And ...
0
votes
0answers
74 views
Ads between categories in Arras theme
I need to put this code:
<?php echo adrotate_group(1); ?>
Inside this code:
public function register_sections() {
/*$this->add_section( 'slideshow', 'home', array (
'label' ...
0
votes
1answer
92 views
Webpage jumps to top when slideshow image changes
When the "slideshow" image of my webpage changes, the browser jumps to the top of the page? Is there perhaps something I could do which would prevent this from happening please?
Any advice would be ...
0
votes
1answer
103 views
JavaScript on Google's homepage?
Does anyone know what the JavaScript on Google's homepage does?
For such a simple homepage, there's a lot of code there! It's obfuscated and really quite onerous. I don't want to spend ages looking ...
0
votes
0answers
85 views
Android Viewpager with Images from Homepage
i have a working viewpager, but now i want to import images from a homepage.
on the homepage are different numbers of images.
each image shall have its own viewpagerfragment.
So the number of images ...
0
votes
2answers
2k views
IIS7 - Using an ip address and port number will not display a web site home page but using localhost will [closed]
Using ASP.Net I did a web site and can load it up in a browser window when pressing the F5 key in VS2010.
On the browser window I noticed VS2010 used an address like this to load the web site home ...
0
votes
1answer
163 views
Home page is not displaying as the first term in google search
We have enable our website in Google Analytics and we have also used meta tags inside our jsp file. Our website home page is not showing as first search term in Google and some sub pages are showed. ...
0
votes
0answers
17 views
Info about kbs required to open google
Is same amount of kbs required to open a google homepage in mobile phone and in browser window of desktop???
3
votes
2answers
104 views
Redirect user to his own homepage
I was wondering whether it is possible to redirect a user to his homepage. By homepage I mean the URL defined in his browser as homepage. The one he or she gets to when he clicks the 'Home' button of ...
0
votes
2answers
107 views
Accessing Apache Server from the internet
I have installed Apache on Xubuntu and I am have a problem accessing it from the internet.
If I access it via localhost I can reach the home page plus pages in the subdirectory. How if I access it ...
1
vote
0answers
418 views
How to change the homepage of the Android Browser app via code?
I looked everywhere, including this post:
How to change the default Android browser's homepage within an app?
and still I have not found a way to change the homepage of the Browser app.
I am ...
-1
votes
2answers
178 views
Access my AOL email from my own website [closed]
I'm currently making my girlfriend a homepage. I want her to be able to log in to her AOL Mail from this website and stuff. Can someone point me in any direction as I cannot find much on Google about ...
1
vote
0answers
105 views
how to display catagory in magento home page
Anybody tell me how to display category in magento home page. I applied lot of techniques but not succeed. Please send me the compleete process to show category in magento home page.
0
votes
1answer
343 views
Magento - Category anchor not showing on home page
I've added a category to the home page using this code.
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="4" ...
0
votes
1answer
440 views
Use if else in magento homepage content
I am trying to display a grid view with sale items shown on the homepage filtered by category.
I tried to put php if/else block in the homepage content in CMS section of admin, but it doesn't work. ...
0
votes
1answer
1k views
Magento CMS hompage 404 page not found 1
I'm tearing my hair out on this one! I'm trying to use a CMS page for my Magento store front page but I keep getting "404 Not Found 1" page ("Whoops, our bad..."), However, I can access the CMS page ...
0
votes
3answers
125 views
Hint for Wordpress Theme
I'm developing a theme for wordpress and would like to know the best way to show highlights on the home page.
Examples:
I thought two ways:
Custom post types -a custom post "highlight" with ...
0
votes
3answers
285 views
Wordpress rewrite : Redirect page to Home page
I have a wp page with the url, http://mydomain.com/home/ . I would like redirect it to http://mydomain.com/ using htaccess.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
...
2
votes
1answer
545 views
Magento - Show products from a category on homepage without using CMS
I am trying to render the products from a certain category (homepage products) which has the category ID 123 on my homepage.phtml template.
I also want to use a new list template I have created which ...
0
votes
0answers
177 views
Wordpress PHP - Recent Post show images on homepage
Here's the PHP at the top of my page
<?php
// Include WordPress
define('WP_USE_THEMES', false);
require('./blog/wp-load.php');
query_posts('showposts=1');
?>
and then I have this at the ...
0
votes
1answer
154 views
LinguaPlone Not Translating Home Page by default
I have Plone 4.0.2 setup with LinguaPlone 4.0.1 and all of my pages (including "Home", "About", "Contact", etc.) translated into French and Spanish (English as default). I get the three languages ...
0
votes
1answer
676 views
How to display featureds page in wordpress home page?
I'm trying to show specific pages on the homepage of my theme. The idea is show the page, the featured image and the excerpt. To do this with categories is relatively easy. But with pages, how should ...
1
vote
1answer
970 views
Button Home in Launcher don't work
i have developed my own Android Launcher, it works very well, the problem is when i click the HOME button it doesn't redirect me to the HOME page, how could i fix this problem, THanks!
Here is my ...
1
vote
2answers
345 views
How to make links homepage only vs. site-wide on tumblr
I've been looking everywhere for code that would allow me to make the banner ads on my site show on the homepage only. Right now they show up site-wide and the advertisers are asking me to change it. ...
0
votes
1answer
900 views
How do I get the rating summary in new products section on my homepage?
On my homepage I have “New products” section. I created it with the following code:
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage2" ...
1
vote
3answers
108 views
html document subdomain webpage
You can see what I'm talking about in the screenshot below.
Basically, I have a subdomain (i.e. subdomain.website.com) and all I want on it is a single HTML document to display. The HTML document is ...
0
votes
0answers
499 views
How read/edit a .plist file using c#
I need to make some changes to the file that holds the default homepage for safari, it's on the current location ( in my computer)
C:\Users\Sandbox\AppData\Roaming\Apple ...
0
votes
1answer
195 views
how to detect if user click “yes or no” on set homepage model window in IE?
I searched in internet in most of the places were they says we can't detect the click in set homepage model window . But when I saw yahoo site http://www.yahoo.com/bin/set? they are actually detecting ...
0
votes
1answer
268 views
Get InnerHTML from Frameset
i am trying to export the innerHTML from a FrameSet to excel (.xlsx).
Is there a way für JavaScript like "this.document.getElementById('completeFrameSet').InnerHTML" ?
<frameset onLoad="init()" ...
0
votes
1answer
452 views
Setting first page on EPiServer CMS 6
For some reason, I can't work out how to set the 'home page' of an EPiServer project I'm working on. The default.aspx in my project is obviously used as a template for a pagetype I've defined using ...
0
votes
1answer
390 views
MODx Parse Error on home page
I've been having this error over lot of modx evolution 1.0.5 installations (I allways use 1&1 servers, in Linux version) It fails to load the home page (not any other pages) it seems that every ...
1
vote
1answer
913 views
Use Chrome portable to open a index.html file on the same USB stick for a homepage
IS it at all possible to set the Google homepage to a file located on my USB pen drive?
I can link it though the file path, problem being the drive letter would change depending on the system it is ...
0
votes
2answers
1k views
Joomla: homepage url
Joomla requires that home page was linked with some component.
So, if i link menu item of homepage to some article, i get a url like:
...
0
votes
1answer
4 views
Formatting not being applied to hompage
If you visit my site you can see that the teasers on the homepage are not formatted correctly as compared to every other page. I'm guessing that it is because it is the only page without a heading. ...
1
vote
1answer
191 views
Making a webserver using jsp and java
Using Google App Engine SDK:
webpage: http://hwsejk.appspot.com/
I'm trying to make a web server using java and jsp (it is a web server for an iPhone application). I don't know a lot about java so ...
0
votes
2answers
225 views
Check the content after the “/” on a URL with jQuery
Lets say my URL is:
http://example.com/12434/example-post
I want to check if the current URL contains something after the "/", in other words, I wan't to check whether or not I'm at the homepage ...
-1
votes
1answer
95 views
My applications leads me to facebook home page
Currently my apps had been looping me into Facebook home page instead of going into the app itself. This all happen after I delete my old app that has the same canvas and I did change the codes for ...
0
votes
1answer
756 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 ...
3
votes
3answers
825 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 ...
3
votes
1answer
381 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
98 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 ...
2
votes
4answers
79 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 ...
