Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Cropping an image
posted bylinkstrafficinImage Manipulation
Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file.
Online demo available.
(3 ratings)
Reviews0
PriceFree
Views2151
News Bar 1.2 (PHP Version)
posted byryansdistrictinNews Publishing
This allowes you to scroll news in a bar form using php
it is similar to the old JS one i got but this is linked to a mysql database which makes it very simple to use and handle Its itigratable in ur site and can be easily customized.
(3 ratings)
Reviews0
PriceFree
Views2834
E-Shop ASP.NET + MySql
posted byemin3minShopping Carts
includes shopping cart, admin panel to add delete items, categories,
very basic and easy to install
(6 ratings)
Reviews0
PriceFree
Views6324
TechDex CGI Forum Software
posted byBoraaninDiscussion Boards
The TechDex CGI Forum Software is a lightweight, powerful and feature-rich forum solution. At just 116 KB, it is smaller than most other forum software and has several features that make it easy to use and operate. It is also offers more system compatability and is very stable, making it one of the best value buys and a great alternative to more expensive forum solutions.
Features Include:
- Point and Click Content Tags, (html, links, images, etc).
- Detailed User Profiles with Statistics & Avatars
- Web Content Support (Youtube, Myspace, Hulu, Google, and Daily Motion, etc).
- Advanced Audio & Video Support for Windows Media, Real Player and QuickTime formats, and custom content.
- Private Messaging: Members now have private messaging and moderator and administrators have the option to mail all members.
- Flexible Google Adsense Placement (in posts or anywhere else on your forums).
- E-commerce compatibility including shopping carts, buy now buttons, and forms.
And more!
(0 ratings)
Reviews0
PriceUSD 25.00
Views2972
What is .NET assembly?
posted bychetu_akarteinTutorials & Tips
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.
(3 ratings)
Reviews0
PriceFree
Views1292
What is Microsoft intermediate language (MSIL)?
posted bychetu_akarteinTutorials & Tips
Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.
(0 ratings)
Reviews0
PriceFree
Views1429
conaito VoIP SDK ActiveX
posted byconaitoinDevelopment Tools
conaito VoIP SDK ActiveX for developers of VoIP audio applications and webpages, such as voice chat, conference, VoIP, real-time low latency multi-client audio streaming over UDP/IP networks. Includes efficient components for sound recording, playback, encoding, decoding, mixing, resampling, reading, and writing wave files, mixer volume controls access. Provides UDP/IP server and client components for peer-to-peer, multi-user and broadcast.
(12 ratings)
Reviews0
PriceUSD 369.00
Views2075
Explain Microsoft intermediate language (MSIL) Assembler?
posted bychetu_akarteinTutorials & Tips
MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates a portable executable (PE) file from MSIL assembly language. You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected.
(3 ratings)
Reviews0
PriceFree
Views1292
What functions an assembly performs?
posted bychetu_akarteinTutorials & Tips
n assembly performs the following functions: It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly manifest. Note that each assembly can have only one entry point (that is, DllMain, WinMain, or Main).
(0 ratings)
Reviews0
PriceFree
Views1166
Textbox Fields
posted bytutorializerinIntroduction to JavaScript
An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes, as input areas into which users enter information, and you can use them as areas to display script output.
(0 ratings)
Reviews0
PriceFree
Views967
Displaying the Current Date and Time
posted bytutorializerinDate & Time
In this tutorial you will learn how to post on a web page using ASP programing the date & time. This tutorial is for beginers and explains in a very simple method how to display the date & time.
(0 ratings)
Reviews0
PriceFree
Views1651
ezyCart eProduct Store
posted byaratisainShopping Carts
ezyCart eProduct Store is a plugin for EzyGold MLM and Membership software that available at https://www.ezygold.com and you can build powerful downloadable online store and ads system using this plugin. Create unlimited products categories and items (with own pricing and commissions list), secure download, track all sales, shopping cart, multi-vendors, support payment using Paypal, Payza, PerfectMoney, Bitcoin, OKPay, Stripe, VoguePay, Paxum, AuthorizeNet, custom payment gateway, manual or bank transfer or offline payment, referral program or membership, MLM, force matrix, unilevel, randomizer, X-Up system, downline builder, powerline, etc, broadcast emails to all or selected customers, support product license with custom license key generator, sales API and more.
(45 ratings)
Reviews0
PriceUSD 176.00
Views5855
NETMedia Outsourcing Services
posted by1netmedia1inWeb Developers
In NETMedia, we know that collaborating with other companies is the best way to optimize the value of our mutual services. It is a high priority for us to establish, develop and maintain synergistic partnerships and to make the best out of them. Market viable company, 10 years in production
Hundreds of International customers and projects sucessfuly delivered
Microsoft Gold partner
MVP and MCP's on board
Team of 25 experienced people
ASP.NET 1.0, 2.0, MSSQL 2000, 2005, DotNetNuke framework, web desgin, flash production, web mastering...
Not just developers, but consultants as well
In same time zone or -1 hour difference comparing with many Western Europe destinations
Ability to fly in in one-two hour time to many Western Europe destination
Full time resources allocation or per project cooperation, maintainence/upgrades/sup port long term contract.
(0 ratings)
Reviews0
PriceFree
Views1676
How metadata is stored?
posted bychetu_akarteinTutorials & Tips
Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.
(0 ratings)
Reviews0
PriceFree
Views1201
What are the Benefits of Metadata?
posted bychetu_akarteinTutorials & Tips
Metadata provides the following major benefits: Self-describing files � Common language runtime modules and assemblies are self-describing. A module's metadata contains everything needed to interact with another module. Metadata automatically provides the functionality of IDL in COM, allowing you to use one file for both definition and implementation. Runtime modules and assemblies do not even require registration with the operating system. As a result, the descriptions used by the runtime always reflect the actual code in your compiled file, which increases application reliability.
(0 ratings)
Reviews0
PriceFree
Views1081
What is the Common Language Specification (CLS)?
posted bychetu_akarteinTutorials & Tips
The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defined by for the .NET Framework. These specifications are normally used by the compiler developers and are available for all languages, which target the .NET Framework.
(3 ratings)
Reviews0
PriceFree
Views1181
What is .NET metadata?
posted bychetu_akarteinTutorials & Tips
In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.
(12 ratings)
Reviews0
PriceFree
Views1319
What are CLS features?
posted bychetu_akarteinTutorials & Tips
The CLS provides following advantages: Access to Complete .NET Framework hierarchy. High level of interoperability within languages.(e.g. - C# Class can be inherit from a Visual Basic class). Component is accessible from any programming language that supports the CLS. All CLS-compliant languages can produce verifiable code so the type safety of code possible.
(0 ratings)
Reviews0
PriceFree
Views1034
What the Metadata stores?
posted bychetu_akarteinTutorials & Tips
Metadata stores the following information: Description of the assembly. Description of types. Attributes.
(0 ratings)
Reviews0
PriceFree
Views1201
glype proxy
posted bystartledferretinWeb Fetching
This free proxy script is intended as a faster, more efficient and more user friendly alternative to phproxy and cgi-proxy. Log in anywhere - including MySpace, Facebook and Gmail. Advanced customization options allow you to conserve bandwidth by stripping out flash objects, video files, and other high cost, low value items.
Easy theme system allows you to install your own themes in seconds.
Setup wizard provides a web interface for updating your settings file without the need for editing PHP files.
The proxy parser even supports on-the-fly javascript processing, allowing more sites to be browsed.
The optional caching system saves commonly requested files on your server, meaning load times on popular sites are hugely improved.
Proxified page encoding ensures no filters block content downloaded through the script. And then there's also all the usual features you'd expect from a proxy script - hotlinking bandwidth protection, filesize limits, usage controls, IP bans, and so on.
(6 ratings)
Reviews0
PriceGBP 10.00
Views8298




