jambrownnew

Stories kicked by jambrownnew

[ Visual Search Engine in Silverlight] Surfity.com new release(geekswithblogs.net)

submitted by dzakdzak(210) 2 years, 8 months ago

As I promised in my last post about Surifty.com ( http://geekswithblogs.net/SilverBlog/archive/2009/09/15/visual-search-dont-browse-surf-it.aspx ) I did some performance improvement but still you have to run it on good PC to see 100% power of visual search engine. From now on application need less than 250MB in memory (I know, It’s still a lot!). I also changed design. I hope it's now more user friendly. :) And here is a sample video showing how..... read more...

add a comment |category: |Views: 150

tags: another

Limit uploaded files size in FCKeditor(mironabramson.com)

submitted by MironMiron(495) 2 years, 8 months ago

Set the maximum size allowed for uploaded files in FCKeditor read more...

add a comment |category: |Views: 174

tags: another

Running large MSSQL scripts & resulting memory errors(diaryofaninja.com)

submitted by wiredonewiredone(917) 2 years, 8 months ago

Today i was battling in the trenches while trying to fix a deployment issue on a foreign webhost with a support team that had a lead time of 3 days on a support ticket when i came across a very annoying issue. While trying to import a large MSSQL script (140mb) i was having a repeated dual to the death with the error “701 Insufficient Memory” and his evil twin (kind of like the white dreadlock guys in the Matrix) - “System.OutOfMemoryException” in SQL management studio. But never fear, there is a solution, and its really simple. read more...

add a comment |category: |Views: 159

tags: another

Unable to connect to Sql Server 2008 Express Edition Remotely using th(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

If you are trying to connect your sql server 2008 express edition instance remotely and facing problems while connecting it although you have tried all the possible solutions in the book then the problem can be a really very silly thing and what’s that thing , i will describe it shortly. If you are getting the below mentioned error then there might be many reasons for that error. read more...

add a comment |category: |Views: 9

tags: another

Silverlight 3 and Flash: XML Image Gallery2(shinedraw.com)

submitted by bonita611bonita611(50) 2 years, 8 months ago

It is a revised image Gallery based on the last post of XML Image Gallery. The following features are added in the new Gallery 1. Loading animation 2. Sliding effect Images used in the application is another Top Model from Tai Wan read more...

add a comment |category: |Views: 8

tags: another

6 ways to import data into SQL Server(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 8 months ago

6 different ways are shown to import data from a file into SQL Server read more...

add a comment |category: |Views: 443

tags: another

Execution Plan and Results of Aggregate Concatenation Queries Depend U(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 8 months ago

I was reading the blog of Ward Pond, and I came across another note of Microsoft. I really found it very interesting. The given explanation was very simple; however, I would like to rewrite it again. Let us execute the following script. This script inserts two values ‘A’ and ‘B’ in the table and outputs a simple code to concatenate each other to produce the result ‘AB’. read more...

add a comment |category: |Views: 48

tags: another

Microsoft providing free softwares to web developers for 3 years(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

Microsoft has launched today a very exciting program called WebSiteSpark for individual developers and small web startup companies having less than 10 employees. Given below are few software licenses which will be given free to you for 3 years read more...

add a comment |category: |Views: 524

tags: another

Interesting Observation – Index on Index View Used in Similar Query(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 8 months ago

I was working on an optimization project for one of the large organizations. While working on one of the queries, we came across a very interesting observation. We found that there was a query on the base table and when the query was run, it used the index, which did not exist in the base table. On careful examination, we found that the query was using the index that was on another view. This was very interesting as I have personally never experienced a scenario like this. In simple words, “Query on the base table can use the index created on the indexed view of the same base table.” read more...

add a comment |category: |Views: 62

tags: another

ReSharper Discount & Extended Trial(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 8 months ago

I have had a few emails recently asking if I am still able to obtain the 10% discount coupons and 60 day extended trial for ReSharper read more...

5 comments |category: |Views: 749

tags: another

Combining paths with multiple parts(improve.dk)

submitted by orcaorca(820) 2 years, 8 months ago

Improving on Path.Combine to more easily enable the combination of multiple path parts. read more...

add a comment |category: |Views: 2

tags: another

Returning values from your LINQ queries [quick tip](itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 8 months ago

Short post on how to return values from your LINQ queries from a method. read more...

add a comment |category: |Views: 12

tags: another

YouCube 3.0 (3D Chromium WebBrowser) - Source Code(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 2 years, 8 months ago

Source code for YouCube 3.0 (WPF 3D Chromium-based WebBrowser) is now on CodePlex. See related Chromium WebBrowser source (http://wpfchromium.codeplex.com/) for Awesomium wrapper source. read more...

add a comment |category: |Views: 53

tags: another

Spearmen, Javelin Throwers, and the State Pattern, oh my!(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Jamie Farser & Ayende Rahein recently had a conversation about using the State Pattern for units in a game Jamie is building. I've been following along trying to figure my way through the state pattern as well, and decided to take a stab at my own solution to Jamie's problem. read more...

add a comment |category: |Views: 11

tags: another

Recover a SQL Server database without the ldf file(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 9 months ago

How to recover a SQL Server database if you don't have the LOG file read more...

add a comment |category: |Views: 11

tags: another

XmlSerializer & XmlSerializerFactory: Mostly sure you aren't insane(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 9 months ago

Something you may not know about XmlSerializer & XmlSerializerFactory...[short and sweet] read more...

add a comment |category: |Views: 40

tags: another