Questions tagged [frontpage]

Frontpage is a design tool for web publishing which was part of Microsoft Office

Frontpage was rebranded as Sharepoint Designer and the last released is partially forward-compatible with the initial Sharepoint Designer release.

109 questions
0
votes
1 answer

Input in VBScript and HTML

I am creating a program to calculate sum of 2 digits entered by the user in text fields in Front Page. In JAVA NetBeans .getText() method is used to extract the text from the text fields. Which method is used to do the same in Front Page. I am using…
Yusuf M
  • 27
  • 3
  • 6
0
votes
1 answer

Front page 2003: how to line up forms vertically

I am trying to creating a form on Frontpage 2003 and right now all my boxes are all over the place, as shown below: Name: [----] Email: [----] I want the boxes to be like this: Name: [----] Email: [----] I have tried using table to…
I2008
  • 1
0
votes
1 answer

Multilingual in Drupal: Can't have a node and it's translations as frontpage. How to?

i built a page in Persian. set it's path to front set drupal frontpage to /front everything is O.K. in mysite.com/fa i translate the page to en problem arises. now the path of Persian page changes to default node/33. now in language's frontpage…
Alexar
  • 1,858
  • 5
  • 24
  • 34
0
votes
2 answers

How to set the front page to be the front page in Joomla

In Joomla how do I set the frontpage to be the front page (without being in the main menu). Currently whatever I set to be the default in the main menu is the first page, but I don't want the front page to be in the main menu. this si the site
Null
  • 11
  • 1
0
votes
1 answer

Joomla 3.3.6 show article not on frontpage because I got hidden content on frontpage

I got a problem with my joomla 3.3.6 website To make a nice custom homepage i hide all the content of the frontpage with this code: getMenu(); ?> getActive() ==…
Msmits
  • 19
  • 4
0
votes
0 answers

Front Page Displays in wordpress

I have two pages in wordpress ,one is home page and other one is blog page for the posts. The thing though is that when I go to Settings-> Reading ,there I choose in the frontpage display option, the second option which is a static page . In that…
user4214258
0
votes
1 answer

drupal front page title

I created a menu item like this $items['welcome'] = array( 'title' => "Welcome", 'page callback' => 'drupal_get_form', 'page arguments' => array('welcome'), 'access callback' => TRUE, 'type' => MENU_CALLBACK, ); and then, set…
LN1
  • 11
0
votes
2 answers

Wordpress Custom template - frontpage pagination not working

Problem : I'm trying to display few post on my WP front page, so I used query_post to get post using some filtering argument and it's giving perfect result. Problem happens when pagination added in this query. First page is showing without any issue…
0
votes
1 answer

Joomla front page multiple modules/articles

I have a Joomla website with virtuemart. The front page has featured products. Now I want to be able to show more at my front page. I made an article with a picture in it. I want it also to display at the homepage at the same time as the featured…
DaViDa
  • 641
  • 1
  • 8
  • 28
0
votes
1 answer

Full first page on every size - how do you achieve this? (example included)

I think the Zapier front page is awesome: https://zapier.com/ But i'm wondering, how do you achieve that the first page is always the exact height on different sizes? What's the easiest trick to achieve this ? Do they use something like backdrop?
NicoJuicy
  • 3,435
  • 4
  • 40
  • 66
0
votes
2 answers

What is this language exactly?

I have a family friend that asked me to help them out with their website. They are hosted on godaddy.com and I told them to just give me the ftp information and I would fix up their site. However, when I opened the index.htm file this is what it…
Matt Hintzke
  • 7,744
  • 16
  • 55
  • 113
0
votes
2 answers

Writing your own FrontPage RPC server (like SharePoint)

Does anybody have experience in programming a protocol handler (server) that talks FrontPage RPC? I want to make a server that behaves itself as if it was SharePoint. What I want is to open a Word document from this Web Server, edit it in MS Word…
Corne
  • 646
  • 1
  • 6
  • 19
0
votes
2 answers

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 don't know what's going on.. I tried deleting this…
0
votes
1 answer

Putting content to frontpage in Joomla 1.5

What should be changed in Joomla's database to put content to the frontpage? I've got a great deal of articles and making it by hand would take a lot of time. So I'm looking for an automatic way.
Alex
  • 43,191
  • 44
  • 96
  • 127
0
votes
1 answer

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 for a small town, so it would be links like…
Dylan Karr
  • 3,304
  • 4
  • 19
  • 29