Tag: ProgrammingChildren:
- .NET,
- Ajax,
- Coding Style,
- Computer science,
- Databases,
- Programming languages,
- Regular expressions,
- Templating,
- Unicode,
- Unit Testing,
- Unix,
- Web,
- Web Services,
- wxWidgets,
- XML
-
Wiki on a Stick. Self-contained wiki -- one self-modifying XHTML file.
¶ (0)
Tags: [Software, Wiki]
-
TiddlyWiki - a reusable non-linear personal web notebook (via).
Also see:
¶ (0)
Tags: [Productivity, Wiki]
-
Generator Tricks for Systems Programmers (via). Presentation on Python's generators.
¶ (0)
Tags: [Python]
-
JavaScript: The Good Parts, by Douglas Crockford (via).
¶ (0)
Tags: [Books, Javascript]
-
Reading binary files using Ajax « nagoon97’s Weblog (via).
¶ (0)
Tags: [Ajax]
-
Windows PowerShell - Wikipedia, the free encyclopedia. So, I had no idea that Monad had turned into Windows Powershell. I'm excited that Monad saw the light of day even though it didn't come as part of Vista. And it looks like you can work with PowerShell almost the same as you'd work with a unix shell.
¶ (0)
Tags: [Programming, Windows]
-
Javascript getElementsByClass function. I know there's one built into prototype, but I didn't want to include the whole library since I wasn't already using it. This seems to work.
¶
Tags: [Javascript]
-
JSLint, The JavaScript Verifier (via).
¶ (0)
Tags: [Javascript]
-
CodeProject: Debugging Windows Services under Visual Studio .NET..
¶ (0)
Tags: [Programming, Windows]
Solution 1: SQL Server Equivalent To MySQL And PostgreSQL Limit Clause - Joseph Scott’s Blog. Note: assumes unique keys.
SELECT TOP n *
FROM tablename
WHERE key NOT IN (
SELECT TOP x key
FROM tablename
ORDER BY key
)
Solution 2: Finally a LIMIT clause for MS SQL. (Same solution recommended here, with a small explanation.)
select * from (
select top 10 emp_id,lname,fname from (
select top 30 emp_id,lname,fname
from employee
order by lname asc
) as newtbl order by lname desc
) as newtbl2 order by lname asc
Edit: The above is in SQL Server 2k... for 2005 there's a new row_number() function.
-
JavaScript Kit- DOM Table Object Methods.
¶ (0)
Tags: [Javascript, Web Development]
C# is ugly as heck:
private static string JoinNvcToQs(System.Collections.Specialized.NameValueCollection qs){
return string.Join("&", Array.ConvertAll<string, string>(qs.AllKeys, delegate(string key){
return string.Format("{0}={1}", HttpUtility.UrlEncode(key), HttpUtility.UrlEncode(qs[key]));
}));
}
In Ruby, this would be (essentially):
e = URI.escape
qs.collect{ |k,v| e(k)+"="+e(v) }.join("&")
-
LOLCODE - Wikipedia, the free encyclopedia.
¶ (0)
Tags: [Programming]
-
Faster JavaScript Trim.
¶ (0)
Tags: [Javascript]
-
#haml (via) - new templating language for RoR.
¶ (0)
Tags: [Ruby on Rails, Templating]
-
15 Seconds : Tuning Up ADO.NET Connection Pooling in ASP.NET Applications.
¶ (0)
Tags: [ASP.NET]
-
.aspx considered harmful « Jon Udell (via):
The Strunk and White Elements of Style for the literary form that is the web’s namespace hasn’t really been written yet, but Tim Berners-Lee’s 1998 essay belongs in that genre. So does the Richardson and Ruby book RESTful Web Services which, as I noted in my review, recommends that URIs use forward slashes to encode hierarchy (/parent/child), commas to encode ordered siblings (/parent/child1,child2), and semicolons to encode unordered siblings (/parent/red;green). We can, and we should, think and act in principled ways about the web namespaces we create.
¶ (0)
Tags: [Web]
-
ASP.NET AJAX Control Toolkit.
¶
Tags: [ASP.NET, Javascript]
-
In-browser syntax highlighting editors: EditArea, CodePress (via).
¶ (0)
Tags: [Programming]
-
AppJet: Instant Web Programming (via).
¶ (0)
Tags: [Javascript, Web Development]
-
Jash: JavaScript Shell (via, via).
¶ (0)
Tags: [Javascript]
-
Mozilla Labs Blog » Blog Archive » Prism.
¶ (0)
Tags: [Firefox]
-
CouchDB "Joins" (via). Figuring out how to do joins in a non-relational db. To finish reading.
¶ (0)
Tags: [Databases]
-
Confluence + JIRA.
¶ (0)
Tags: [Wiki]
-
DBSlayer (via).
The DBacesslayer aka DBSlayer aka Släyer (as we like to call it when we're feeling ironically heavy metal) is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer talks to clients via JSON over HTTP, meaning it's simple to monitor and can swiftly interoperate with any web framework you choose.
¶ (0)
Tags: [Databases, Json]
-
7 reasons I switched back to PHP after 2 years on Rails - O'Reilly Ruby (via). The main reason I'd hope to switch to Rails is not for Rails itself, but to be able to use Ruby. If only PHP used Ruby 
¶ (0)
Tags: [PHP, Ruby, Ruby on Rails]
-
Minimal FORTH compiler and tutorial | Lambda the Ultimate.
¶ (0)
Tags: [Forth]
-
jamtronix: Example of connecting to SQL Server via Ruby.
¶
Tags: [Databases, Ruby]
-
Sequel: Lightweight ORM library for Ruby (via).
¶ (0)
Tags: [Databases, Ruby]
-
ONLamp.com -- An Introduction to Erlang (via). To read.
¶ (0)
Tags: [Erlang]
|
Generated in about 0.323s. (Used 13 db queries) |
new⇒Girls, please don't get breast implants
I looked like a 12 yr old boys bodybefore I got mine and I cant behappier...
Mel: May 9, 2:57pm