The frontpage tag has no wiki summary.
0
votes
2answers
20 views
Wordpress template deleted, but still working and showing on template selection
I have a template front-page.php in my theme. Its name is "Front Page".
My problem is that when I commit changes in this file. It wont reflect on the front end. This happened just yesterday and I ...
-5
votes
0answers
35 views
Website wont show in IE? [closed]
I have made two or three websites all using Front Page. All work well in all browsers apart from the most recent one, ironically called www.computersmadessimple.uwclub.net.
I do not profess to be an ...
0
votes
0answers
7 views
Getting Maps API V3 working with Frontpage 2000
I have successfully up-graded my existing V2 maps to V3. I have a simple example at http://www.fiddaman.info/maps/fullpage.htm which shows the coordinates of the centre mark & allows the input of ...
0
votes
0answers
10 views
Front Page 2003 reset Register card menu
Hello I'm not sure if I'm in the right place with this question!
I still use FrontPage 2003 to edit some of my websites. I have a problem with the button tab feature / format template change / ...
0
votes
0answers
27 views
indented image not working in browser
Righto
i believe i have indented this properly but looking like ive done something wrong
www.techagesite.com/new_page_9.htm
<p style="margin-top: 0; margin-right:10; margin-bottom:0; ...
0
votes
1answer
125 views
After a wysiwyg css editor that makes w3 valid html [closed]
So basically trying to move away from frontpage
ran my page code through w3's html tidy and corrected the incompatible bits. so after the html tidy im wanting a css/html wysiwyg editor that should run ...
0
votes
0answers
32 views
Old html giving errors when validating through w3. potential for cross browser issues?
Ok this may sound like a dumb question but hey
I use Frontpage (works for me, been doing it for over 6 years and i will be continuing to)
So Frontpage creates tags like BORDER, ALLOWTRANSAPRENCY, ...
0
votes
0answers
9 views
Front Page Website hosted on a Hype V appears offline on first request then after 5 minutes works normal
We have a Front Page web application hosted on IIS in a Hyper V machine. When the application is requested from a browser the first time, the browser gives that there is not connection. After 5 ...
-1
votes
1answer
31 views
How do I remove the .htm from the address link? [closed]
I want to be able to go to
sample.com/page1 but right now if I dont type sample.com/page1.htm it wont display.
I dont have any .htaccess folder or file, nor know how to create one. How would I use ...
0
votes
1answer
47 views
List pages on the frontpage view in drupal
So, I'm relatively new to Drupal, and I'd like to make a Drupal site with a front page with a grid of links to other commonly used pages on the site. This site is intended as a sort of community page ...
0
votes
1answer
67 views
Joomla module with no display on frontpage
I have been developing a Joomla module. This is my first module development.
Is it possible that I enable a module in Joomla and let there is no output in front page?
Because I don't want to display ...
-1
votes
1answer
39 views
Ms FrontPage to Samsung TV SDK Editor(2.5.1)
I design my pages in Ms Frontpage and need to be displayed in Samsung TV SDK Editor(2.5.1) for demo, is it possible? if yes, how?
I'm new in both software, any help is much appreciated.
1
vote
1answer
152 views
SQL SELECT STATEMENT IN ASP written in Frontpage
Current select statement:
SELECT *
FROM vw_svc200_open
WHERE (CUSTNMBR = '::CUSTNMBR::')
ORDER BY ::sortcolumn::
This works and all is well. But now I need to modify this select string to apply ...
0
votes
1answer
128 views
html flash page before redirect to index.php drupal 7
in drupal 6 i was adding index.html before index.php in htaccess "DirectoryIndex" to access index.html before getting inside the website , but now in drupal 7 when adding this index.html the page is ...
0
votes
1answer
46 views
Show/Order custom content in Main Page Summary
I am developing a site using Ubercart that shows product summaries on the main page (I believe these are called teasers). Each product has a voting widget provided by Vote Up/Down on its actual ...
0
votes
0answers
51 views
Alterntives to Frontpage to create a website [closed]
A few years back I was actively involved in assisting in the development of various websites for various reasons. In that time frame I used Microsoft Frontpage and the main tool. This application ...
0
votes
1answer
345 views
Frontpage slideshow (Joomla) issue
I installed frontpage slideshow on my joomla site.
I made a category, in that category I have 2 slides.
But the page loads the slides under each other instead of the slide effect.
URL: ...
1
vote
1answer
215 views
Order SQL query by 2 columns, and do mathematical operations first
For a blog project, I want to order new posts by their rating and the datetime they were inserted.
But before ordering, I want to do some maths with those values to get get a good mix of popularity ...
0
votes
2answers
91 views
regex to match more than one space in FrontPage 2003
I use FrontPage 2003, and I want to use a regular expression that finds spaces (more than one space). And that ignores 1 space, and but matches only more than one space (in the text, not finding in ...
0
votes
0answers
57 views
regular expression to find words that are not links in FrontPage
FrontPage 2003 has an option to Find with regular expressions, and I need to look for words that are not links..
For example, to find the word "Download" or "any text download something" that ...
1
vote
1answer
188 views
WordPress sections in htaccess kills FrontPage permissions
I have WordPress running in the public_html directory of my web server (i.e. the primary domain on my account points to this directory). There are subdirectories off of this folder that are for other ...
0
votes
1answer
139 views
Override Joomla Front page layout
i am using joomla 1.5 and using a front page blog layout for my front page as of now,
Now i want to switch from that layout to something more vibrant, intuitive to user.
i am looking for something ...
0
votes
1answer
65 views
How to edit MS Frontpage 2003 Site Parameters manually
I'm switching from Frontpage 2003 to Expression Web 4 and have a lot of Site Parameters (merge variables) I want to be able to maintain.
There doesn't seem to be support for that in EW 4. Can I edit ...
0
votes
1answer
804 views
How do I put featured image thumbnail from a page on the main index in wordpress
I am trying to put the featured image from a page on the main index page of blog along with the with featured images from posts (post featured images are already there). For longer posts I want to be ...
1
vote
1answer
42 views
FrontPage Cannot Publish One Specific Web Page
I have a web site that is designed and published using FrontPage 2003. I have changed 5 web pages in that web site. When I publish them, FrontPage doesn't show any error messages. I find that 4 of the ...
3
votes
1answer
1k views
Cannot detect Frontpage properly in Joomla 2.5 templates
I've seen in Joomla documentation the way to detect if you are in Frontpage while creating a template in Joomla 2.5. This is the code:
<?php
$app = JFactory::getApplication();
$menu = ...
0
votes
1answer
100 views
How can I make the columns at joomla frontpage to work?
I am currently developing a website in joomla, all tho I have learned a lot there is this thing I wanted a help:
I wanted to know how can i make the columns to work at joomla frontpage, if I go to ...
0
votes
1answer
262 views
How to insert data into table
I need to know how to insert data into table. For example (Table - students info) :
No | Student Name | Address | Phone Number
1. | Add | |
Add - is a hyperlink. The user need to ...
0
votes
1answer
109 views
Adding pluggin to a wordpress static font page
I would like to add a social widget to a Wordpress static frontpage. Hoe do I go about doing this? Please help! Thanks a million in advance.
0
votes
2answers
2k views
Yootheme joomla template 2.5 remove content block in front page
I'm manage to remove content part in front page (inner page still remain) in yootheme joomla 2.5, after go through several post and tutorial, I added following into a code:
<?php
$menu = & ...
-1
votes
3answers
274 views
Joomla front page article should not be shown
Hell all,
I have wired problem.
Some articles are published on front page, some not.
When I check Article Manager, some articles are set to publish on front page which suppose to be not published ...
1
vote
1answer
603 views
BeautifulSoup: Strip specified attributes, but preserve the tag and its contents
I'm trying to 'defrontpagify' the html of a MS FrontPage generated website, and I'm writing a BeautifulSoup script to do it.
However, I've gotten stuck on the part where I try to strip a particular ...
0
votes
1answer
66 views
Is there an application frontpage before the permission page?
I have developed an application that can be used in several languages.
The permission page displayed the name and basic headline of the application in one and unique language (+ the permissions list). ...
0
votes
1answer
127 views
Drupal Gardens Default Front page text
How I can remove this text(Welcome to islanders No front page content has been created yet. Add new content) which is auto generated by the drupal garden on home or front page of the site.
2
votes
1answer
1k views
Using front.tpl in Drupal 7 for another Page
Pretty straight forward question:
I have page--front.tpl and page.tpl template pages in use in a drupal 7 site. However, I'd like to use page-front.tpl on one other page. Is this possible or do I ...
0
votes
1answer
561 views
I am having problems using the FB coding to put a 'Like' button on my web page via FrontPage 2002 and am NOT versed in HTML
I am using FrontPage 2002 to design a web site for my business. Because I am not versed in HTML I am using the function that allows my to edit the items on the page similar to if I were using Power ...
0
votes
1answer
201 views
Deleting _vti folders programmatically
Is there a way I can delete the _vti folders programmatically?
0
votes
1answer
1k views
Joomla 1.7: Order of modules on frontpage
I would like to configure my frontpage (default page). In Menu Manager I set Menu Item Type to "Featured articles". It's great. I have featured articles on my homepage. Now I want to show my special ...
-1
votes
1answer
2k views
Adding facebook like button to webpage created in microsoft frontpage 2003
I am unable to add like button to my frontpage website when I insert the code it gives me an error message stating can not open page file, I attempted to upload as HTML and iFrame still no luck. Help
0
votes
1answer
424 views
splash jquery animation page drupal
I have a nice jquery animation built on a separate page but now, would like to incorporate it as a front page in drupal. I tried panels but the jquery doesn't seem to kick in and it's hard to debug ...
1
vote
2answers
371 views
Joomla news layout
How do I display the latest news on my front page and titles (with links) of other news below it in Joomla 1.5.?
I also need to set a fixed number of others news.
0
votes
1answer
560 views
Front Page extensions installation on IIS 7.0
My story short: I run Windows Server 2008 (not the R2 version, the x32) with IIS 7.
I downloaded the Front Page extensions from the only place on the web: http://www.rtr.com/fpse/Win2008R2/
It will ...
0
votes
3answers
144 views
HTML, free web editing tools [closed]
I am looking for a free web editing tools (IDE) for HTML editting, similar to frontpage 2003
0
votes
0answers
92 views
Vba error of didn't find WebPost/FrontPage section of _vti_inf.html
I have the following vba code in excel that downloads a file from a site.
Workbooks.Open Filename:= "http://www.anp.gov.br/?dw=8474"
Recently I have been receiving the following error messages.
...
1
vote
1answer
300 views
Unable to Publish using Frontpage 2003 in FTP mode through a VPN through another VPN
When I'm working from home I need to connect to a proprietary VPN to access the main corporate network and then another Cisco AnyConnect VPN to connect through the main corporate network to the web ...
6
votes
4answers
157 views
How do you design a webpage dimensions so any site visitor can print it on one standard printer page?
I am a 68 year old volunteer trying to build a website for a small nonprofit group. I need to place a standard page of text on a web page in such a way that any site visitor may print it out on one ...
0
votes
1answer
304 views
Does it make sense to install the Frontpage Server extensions on a production server for (ASP).NET applications?
Visual Studio offers some built-in deployment features that require Frontpage Server Extensions to be installed on the web server:
publishing of ASP.NET applications,
publishing of Windows ...
1
vote
1answer
161 views
Expressions as replacement for Frontpage… How use it for the simple minded?
I have been using Frontpage to build three less than professional but usable web pages since the late 90’s. MS no longer makes Frontpage, but others told me Expressions was their replacement. So, I ...
0
votes
1answer
147 views
$paged do not work in wordpress frontpage
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$args = array(
'posts_per_page' => 10,
'paged' => $paged,
);
query_posts($args);?>
I used this code in WP ...
0
votes
1answer
127 views
SharePoint Server 2007 Quick Launch Order
Can I reorganize the Quick Launch without having FrontPage?


