Posted by admin in BNCScripts, TutorialsMay 21st, 2011 | Comments Off
In this moment we do not have an installer for BNC Video Sharing Script so you will import manually the database with PhpMyAdmin.
To import your MySQL database, you can use phpMyAdmin which is available in your control panel. The steps to import your database are below.
Posted by admin in BNCScripts, Resources, TutorialsJul 12th, 2010 | Comments Off
Is there a way I can encrypt a page URL and hide the data source url?
There are times when you need to to hide the real path, web address or URL to a file that you sell for profit – ebooks, mp3′s, software etc (digital products) – We have a simple solution for you to hide the Real File URL and Provide Download via a PHP Script.
Posted by admin in TutorialsMar 28th, 2010 | Comments Off
The most efficient method for webpages redirection is 301 redirect. The code 301 means “moved permanently”. Here we have an example for php 301 redirect
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-website.com" );
?>
Posted by admin in TutorialsJan 15th, 2010 | Comments Off
This is pure css that will help you to make Rounded Corners.
Posted by admin in Marketing, TutorialsJan 11th, 2010 | Comments Off
Most designers are so busy with client work, or trying to find more clients, that networking-related activities are more of an afterthought that get attention whenever the time happens to be available. While networking is critical, it doesn’t have to adsorb huge amounts of time that prevent you from getting other essential tasks completed.
Posted by admin in BNCScripts, TutorialsNov 11th, 2009 | Comments Off
BNC Advanced RSS Parser with cache function ( Rss to Html ) 1.7 is a php script that gives you the ability to add feeds to your website.It displays it inside your webpage, exactly as if the content were part of you page . Maybe you like to show your last blog posts on your company
Posted by admin in TutorialsOct 13th, 2009 | Comments Off
The solution to the problem is very easy. All you need to do is add a param to the object including the Flash:
<param name="wmode" value="transparent">
Simple yet ?
Posted by admin in TutorialsAug 4th, 2009 | Comments Off
Today you have a new tutorial from smashingmagazine.com. This will help you to code a html 5 layout from scratch. The tutorial was made by Enrique Ramírez