Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.470.162 Times

Name Designing freeware
Filter: All | Freeware | Demo
 

Name Designing

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 662

Search for list of name server addresses This script contains a function named RegistryResolve() that returns a list of ip numbers (dotted quads), by scouring the registry for addresses of name servers.Program doesn't check whether an interface is up or down.



Platforms: Windows, Python,

License: Freeware Download (56): Search for list of name server addresses Download

Added: May 10, 2013 | Visits: 269

Namefield It provides 'legal' and 'preferred' versions of these fields, and options of how to calculate a display name from the data. Sorts and filters can be performed by display name.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building >...





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Namefield Download

Added: May 10, 2013 | Visits: 600

Unique Avatar 5.x- When a user picture is uploaded, a 32-character unique id is appended to the the file name.The module also flushes any ImageCache caches of the existing user picture.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Unique Avatar 5.x- Download

Added: May 10, 2013 | Visits: 594

Change Page Title to Show Category Name This is a simple method of displaying the Catagory name in the Page Title, instead of the standard "Let's See What We Have Here" message.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Change Page Title to Show Category Name Download

Added: September 02, 2013 | Visits: 805

DW name-day Module Polish This module displays the date and names of people who celebrate names-day - only for polish name.


Platforms: PHP

License: Freeware Size: 10 KB Download (55): DW name-day Module Polish Download

Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 679

3DPageFlip Free Butterfly Templates Nature can be incredibly artistic in designing living works of art. Here are butterflys pecies that really show just how incredible Mother Nature can be. Butterflies are excellent subjects for photography. During the right season on a no wind day with some good early evening light, head down to...


Platforms: Windows

License: Freeware Size: 2.19 MB Download (55): 3DPageFlip Free Butterfly Templates Download

Added: May 10, 2013 | Visits: 325

IP2Nation API 5.x- This module can be used to easily display the visitors' country flag and name.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): IP2Nation API 5.x- Download

Added: May 10, 2013 | Visits: 517

Link By Category Name or Product Model Purging the catalog database would always require recreating links throughout my site as product or category id's would always change. So I came up with this page.Very easy to install, it can be used as much or as little as you wish without affecting anything on your site.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Link By Category Name or Product Model Download

Added: May 10, 2013 | Visits: 292

Computer Name Insert 0.1 Beta These details, used with NetRestore post-actions, are stored in a CSV file.Users with no technical expertise shouldn't use this script.


Platforms: DOS, Mac,

License: Freeware Download (55): Computer Name Insert 0.1 Beta Download

Added: May 10, 2013 | Visits: 486

Optimal Title This allows having the blog name tacked on to the end of the page title instead of having it appear first.Having your page information appear before your blog name in the title is advantageous because it provides more meaningful search engine results and browser bookmark names. The text that...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Optimal Title Download

Added: May 10, 2013 | Visits: 580

Category Name on Product Information Page This Contribution "simply" adds Category Name to the product_info.php page. I found similar contributions but all tended to have long installations as they were combined with other functionality.Example layout:Category nameProduct nameSupport: Either contact me directly or use the forums.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Category Name on Product Information Page Download

Added: May 10, 2013 | Visits: 270

Store Name Fix This fix was mainly intended to be a sugestion for future versions of OSCom. Because the store name does not change often, the fix really is not worth the install but I listed anyways.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Store Name Fix Download

Added: May 10, 2013 | Visits: 458

Debug statements include function name This script allows a user to place debug messages, error messages and standard messages throughout a program. The function name and line number will be added to each debug and error message before it is printed out. In addition, each of these messages can be passed to multiple handler objects...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Debug statements include function name Download

Added: May 10, 2013 | Visits: 572

Uppercase for the name of customers The goal is to force the creation of the customer name and firstname as follow : Whatever the way the customer will enter his information, instead of having "joe black", you will get "Joe BLACK" in your database.1. Open the file "create_account.php"2. Close to line 20, find : $firstname =...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Uppercase for the name of customers Download

Added: May 10, 2013 | Visits: 786

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Released: December 19, 2012  |  Added: January 08, 2013 | Visits: 912

Christmas Style for Flipbook 3D Theme Merry Christmas! As a gift, we will offer you 100% free 3D flip book themes for Facile Template! This group of images will bring you bright color and warm color background for eBook designing! The Christmas Style Theme will be tiny tool for your decoration! It's easy to create 3D flipbook with...


Platforms: Windows

License: Freeware Size: 3.96 MB Download (53): Christmas Style for Flipbook 3D Theme Download

Added: May 10, 2013 | Visits: 449

Determining the current functions name This script defines the whoaminow() function that can be used inside a function to determine, at the time it is called, the name under which that function has been invoked.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Determining the current functions name Download

Added: May 10, 2013 | Visits: 575

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 524

Ninja Name Generator You can generate your own ninja name from your name using this tool. Just type your real name and click generate.


Platforms: Windows

License: Freeware Size: 409 KB Download (51): Ninja Name Generator Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 789

JESUS - Name Above All Screen Saver This Free Christian screen saver will help you to focus on the Awesomeness of The Lord Jesus and to help you to deepen your relationship with Him in these difficult and uncertain times. It contains 20 Nature Photos with Encouraging Titles of Jesus. Optionally, it will play an instrumental version...


Platforms: Windows, Edition 2005

License: Freeware Size: 8.36 MB Download (51): JESUS - Name Above All Screen Saver Download

< 1 2 3 4 5 >