Questions tagged [subtext]

16 questions
6
votes
3 answers

FB Development - How to search facebook cities by their "key"

Situation: I'm currently working on a project where a user can search for a city. To get the result i use this url via ajax: https://graph.facebook.com/search?q=**sundsvall**&type=adcity&country_list=**se**&access_token= When I send a request to…
crre
  • 61
  • 2
4
votes
2 answers

Name this (2-D, logic-table-like, visual) programming language/paradigm (Subtext/Example Centric Programming)

I remember stumbling upon a video clip introducing a new programming "language" and a paradigm. The "language" was 2D and visual in nature, and therefore tightly coupled with its IDE and interpreter in the video. It started out like a truth table…
aib
  • 45,516
  • 10
  • 73
  • 79
3
votes
6 answers

Is there any Subtext IDE or equivalent Example-driven Visual Programming Language/Interface published on the Internet?

I'm really excited about this new and experimental language named Subtext. But it's author haven't released nothing about it besides some papers and videos. Should I clone it? There are similar alternatives? UPDATE I'm looking for an example-driven…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
1
vote
4 answers

Stop SubText/FCKEditor messing up the HTML

I'm trying to put together a blog, and have gone with SubText and I've just installed SyntaxHighlighter but it doesn't seem to work properly. SubText or FCKEditor seems to tamper with the HTMl, inlineing everything in the pre tags and placing…
Chris Canal
  • 4,824
  • 9
  • 35
  • 45
1
vote
1 answer

Login fails on Subtext

I have just downloaded subtext 2.5 source code and manage to run it on Visual Studio dev server. The problem is that whenever I try to navigate to admin/.. it redirects me to login page and it's not accepting default login credentials that are, I…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
1
vote
1 answer

Subtext 2.1.2 SecurityException

I'm trying to get Subtext 2.1.2 working on my local machine (IIS7). I downloaded the zip file (http://subtext.googlecode.com/files/SubText-2.1.2.zip) and extracted it, then created the application in the directory. Now, when I try to run the…
user96705
  • 33
  • 5
0
votes
1 answer

how do i get subtext source code without Web platform installer?

I check all over the net and i can't find a way to get the new version of subtext without using the Web platform installer? Why do we need to install a installer in order to get the source code? what's the purpose of this additional hoop? does…
Jack
  • 9,843
  • 23
  • 78
  • 111
0
votes
2 answers

Understanding open source blog engines RaccoonBlog & Subtext

I downloaded two open source blog engines (subtext and RaccoonBlog) but I can't get any documentation for either of them to develop understanding of the code. Subtext is setup properly on dev machine and I can create new blogs, posts etc. and there…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
2 answers

android menu item description

I know Java, but I am new to Android. I have a question, maybe it is simple but I have searched the web for the past 2 days and I`ve got nothing. I don't even know how it's called, that's why I have a link to an image photo and an example path to it…
CyberGriZzly
  • 379
  • 3
  • 9
  • 22
0
votes
2 answers

add a vanity url to subtext article

So I'm running subtext 1.95 on IIS6 and .net 2.0 framework. What I'd like to do is create a nice vanity URL to a particular article that is published inside the subtext system. The vanity url should look like this: mydomain.com/blog/toc/, but the…
Rafe
  • 8,467
  • 8
  • 47
  • 67
0
votes
2 answers

SubText and IIS 7's Integrated Pipeline Mode

Out of the box, SubText is unable to run under IIS7's Integrated Pipeline Mode. Unfortunately, it goes beyond "migrating" the web.config to match the required format. For example, moving httpModules and httpHandlers to their new location within . As…
Ben Griswold
  • 17,793
  • 14
  • 58
  • 60
0
votes
1 answer

EXECUTE permission denied subtext_GetBlogStats after fresh install

I have just installed a fresh instance of SubText via the Web installer, I can open the new site up, login to the http:///HostAdmin no problem, but when I login to http:///Admin I get the error: The EXECUTE permission was denied on the object…
ilivewithian
  • 19,476
  • 19
  • 103
  • 165
0
votes
1 answer

How to get nicely formatted comment count and date for a blog post in subtext

I'm creating my own skin for subtext, and there's one thing I can't figure out... How can I get the post date (with permalink) and comment count link to the posts comments formatted how I want? In the base skin, there's this:
Necros
  • 3,004
  • 23
  • 29
0
votes
1 answer

Subtext - Missing Scripts

I'm new to SubText, is there another location for the Docs? Anyway, I've imported my sites template into the pagetemplate file in the Naked skin. I now need to add 3 JS files. So i';ve done the following,
LiamB
  • 18,243
  • 19
  • 75
  • 116
0
votes
3 answers

Subtext install gives error in Medium trust level

I am trying to install Subtext in a medium trust level environment (host: Crystaltech) and am getting the following error (see below). I was able to do the administration setup but when it tries to go to the blog for actual use, boom. I know I…
Craig
  • 11,614
  • 13
  • 44
  • 62
1
2