Stories recently tagged with 'Development'

New update: SharePoint Site Provisioning - Content Generator 2011(andreasglaser.net)

submitted by spaglspagl(225) 10 months, 5 days ago

There was published a free tool called Content Generator 2011 which creates lots of test data in order to create a SharePoint development environment with real world content. It was updated the tool in order the enhance the SharePoint site provisioning process. read more...

add a comment |category: |Views: 1

tags: another

Create a 1GB document library in 5 minutes with content in SharePoint(sharepoint-tutorial.net)

submitted by spaglspagl(225) 10 months, 6 days ago

During your development process you may need a test environment with lots of data. You can either create this test data by hand or you can use my tool Content Generator 2011 in order save time. read more...

add a comment |category: |Views: 6

tags: another

How to: Create 10.000 list items in 5 minutes in a SharePoint list(sharepoint-tutorial.net)

submitted by spaglspagl(225) 10 months, 7 days ago

During your development process you may need a test environment with lots of data. You can either create this test data by hand or you can use my tool Content Generator 2011 in order save time. read more...

add a comment |category: |Views: 4

tags: another

350+ of The Best Web Design Feeds(websitesmaderight.com)

submitted by dathanndathann(25) 10 months, 25 days ago

This is a collection of 350+ of The Best blog and website feeds, hand-selected, all on the subject of Web Design. read more...

add a comment |category: |Views: 1

tags: another

ICallback Event Handler(aspdotnetmatters.blogspot.com)

submitted by ashishsarda99ashishsarda99(220) 1 year, 5 months ago

This article will explain the use of “ICALLBACKEventHandler” in asp.net 2.0. About ICallbackEventHandler: ASP.NET 2.0 introduces an interface ICallbackEventHandler (System.Web.UI.ICallbackEventHandler) to allow asynchronous communication with the server. Unlike Postback, in Callback only user defined information is sent back to the server. ICallbackEventHandler uses DoCallback event to send user defined data to server (instead of postback event), and return the String to client; on client side JavaScript manipulates the string. This interface implements two functions on server side (i.e. c# or vb) and we need to implement two functions on client side i.e. in JavaScript.(You can DOWNLOAD demo Code for Reference) Check out the Article read more...

add a comment |category: |Views: 14

tags: another

CMS has Lowered the Expectation Cost for Freelance Web Development(danielbardi.com)

submitted by dascobadascoba(35) 2 years, 3 months ago

The cost to develop a decent website can range from $300 up to as much as $5000, but users seem to think that this is unreasonable since the large adoption of CMS. CMS has given non-developers the idea that we developers simply need to install the web application on a server and they will magically have a website. Thinking this way leads them to believe it shouldn’t cost that much. What they don’t know is that installing the software is only a small part of the entire development process. read more...

add a comment |category: |Views: 7

tags: another

See Code, See CodeRun(tim.bellette.net)

submitted by gishim79gishim79(55) 2 years, 4 months ago

Tim Bellette writes about the new and innovative IDE, Coderun. read more...

add a comment |category: |Views: 29

tags: another

Dream CSS - CodeRun - browser based online development platform(dreamcss.com)

submitted by gishim79gishim79(55) 2 years, 4 months ago

CodeRun is a browser-based Integrated Development Environment (IDE), CodeRun is a unique website that allows programmers to easily develop, test, deploy and publish code online, without requiring powerful hardware or complex software. read more...

add a comment |category: |Views: 14

tags: another

Google's Page Speed tool for web developers - similar to YSlow(nimtug.org)

submitted by dmcgivdmcgiv(370) 2 years, 6 months ago

Google have announced some new tools and services for web developers. read more...

add a comment |category: |Views: 22

tags: another

Handling JSON data securely, Five JavaScript Tips in Five Days(peachpit.com)

submitted by peachpittvpeachpittv(10) 2 years, 11 months ago

JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. read more...

add a comment |category: |Views: 26

tags: another

Waterfall development just work as great(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 2 years, 11 months ago

Waterfall development is still a valid way to develop software. Setting up the requirements, making proper analysis, coding and then testing works just as fine. However… not for ever changing software like a website. If I were to build an e-Commerce website, I would never choose to go Waterfall. read more...

add a comment |category: |Views: 16

tags: another

About SCRUM - Great Resource About SCRUM(aboutscrum.com)

submitted by keyvankeyvan(4086) 3 years, 1 month ago

Hamid Shojaee, the CEO of Axosoft, launches a new site, called About SCRUM, in which he and his friends share great stuff about SCRUM. read more...

add a comment |category: |Views: 18

tags: another

On-Server AJAX, a paradigm shift that brings the AJAX benefits(c-sharpcorner.com)

submitted by saumya321saumya321(775) 3 years, 2 months ago

This article tells you the benifits that AJAX can bring for any enterprise. read more...

add a comment |category: |Views: 7

tags: another

FREE Technical E-Book Previews, Magazines and other Technical Material(dotnetcurry.com)

submitted by _ama_ama(5) 3 years, 4 months ago

One of our partner sites Revresponse has come up with a few FREE technical resources that we would like to share with our viewers. All you have to do is: 1. Simply choose the resource 2. Click on ‘Request Now’ 3. Complete the application form and submit it. All the resources shown here are absolutely FREE to professionals who qualify. Please check out the ‘Geographical Eligibility’ before downloading the books. The books shown here are for Developers, Testers, Team Leads, Project Leads, Project Managers , CEO’s etc. read more...

add a comment |category: |Views: 41

tags: another

Normalization for databases is like Dependency Injection for code(weblogs.sqlteam.com)

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

Dependency Injection and Database Normalization are two entirely different concepts that strive to achieve the same thing. Ability to make quick and stable changes. read more...

add a comment |category: |Views: 10

tags: another

Javascript Closures(mabdelghani.wordpress.com)

submitted by Mohamed_AbdelghaniMohamed_Abdelghani(30) 3 years, 4 months ago

One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns. read more...

add a comment |category: |Views: 15

tags: another