Questions tagged [microsoft-expression-web]

an HTML Editor and web design tool that runs on Windows PCs.

36 questions
0
votes
1 answer

How to connect to phpmyadmin localhost database from microsoft web expression 4

How to connect to the database it keeps saying Fatal error: Uncaught Error: Class "msqli" not found in C:\xampp\htdocs\5Dec2021\Order.php:90 Stack trace: #0 {main} thrown in C:\xampp\htdocs\5Dec2021\Order.php on line 90 It works fine when I go to…
0
votes
1 answer

"Cannot open file xxx for writing"

Using Microsoft Expression Web 4 to revise our intranet. I had to enable .shtml on the IIS server in order to be able to use server-side pages. Sorry, I'm a newbie and had to somehow make it work on a tight deadline. There' may be better ways of…
Anubix
  • 17
  • 4
0
votes
0 answers

Internet Explorer Compatibility Issue - Microsoft Expression web

I'm working on creating a website for my intern project, and I have created the site through Microsoft Expression Web. Originally, when I opened the html file on Chrome & Internet Explorer, it looked and worked fine. However, I had to copy/paste…
0
votes
1 answer

preserve encoding for included files

I have used UTF-8 encoding and ASP classic with vbscript as default scripting language in my website. I have separated files to smaller parts for better management. I always use this trick in first line of separated files to preserve UTF-8 encoding…
Ali Sheikhpour
  • 10,475
  • 5
  • 41
  • 82
0
votes
1 answer

Copy/Paste From Word To Expression

When I copy/paste from a word doc into Expressions Web, I get strange behavior. My screenshot from word below, sometimes it will place the top line in one tag and the rest in a separate tag causing a slight gap between the two. Is…
FartStopper
  • 121
  • 1
  • 10
0
votes
0 answers

Installing php on windows and configuring with expression web 4?

I am fairly new to using PHP. I am trying to use it with expression web 4. Any example I see online to install PHP is version 5.3. PHP current version 5.6. Now using this http://windows.php.net/download/ I downloaded PHP. I downloaded zip of VC11…
0
votes
1 answer

Microsoft Expression Web 3 clipboard bug

There seems to be a rather annoying bug in MS Expression Web 3 (or perhaps an incompatibility with something else I have installed). Quite often HTML code editor would refuse to copy things into clipboard. You select some text, press Ctrl-C,…
0
votes
1 answer

Microsoft Expression Web 4 javascript auto completion

I am using Microsoft Expression Web 4, and I am doing some JavaScript. However, when I type a bracket or a curved bracket, I don't see Microsoft Expression Web putting a closing bracket after it (like other IDEs like Eclipse, IntelliJ, etc. will…
Victor2748
  • 4,149
  • 13
  • 52
  • 89
0
votes
1 answer

Dynamic Web Template modifying my CSS divs?

I've been searching around trying to find some information about an odd behavior I'm running into using Microsoft Expressions Web 4, and utilizing their built-in dynamic web template (DWT) feature. I'm running into an issue whenever I update my DWT,…
plast1K
  • 469
  • 3
  • 13
0
votes
1 answer

phpinfo() Expression Web 4

I've installed Microsoft Expression Web 4, installed php 5.3.28, renamed the php.ini-production to php.ini, did display_errors=on, did cgi.force_redirect=0, switched the positions of php_mbstring.dll and php_exif.dll (ran php.exe and it said it…
0
votes
2 answers

Confusion regarding the *? regular expression operator

So I want to search a string, using the below regular expression: border-.*\.5pt to find all border-top, border-bottom, etc CSS properties in a file with a border thickness of .5pt. It generally works great, but it's too greedy. For example all of…
Ayo I
  • 7,722
  • 5
  • 30
  • 40
0
votes
0 answers

Add PHP to Expression Web?

How do you add PHP to Microsoft Expression Web? I have looked for a solution but nothing has worked so far. I have tried downloading from PHP.net but that is not working, also, I added XAMMP to my computer but I don't know how to add it to…
TheQuantumBros
  • 308
  • 3
  • 4
  • 17
0
votes
1 answer

Count Records inside the Gridview and show a label message

I have a "Pending Records Page" I want to count all the records that in pending. For example I want to add in my homepage "You have (# of records) new Pending Records" I want to add that in my page. Just like in Facebook. Literally it's just like a…
Peterson Pilares
  • 283
  • 3
  • 7
  • 21
0
votes
1 answer

Expression Web: dynamic web templates vs. master pages in a large website

I'm trying to decide the best way to provide templates for a bunch of not very technical web editors. Their tool will be Expression Web 3 (finally migrating away from Frontpage). They maintain two websites sites that have around 9,000 pages each. …
0
votes
1 answer

Insert Records From GridView to another GridView Page

Can somebody help me? I am developing a website using Microsoft Expression Web. My database is MS Access. My page extension is .aspx (ASP.NET) I have two gridview: Pending Records GridView should be under a PendingRecords.aspx page. I want this…
Peterson Pilares
  • 283
  • 3
  • 7
  • 21