You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/pages/rss.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Stay updated with the latest posts by subscribing to our RSS feeds. Choose the f
12
12
## Main Feeds
13
13
14
14
### [All Posts RSS Feed](/rss.xml)
15
+
15
16
Subscribe to get all published blog posts delivered to your RSS reader.
16
17
17
18
# Category Feeds
@@ -21,7 +22,7 @@ You can also subscribe to specific category feeds to get posts only from topics
21
22
- Photography: `/rss/photography.xml`
22
23
- Test: `/rss/test.xml`
23
24
24
-
*Note: Category feeds are automatically generated based on the categories used in blog posts. Replace spaces with hyphens and use lowercase letters in the URL.*
25
+
_Note: Category feeds are automatically generated based on the categories used in blog posts. Replace spaces with hyphens and use lowercase letters in the URL._
Copy file name to clipboardExpand all lines: src/content/post/2000/01/2000-01-12-ba-miles.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@ tags: ["blog", "archive"]
14
14
type: "regular"# available type (regular or featured)
15
15
draft: false
16
16
---
17
-
This site is noteworthy as it was the first live deployment of a jsp page on the BA site - before then it was all jhtml. Other than that not really proud of this one as I had 4 days to get it designed, written, tested and live due to an upcoming marketing campaign that this site was supporting.
17
+
18
+
This site is noteworthy as it was the first live deployment of a jsp page on the BA site - before then it was all jhtml. Other than that not really proud of this one as I had 4 days to get it designed, written, tested and live due to an upcoming marketing campaign that this site was supporting.
Copy file name to clipboardExpand all lines: src/content/post/2000/04/2000-04-12-online-checkin.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@ tags: ["blog", "archive"]
14
14
type: "regular"# available type (regular or featured)
15
15
draft: false
16
16
---
17
-
Member of the team who produced the pioneering online check-in site for BA. Full J2EE n-tier application, however the best bit is the "little man" interface where you can click on a seat to select which seat you want and the little man moves. A shortcut feature is that you can actually type the number in an it moves the little man. This style of interface has been much re-used on other systems since it was done.
17
+
18
+
Member of the team who produced the pioneering online check-in site for BA. Full J2EE n-tier application, however the best bit is the "little man" interface where you can click on a seat to select which seat you want and the little man moves. A shortcut feature is that you can actually type the number in an it moves the little man. This style of interface has been much re-used on other systems since it was done.
Copy file name to clipboardExpand all lines: src/content/post/2000/05/2000-05-20-html-editor.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@ tags: ["blog", "archive"]
14
14
type: "regular"# available type (regular or featured)
15
15
draft: false
16
16
---
17
-
Demonstration of the [CONTENTEDITABLE](http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/contentEditable.asp) attribute that was introduced in IE 5.5 [Show Example](/sandbox/htmledit.html).
17
+
18
+
Demonstration of the [CONTENTEDITABLE](http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/contentEditable.asp) attribute that was introduced in IE 5.5 [Show Example](/sandbox/htmledit.html).
0 commit comments