bayarsaikhan

Stories kicked by bayarsaikhan

Website screenshot capture with ASP.NET and PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Capturing the thumbnail of a website is pretty useful when you are creating a web application like web 2.0 directory, site review, website preview, etc... So how do you implement it in your language? I did it in my asp.net application which was was very easy. And i searched for the way in PHP. Although, PHP doesn't support natively, there are tricks that you can use to capture screenshots of websites. Here is the code snippets; read more...

add a comment |category: |Views: 672

tags: another

Free Charting and Graph Components for .NET(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Let me introduce three more charting components which are also free to use, and open source. You can use these libraries for drawing professional graphs and charts with different types for desktop applications as well as web based applications. read more...

add a comment |category: |Views: 81

tags: another

"Nothing has changed" - Determining when a procedure has been altered(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 8 months ago

Cool little script to determine when a stored procedure was last updated. read more...

add a comment |category: |Views: 3

tags: another

.NET web apps (and ProMesh.NET) on Linux (Mono)... "It just works"(blog.activa.be)

submitted by activaactiva(2340) 4 years, 8 months ago

I was a little curious about how ProMesh.NET (MVC Web Framework for .NET 2.0) would run on Mono (if at all) read more...

add a comment |category: |Views: 16

tags: another

Working with Date-Only and Time-Only data in SQL Server(weblogs.sqlteam.com)

submitted by jimrice14jimrice14(880) 4 years, 8 months ago

It's all about using the right data types. Sure, there's no "date" or "time" only data type available, but that's no excuse to return VARCHAR strings formatted as dates or times instead of the correct data type: datetime. read more...

1 comment |category: |Views: 5

tags: another

Monorail #1 Reasons, Setup, and First output(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 8 months ago

Introduction to Castle MonoRail. More posts coming soon. read more...

add a comment |category: |Views: 4

tags: another

.Net Windows Forms ListView ColumnHeader width tip. Set it to -1 or -2(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

a little know width settings for ListView Column Headers. read more...

4 comments |category: |Views: 120

tags: another

Sharepoint Web Part Gallery Configuration Gotcha(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 8 months ago

Casing gotcha when editing the web.config file for Sharepoint to add SafeControls. read more...

add a comment |category: |Views: 4

tags: another

Behaviour Driven Unit Test Design Tool(pksoftware.net)

submitted by mrprkmrprk(370) 4 years, 8 months ago

A simple tool to help focus on functional behaviour while creating unit tests. read more...

add a comment |category: |Views: 14

tags: another

Windows Live ID Beta Support for Information Cards and Windows CardSpa(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 8 months ago

Using CardSpace with Windows Live means you don't use a password to sign-in to websites which accept Live ID credentials; Instead, just send your CardSpace card to Live ID to identify you read more...

add a comment |category: |Views: 2

tags: another

60+ template engines for .NET, JAVA and PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. read more...

add a comment |category: |Views: 12

tags: another

Phone Number Validation and Formatting with JavaScript(dynamicajax.com)

submitted by RyanSmithRyanSmith(40) 4 years, 8 months ago

Yet another approach to validating phone number input with JavaScript. Unlike many of the other schemes, this validation function takes any valid 10 digit phone number in any format, validates it, then sets the value of the text field to the desired format of the programmer. Much more user friendly than those rigid validation schemes where the user is forced into a format. read more...

add a comment |category: |Views: 81

tags: another

New SharePoint 2007 SDK Released(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 8 months ago

Recently (on 8/22) Microsoft released their latest SharePoint 2007 SDK. This new SDK has a ton of new stuff along with more/better documentation. read more...

add a comment |category: |Views: 1

tags: another

Dragable columns in gridview(thehojusaram.blogspot.com)

submitted by SimonHSimonH(45) 4 years, 8 months ago

An Example application for implementing a gridview with drag and drop columns, paging and filtering support, would be nicer if it used viewstate to handle the callback variables, but a good example. read more...

add a comment |category: |Views: 55

tags: another

Essential MonoRail(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Describes the bare minimum, essential code only, to get Caslte's MonoRail to render content. Visual Studio not needed. read more...

add a comment |category: |Views: 9

tags: another

ASP.NET Resource Refactoring(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 8 months ago

Easy macros to help i18n your ASPX pages read more...

add a comment |category: |Views: 8

tags: another