This module allows you to export all your products as XML feed, compatible with the Shopbot XML feed format.
Try our live demo. Once the site loads add the text /shopbotfeed and hit the enter key.
Changelog
14th August 2013
- v0.1.5 Initial Release
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
download PHP, ASP.NET, Java and Javascript from CodeCanyon – the marketplace for code scripts and snippets.Javascript, Java, Program, Code, Snippet, Script, Dev, Development, Codebase, MySQL, Class, Widget, System, CMS
This module allows you to export all your products as XML feed, compatible with the Shopbot XML feed format.
Try our live demo. Once the site loads add the text /shopbotfeed and hit the enter key.
14th August 2013
- v0.1.5 Initial Release
Nettuts+ Builder turns the process of compressing scripts and stylesheets, and uploading a project to your server into as simple a process as possible.
Let’s say that you finished a coding project or demo. Simply drag the folder onto the Builder menu icon, and it will:
If you’ve found yourself manually compressing your files and uploading them to your server, this automates the entire process!
Click on the “Video Preview” link below the image above for a walk-through.
This app is being actively developed. Coming soon:
What would you like to see added to Builder? Let us know, and we just might implement it!
Then you’ll love our other app, Structurer!
This WordPress plugin that will allow you to display an advertisement in a modal box. You can show an image, SWF file, an iFrame or a video from YouTube.
So you’re going to manage the time during which the advertising will continue to display (the duration is automatically obtained if you use a YouTube video), how long after a new advertisement will appear (Cookie), the link clickable area (over advertising).
You can also choose the color, size (unless image because it is automatic), the opacity of the mask that appears over the page …
All these changes can made on the plugin settings page.
HelpCenter is an easy to use system which enables you to create a knowledge base for your software, system or anything else that needs it, in a matter of minutes. HelpCenter has been created from the ground up to be easy to edit, easy to implement new themes into and more importantly, easy to use.
I have an admin demo up and running at
http://www.awesomeportal.co.uk/helpcenter/admin/
Username: admin
Password: admin
Because the best ideas come from the people who use the software, we are handing out FREE development time to the best ideas for progression of the system.
To put your idea to us, make sure you are following @AwesomePortal on Twitter, and tweet us. Every 20th Sale of our product, we will develop the best idea we have had, and update the product on CodeCanyon!!
Snippee! is a web based, personal code snippet manager that allows you to create, organize, share and reuse your most valuable code snippets (pieces of code). The main idea is to make the process of storing, finding and reusing code as easy and as effortless as possible to avoid wasting valuable time.
Snippee! comes with a powerful site administration back-end that allows administrators to manage all accounts and related information, a back-end for users to manage their own accounts and code snippets, and a front-end for published snippets that can be shared with anyone or registered users only.
Because Snippee! is built on top of a full featured Login and User Management system ( PHP Security and User Management), it allows for multiple user accounts and is perfectly suited for a team environment…
CSS3 is used for the backgrounds and shadows, so no images. IE uses filters so it will also render gradients. You can very easily change the background colors in the CSS file
The buttons are displayed inline. There is no limit to the number of digits. For images, you’ll need a div with a background-image.
Looking for a different kind of jQuery banner? ZoomShowcase is a unique jQuery Banner that will add a fresh look to your website. It’s built on top of jQuery 1.6.1, and comes with several customizable options.
Tap into Google’s 500 million plus users with Google +1 Content Locker and gain immediate search and social traffic boosts. More +1’s = more traffic = more money!
The first plugin of its kind, Google +1 Content Locker allows you to wrap your WordPress post and page content in a “content locker” that will require the user to share your content with Google +1 before they can see it. Build a social media super prescense over night by locking all, or just parts of your posts and pages!
What you got here is a fully functional class giving you the ability to setup your own censoring system.
This can be helpful for chats, messages and many more things where users are writing contents/messages.
The package includes an example file that shows how to easily utilize the censoring class, aswell as it includes the simpleSQL class used for mySQL connection and querying.
Features:
– 3 different censoring types
– censoring type can be changed on the fly
– words can be managed:
– added, updated, deleted
– SQL class included
– example PHP file included
– easy to utilize and customize
This RSS feed generator allows you to very easily set up an RSS feed for your content. Say you have created your own blogging platform, and wish to add an RSS feed to it so that people can subscribe to it. That’s where this generator comes in.
Without writing even a single line of PHP code, you can easily get the generator to work. All that’s really required is to edit some configuration settings and removing some leading forward slashes (if you come from a PHP /programming background, you’ll notice that this means uncommenting some lines).
All in all, the most complicated part of your project will be your own code, because there’s really very little you need to do to set this up.
I might add support for an administration panel in a future version, for people who are completely unfamiliar with programming or just want to look at a user interface, which I can’t blame them if they do.
Look below for some more detailed information on what RSS is and how to implement this item into your projects. Of course, the documentation provided with the item will outline everything exactly.
If you are wondering what RSS is, and therefore why this RSS generator would be useful to you, here’s a short explanation. For starters, here’s what Wikipedia has to say about RSS .
RSS (most commonly expanded as Really Simple Syndication) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.
So essentially what this means, is that an RSS feed is used for displaying/publishing works that are frequently updated. So if you have your own blog, you will be able to put your blog posts in your RSS feed, and users who have subscribed to your RSS feed will get notified whenever you make a new post to your blog.
All in all, RSS feeds are very commonly used by people to stay up to date, so having an RSS feed available will definitely help your web site a lot. And this RSS feed generator simply simplifies the process of setting it up a whole lot.
So how easy to use is it, actually? It’s quite simple. Whenever you want to set an option, all you will need to do is change the value of a line, or uncomment a line. For example, if you wanted to add an email address to your feed, that tells people who to contact about the content you have put up? More likely than not, this will be your own email address. So in the configuration file, you would do the following.
You would look for the configuration option for setting that email address, which is this line:
$config['channel_managing_editor'] = '';
And then you simply put your email address within those quotes, like this:
$config['channel_managing_editor'] = '[email protected]';
And it works like this for essentially everything!
What works slightly different is adding items to your feed. All this requires is that you uncomment a line and put in the dynamic value you need. So if you were creating your own blog and want to give each item (which would be blog posts) in your feed a title, you would search take this commented line:
//$rss->set_i_title($row['title']);
Then you simply uncomment it by removing the slashes, and finally put in the value you want between the parentheses. So if you stored your post title in a post_title field in your database, your line would look like this:
$rss->set_i_title($row['post_title']);
As you see, your whole RSS feed can be created without even writing a single line of code!
MapIt is a jQuery enabled plug-in that interacts with Google Maps API . The plug-in is designed to make navigating and finding key coordinates anywhere in the world a simple process. Completely driven by XML over AJAX , this plug-in helps you group and organize all your location links.
The easy and simple to edit XML configuration file allows you to create groupings of your coordinates and display them in a hierarchical format. Clicking on the link coordinate will automatically find the point of interest on the Google Map. This plug-in is great for organizing and simplifying your maps. No need to learn the Google API , we have abstracted all the hard work for you.
With very little CSS stylesheet knowledge you can easily edit the MapIt plug-in to your desired layout. We have even included a style locator tool to help you see how MapIt is configured. With plenty of examples included you can hit the ground running very quickly and have a map that is customized for whatever situation you might need. This is not just any map but one that is clean, sleek, powerful and very easy for you and all your customers/clients to use.
Features Include:
– 100% XML driven
– Powered by Google Maps and jQuery
– Custom icon markers for each location
– Easy to edit style sheets
– Zoom and Pan Effects
– Easy to follow examples
– Online Knowledge base
– Online Video Samples
– Over 17+ Premade Themes
– ThemeRoller support for endless customization
– 24/7 Email Support
– And so much more…
jLayers is JavaScript plugin for creating mouse-driven motion animations.
This plugin can be used to create site backgrounds, ‘under-construction’ pages and sliders. jLayers binds mouse movement with layers that it control, where each layer receives its own offset depending on mouse position in document.