quinta-feira, 25 de fevereiro de 2010

Blogger Templates Help Adding Widgets To Blogger Header And Posts

Blogger Help, Tips and Trics: Blogger Templates Help Adding Widgets To Blogger Header And Posts

On Blogger is easy to add Page Elements to the sidebar and the footer, but there is no option for the Header
Blogger Templates Help
and Top of Blog Posts. Having a Page Element option to these latter two is a useful must. If you want to add a picture at the top of your blog, or a Google Adsense ad at the top of Blogger and at top and bottom of your blog posts.

To have an “Add a Page Element” option, sign in to your Blogger acount, under “Template”, click “Edit HTML”. make a search (ctrl +F), and search for these lines:

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

Change fhe line in bold to this:

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>


This will give you 2 more page elements that you can add to your Bogger Header. But if you want you can increase this number.

Now, find these lines of code:

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>

Change the line in bold to this

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>

Now you can add Page Elements before and after your Blog Posts

Advertise: In some templates, the 'header-wrapper' could be called 'header-wrap. Scroll to where you see an option called showaddelement and you can find the rest.

terça-feira, 23 de fevereiro de 2010

Top20 AJAX JQUERY XML Starting Guides Blogger Help

Ajax (asynchronous JavaScript and XML) is a technology that allows Website and Blog Developers build highly-interactive and responsive browser-based applications. By leveraging the XMLHttpRequest object, seamless communication with the server can be achieved for a smooth and dynamic interactive user experience.
If you wanted to learn about Ajax and Web Trics, there are many Websites on the Internet that’ll help you learn Ajax, JQUERY, XML and the technologies surrounding it. Here are a Top 20  websites that can help you on the subject of Ajax.

1. Ajax resource center (developerWorks)



developerWorks, its a IBM resource center for Web developers and IT tecnologies professionals, has a dedicated Ajax resource center that hosts plenty of Ajax tutorial. developerWorks tutorials are in-depth and lengthy, and you can learn a variety of information and techniques from them such as creating RIA applications with jQuery and Ajax, learning about Ajax security tools, and building an Ajax-based chat system.

2. Mozilla Developer Center (AJAX)


The Mozilla Developer Center has an AJAX section that’s a great starting point for beginning developers or those that need to brush up on Ajax.  The Getting Started guide on MDN is an excellent starting point to learn about the basic concepts of Ajax. Another MDN guide you might be interested in reading is the entry on XMLHttpRequest, the primary mode of communicating with server-side scripts in typical Ajax approaches.

3. AJAX Today


AJAX Today is a community-driven website where members can submit links on the topic of Ajax. AJAX Today organizes submitted links in useful categories such as AJAX Tutorials and Ajax Podcasts; you can subscribe to each individual category via RSS so that only topics that you’re interested in will be displayed in your RSS feed reader.

4. ajax.solutoire.com


ajax.solutoire.com is a large, one-page directory-style listing of online Ajax resources created by Software Engineer, Bas Wenneker. ajax.solutoire.com is conveniently sub-divided into various categories such as Ajax news and Ajax/JavaScript security. Bas Wenneker also runs Solutoire.com, a personal weblog that talks about web development topics such as JavaScript and MooTools.

5. SitePoint: JavaScript & Ajax Tutorials


SitePoint, a web publication focused on providing web professionals useful and relevant information, has a JavaScript & Ajax Tutorials section that’s great for developers who learn well by reading practical tutorials. You can follow along (and learn from) tutorials such as "Use AJAX and PHP to Build your Mailing List" and "Take Command with Ajax".

6. Encosia


Encosia is a blog by Dave Ward, who writes about the subject of web development (primarily ASP.NET and Ajax). Encosia has plenty of tutorials that discuss topics such as how to display data updates in real-time and how to use jQuery for interactively searching data. Encosia is an top-notch resource on Ajax – especially for developers working with ASP.NET as you can read ASP.NET/Ajax-specific articles like "Are you making these 3 common ASP.NET AJAX mistakes?".

7. Ajax Technology Center


The Ajax Technology Center is a part of the Adobe Developer Connection, a resource site for web developers and designers. The Ajax Technology Center provides handy articles and tutorials on topics such as Adobe AIR for Ajax developers and Adding Ajax components to Dreamweaver projects.

8. Ajax Blog


Ajax Blog is a weblog on the topic of Ajax. Ajax Blog has plenty of categories to help you quickly find specific information you’re looking for. If you’re searching for Ajax tutorials and examples, jump right to the Ajax Tutorials and Ajax Examples category.

9. AJAX Matters


AJAX Matters is a weblog on Ajax technology. Launched in 2004, AJAX Matters is one of the first blogs dedicated to discussing Ajax. They have plenty of helpful tutorials on matters like getting started with Ajax and PHP or learning about the Google Web Tookit

10. Ajaxonomy


Ajaxonomy is a blog by a group of web developers whose intent is to share and discuss information on Ajax. If you’re seeking out Ajax tutorials, you can go directly to blog posts tagged with Tutorials where you’ll find an aggregate of posts that either share tricks and techniques related to Ajax technologies (such as server-side caching in PHP) or reviews of tutorials elsewhere on the web.

11. Ajaxian


Ajaxian is the premier weblog dedicated to reporting new developments in Ajax. Ajaxian publishes a variety of regularly-updated Ajax topics, including a Tutorial topic which shares Ajax-related tips and tutorials. With a staff full of top web professionals in the field of web development, Ajaxian is a foremost resource for Ajax news and information.

12. Ajaxlines


Ajaxlines is a website that aims to provide its audience with Ajax-related news, resources, and tutorials. It reports on news and information from a wide variety of resources, and gives readers the opportunity to discover articles in one site.

13. AJAX Magazine


AJAX Magazine, which is part of the PHP Magazine Network, is a webzine that covers the subject of Ajax. There’s a wide range of categories to help you find information that you’re interested in including an Ajax tutorials category that reports on useful Ajax tutorials and more specific categories like the Ajax and .NET category.

14. InsideRIA


 InsideRIA is an O’reilly Media community website on Rich Internet Applications (RIA for short). You will find a host of articles pertaining to building highly-interactive web applications such as writing your first YUI Application (YUI is Yahoo!’s JavaScript library), and Ajax Frameworks for High Traffic Sites. Check out articles tagged with ajax to conveniently find Ajax-specific topics.

15. AJAX Impact


AJAX Impact is committed to delivering information on Ajax. Check out the Ajax Tutorial section to find a list of tutorials on Ajax. If you’re curious on finding examples of websites (organized into types of websites) be sure to go to the "Sites Using Ajax" section on AJAX Impact.

16. AJAXwith.com


AJAXwith.com is a community-driven site where you can submit resources on "Ajax with [fill in the blank]" (i.e. "Ajax with PHP"). They have an AJAX forum with close to 4,000 members which may be useful when you’re in need of help on a specific issue.

17. David Walsh Blog


Web developer David Walsh provides useful tips and tutorials for all levels of web designers and developers on his personal blog, David Walsh Blog. He writes about a range of topics related to web development, and has an Ajax topic to help you speedily find articles that discuss Ajax. His tutorials on Ajax include "Ajax Username Availability Checker Using MooTools 1.2" and "Periodical Ajax Requests Using MooTools 1.2".

18. Ajax Projects


Ajax Projects is a directory-style listing of Ajax web projects. They have an excellent Tutorials section which lists plenty of Ajax-related tutorials from several resources such as "PHP ajax login form using Jquery", "Google Analytics: Tracking AJAX and Flash", and "How to structure your JavaScript code".

19. Agile Ajax


Agile Ajax is a section on Pathfinder Development (a software development and UX design company) that shares information on the topic of Ajax. Some posts you’ll see in Agile Ajax include "App Security: Throw Out the Org Chart!" and "Scriptaculous: Fixing Hover After Highlight".

20. Ajax Patterns


Ajax Patterns is a wiki-style, community-driven website for Ajax information. If you’d like to see common Ajax design patterns, check out the Examples entry. Ajax Patterns also has a section on Ajax demos which showcases demonstrations of Ajax patterns (great for individuals who want to see practical applications of Ajax techniques).

Have any more to share?

If you have a website that’s helped you learn Ajax, feel free to share it with us in the comments!

domingo, 21 de fevereiro de 2010

Komodo Best HTML Programmer Editor Download

Komodo Edit is a free, open source editor from dynamic language experts.

HTML & Programmer's Editor

HTML & Programmer's Editor. You can edit your Web pages without an HTML editor. In our opinion this is the best free programmer's editor out there. Komodo is a complete programmer's editor for Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML.

 Whatever Your Language

Komodo Edit supports PHP, Python, Ruby, Perl and Tcl, plus JavaScript, CSS, HTML and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django.

Whatever Your Platform

Windows? Mac? Linux? Yes, yes and yes!

Award-winning Tools

Everything you'd expect from an editor based on the award-winning Komodo IDE, like autocomplete and calltips, multi-language file support, syntax coloring and syntax checking, Vi emulation, Emacs key bindings, and more.

Firefox-style Extensibility

Go ahead, hack away! Or download some of the cool extensions from members of the Komodo community.
It's absolutely fantastic to work with. It does everything a good editor should do, but it also adds a bunch of other little awesome things."
— Dan Hulton, www.danhulton.com

(Check out the feature comparison table to compare Komodo Edit with Komodo IDE.)

Multi-language editor

Multi-language support

Advanced support for:
  • Browser-side languages: CSS, HTML, JavaScript and XML
  • Server-side languages: Perl, PHP, Python, Ruby and Tcl
  • Web template languages: RHTML, Template-Toolkit, HTML-Smarty and Django


Autocomplete
Call Tips

Autocomplete and calltips

  • Write code faster and shorten the learning curve with code completion that guides you as you work
  • CSS, HTML, JavaScript, Perl, PHP, Python, Ruby, Tcl, XML and XSLT.
  • Schema-based XML/HTML completion
  • Multiple-language file support, such as CSS and JavaScript completion in HTML
  • Support for adding third-party libraries
  • Interpreter version differentiation of built-in and standard library information

Multi-language file support

Correct syntax coloring of multi-language files and templated files, common in many web programming frameworks. Add custom language support (User-Defined Languages or UDL, used to provide support for RHTML, Template-Toolkit, HTML-Mason, Smarty and Django).

Standard editing features

Code commenting, auto-indent and outdent, block selection, incremental search, reflow paragraph, join lines, enter next character as raw literal, repeat next keystroke and clean line endings on "save".

Syntax checking

Instant feedback for all fully-supported languages.

Syntax coloring

Spot errors easily and improve readability and context, even in multi-language files (unique to Komodo!).

Vi emulation

Modal Vi keybindings emulate navigation, text insertion and command behavior. Custom commands can be implemented by adding Komodo macros to a Vi Commands Toolbox folder.

Emacs keybindings

Emacs-like keybinding scheme supports new editor features modeled on Emacs, such as transient marks (similar to the Emacs "mark ring"), repeat next command and reflow paragraph.

HTML preview

Check HTML, XML and CSS files side-by-side or in a browser, using arbitrary files or URLs.

Multilingual Input Method Editor (IME) support

Use your standard keyboard to enter multi-byte characters, such as Simplified Chinese, Japanese and Korean.

Code snippets

Store any piece of code for reuse.

Code folding

Work quickly and efficiently with large sections of code.

Multi-document editing

Easily work on multiple documents simultaneously using multiple tab groups, split view, and cross-document search.

Tutorials

Easily master editing features.

Project manager

Convenient, flexible organization of all project elements.

Live Folders

Project view displays the current contents of corresponding file system directory.

Virtual Folders

Explicitly maintained multi-purpose containers for any project or Toolbox component, containing pointers to selected components from different file system locations.

Toolbox

Store it

Store virtually anything, including configurable "Run" commands, macros, code snippets, URLs, Live and Virtual Folders, templates, menus, toolbars and remote files.

Share it

Share a Toolbox with networked team members or distribute valuable Toolbox items to other Komodo users with the import/export function.

Extensibility

XPI Extensions

Create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM, plus our own for Python and JavaScript. We're even using this in Komodo development; for example, when adding UDL-based languages and defining custom language syntax-coloring. Other new features, such as the DOM Viewer, are also extensions. With full documentation and an active community providing support, Komodo IDE's power is as boundless as your imagination.


Download Komodo Edit

terça-feira, 16 de fevereiro de 2010

How To Verify Blog With Google Webmaster Tools

BLOGGER HELP: Complete Guide How  To Verify Blog Blogger With Google Webmaster Tools

If you are a blog owner, you will must use the Google Webmaster Tools

To use Google Webmaster Tools, you have to enter a Meta tag verification key on your Blogger HTML, suplied by Google Webmaster Tools.

method integration on your Blogger HTML.

Follow these easy steps to submit and verify your blog in Google Webmaster Tools:

Step-By-Step Instructions:

1. First of all, you have sign in Google Webmaster Tools.

2. Click the "Add a site" button on Google Webmaster Tools Home page

3. Enter you blog URL, mine is http://caos-caslas-crack.blogspot.com/

4. Click on continue button and go to the verification page

5. Copy the code in the verification page.

6. Select the "Meta tag" verification method and copy the meta tag provided

7. Now Sign In in blogger

8. Click on Layout and then Edit HTML option

9. In your Blogger Template, paste the Meta Tag (which you copied) immediately after the Tag Head. (like you see below)

<head>

<meta content='xxxxxxx-xxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxx' name='google-site-verification'/>

10. Click the Save Template button

11. Last option: go to the Google Wbmaster Tools and click on verify button.


Your blog should now be verified and you're ready to start using Google Webmaster Tools!

Hack Swap Blog Title Boost Seach Engines Crawling

Webmaster Blogger Help, Hacks Tools And Trics

This trick will boost traffic to your blog and increase Search Engines Optimization (SEO) on crawll robots index, and .When you search google,Yahoo, Bing... you get your  Blog Title + Post Title. This type of a title wont attract searchers.

You can modify this and get better results on Search Engines Index ...

Here is a hack to change the title to better friendly format Post Title + Blog Title This trick will help to optimize the blog title for Better Search Engines Results.

I am sure that this trick gone increase your Blogspot Blog Website traffic and Page Rank.

It will take some time for the Formatted titles appear in search search results.
(will appear when when the Robots reindex it).

Goto Blogger Template>Edit Html and replace this line of code
 
<title><data:blog.pageTitle/></title>

With This

<!-- Start Changing the Blogger Title Tag  -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if><!-- End Changing the Blogger Title Tag  -->

Now save your template and you thats it.. Please leave your comment.

domingo, 14 de fevereiro de 2010

52framework HTML5 CSS3 Free Tools Download

52framework – The first framework for HTML5 and CSS3


52framework is a powerfull HTML5 and CSS3 Webmaster Developer Tool, the future of web development.


Some experts think 52Frameworks could be the end of flash (because the enormous possibilities of the new HTML5), some others dream with the moment that every browsers understand CSS3. With 52framework it s the easiest ultimate tool to buil wonderfull Websites faster and easy.



Look at Paint Online doned with HTML 5

Take a look at the  art galery doned with CSS3

Free download at 52framework.com

quinta-feira, 11 de fevereiro de 2010

Free Traffic Generation Techniques

Free Traffic Generation Techniques

If you want to generate a big flow of traffic to your website, follow the five most effective free traffic generation techniques. I assure you that if you put them into immediate action you can achieve thousands of visitors.

1. Article submission:- Article submission is one of the most popular ways of website promotion today. There are a lot of sites that offer free submission and posting of your articles. ( eg: http://www.submittedarticle.com) When submitting your articles you are allowed to place a resource box at the end of the article that contains a link back to your site. If you have a high quality article that is read and placed on thousands of sites you automatically get thousands of links pointing back to your site which will increase your position in the organic search results. The excellent thing about articles is their unpredictability. One article can generate you hundreds of visitors, while another can generate thousands if they get picked up by other sites and list owners.

2. Join forums, Blogs& other online communities:- This is another great way to target the specific types of customers who might be interested in your services or products. With online communities and forums you can build a reputation for your company. You must capture the market niche you represent and show your expertise and credibility. When you created a good foundation for your site, people will trust you and your web business. In your signature line you can leave links to your site. This will also boosts your Page Rank and helps with search engine optimization.

3.Directory submission:- Submitting your website in the directories will boost your link popularity and help you rise in search engine results. For best results submit your site for inclusion to quality directories this will give you a boost in traffic results.. Most of the directory submission is free.

4. Press Release:- A press release is a document issued to media and consumers to announce yourself and your product . When you submit a press release, your news is published online instantly, archived and distributed to news channels that not only publish your news online again, but they syndicate your release to other news sites and their subscribers. You can either announce the launching of your website or launching of a particular feature in your website. There are a number of websites offering this free press release distribution service.

5. Link Exchange: - Another free traffic generation technique is to exchange links with partner (or even competitor) sites. Exchanging or trading links with other sites, both of them could benefit. When one site features another sites link, they will provide one another with the traffic they both generate. The link exchange with other well placed websites of similar interest, not only increases the website traffic, it also enhances the placement of your website listing in most of the search engines. And again, this is one of the cheapest traffic generation method.

domingo, 7 de fevereiro de 2010

Webmaster Tools Impress Blogger Template

CAOS CASLAS FREE WEBMASTER BLOG TOOLS HACKING CRACKS: Free Web Resorces Download Tools Impress Blogger Template

Template Information

Template Type : Blogspot Template

Name : Impress Blogger Template

Licence : Free Template

Properties :

Three Column

Left and Right Sidebar

White

Red

Grey

Fixed Width

Clean

*BloggerTemplatePlace*
Do you Like Our Blog?
Feel Free to Comment!
Tank You!

TuneUpYourBlog Create StaticPages in Blogger

By WEB TIPS AND TRICS - CAOS CASLAS HACKING SECURITY NETWORK CRACK TEAM, Software Reverse Engineering Development

Blogger In Draft just realesed one more Fantastic and Great New Top User-Requested Feature to Improve, TuneUp Your Blogger Blog, and Give it a Better Fashion Style! Blogger now makes it easy to create Static-Pages linked directly from your blog. 

This amazing and fantastic new feature allows you to easily publish static information on static pages. For example, you can create an , About Me page, or an About This Blog page to discuss the evolution of your blog, or a Contact Me page to provides directions, phone number, Fax number, and a map to guive your location.


Adding Static Pages To Your Blog.

First off if you're using a custom template you may have to add some extra code i will show you how at the bottom of the post

Step 1. Log Into Blogger Via Blogger In Draft : Click Her http://draft.blogger.com/

You are now in Blogger in draft and it looks the same except it's a bit more blue :

Step 2. In Your Dashboard Click 'New Post' ► 'Edit Pages' ► 'New Page' as shown below :
You create a page similar to how you write a blog post. From Blogger click the Posting | Edit Pages tab, then click New Page. (Note: you can create up to 10 pages.)

Step 3. Once you click New Page you are brought to an editor the same as your post editor.You add the new page in the very same way as you would write a post, If you were using the old Blogger post editor (I still do, old habits die hard) you will notice a difference as the new editor is default in Blogger in draft.Don't worry it works pretty much the same.

For this example i am going to add a contact me page, Take a look at the image below for the following points :
The red arrow shows the HTML mode. Here is where you have to click if you want to add some code.

In compose mode with the green arrow i added some text and color.
I have the title circled, i used 'Contact me'..very clever.
And circled at the bottom you can see I'm ready to publish my page.
(Once again for people used to the old editor you will notice the preview in the new editor is a pop up) :

Step 4. I have now clicked publish page and i have 3 options as to how and were the page will be displayed.As i said earlier the pages are displayed as a menu but you can do any of the following as shown below :

Display Pages in a menu across the top of your blog.

Display Pages as a menu in the sidebar of your blog.

Publish the page and add the link to a menu you already have

If you choose the third option then the link to your new page will be like this :

http://yourblogadress.blogspot.com/p/pagename.html

Once you chose how you want the pages to be displayed click 'Save and Publish' and the page has been added.You will notice Blogger have cleverly also added a 'Home Page' link to the menu.

If you want more pages, just repeat the steps and add it to your menu with a limit of 10 pages.

You can also edit how the pages are displayed :

In your 'Layout' Click 'Edit' for your pages and you have the option to choose the order in which the pages are displayed or choose to stop displaying a page without deleting it.
At the bottom you will see a tip, this basically tells you if you have your Page as a horizontal menu at the top of the page and move it to the sidebar it will automatically change to a vertical menu to fit the sidebar :

This is a nice new feature and you should take advantage of it.

sexta-feira, 5 de fevereiro de 2010

Twitter Firefox AddOns Tools Top List

Twitter is a mus, and the most powerful microblogging social network service, and Firefox is the most powerfull friendly browser. We create a list of the better firefox addons for: Twitter, Facebook, LinkedIn, Friendfeed, MySpace, Flickr, AIM, MSN and GTalk and much more. This list makes your online social life very simple addons extensions. This firefox addons allow you to post tweets, pictures, follow or unfollow friends, filter spam tweets, and much more. Below is the list of 33 twitter addons for firefox browser that enhance twitter functionality for twitter addicts.

Twitter Top List of Firefox Browser AddOns Tools for Twitter To Enhance your Social Life.


1) Power Twitter 1.38 – It is a powerful firefox addon that allows you to share pictures on twitter via TwitPic. You can also view the original link behind the short URL, which makes you identify the content. If anybody shares only short link URL with you, then Power Twitter firefox plugin automatically translate the link into page titles. Also allow @mentions of friends on profile pages, link shrinking, facebook status updates and more.

2) Yoono – It is all-in-one firefox addon for Twitter, Facebook, LinkedIn, Friendfeed, MySpace, Flickr, AIM, MSN and GTalk that makes your online social life very simple. Yoono plugin one installed can be accessed on the sidebar of your firefox browser window allowing you to get all your friend updates, update your status and share links, images and video across Facebook, MySpace, Twitter, and more. With its ‘Discovery’ widget, you can discover new websites, products, and videos and then share them with your friends online.

3) TwitrPix Express- Allows you to upload and share photo or images from any web site on Twitter without leaving the site you are on. All you have to do is just right-click on the image you want to share and select “Share using TwitrPix.” Enter your Twitter credentials and click Share. A link to the image and your tweet (status message) will be posted on Twitter. A “view image” button will appear if you want to see the photo you just tweeted. TwitrPix Express also provides you with an option to tag images.

4) TwitterBar- Allows you to post to Twitter from Firefox’s address bar. Just type your tweet in the address bar and click the TwitterBar icon to send it to Twitter. The URL of any webpage can be sent directly just by clicking the TwitterBar icon in the address bar. If you want to know how many characters are left for the tweet, the simply hover your mouse over the TwitterBar icon.

5) Shareaholic – A favorite firefox plugin for social networking addicts. Shareaholic allows you to share links, e-mail, tweet, videos, blogs, and images with Facebook, Twitter, LinkedIn, Gmail, WordPress, and more.

6) Echofon- Powerful firefox addon that notifies you of your friend tweets on Twitter and allow you to view updates in a timeline and post your own tweets. Echofon allow you to access multiple Twitter accounts, get unread count in Firefox status bar, handles all the standard Twitter tasks such as direct messages and mentions, Syncs unread tweets with your iPhone and combine sequence tweets easily.

7) monkeyfly – Once you finished installing MonkeyFly, go to your Twitter page and click on the red plus sign next to “Home.” You’ll be able to add the following columns to your Twitter page: Mentions of @You, direct messages to you, your favorites, your tweets, your lists, and if you click on your “Saved Searches” you’ll be able to monitor the latest from Twitter. Apart from this you have following functionalities available which otherwise is not available with native twitter service.

Profile – By hovering the cursor over a twitter’s profile photo, you can view the latest tweets and profile information.

Photo – Using your TwitPic account, you can easily tweet a photo to your followers. The photo will then be displayed as a shortened URL in your status field.

TinyText – Using MonkeyFly’s URL shortener, you will have more room (more than 140 character limit) to write tweet.

8) Search Cloudlet – Tag cloud allows you to find relevant content quickly by showing you all the keywords. The most important websites are shown with bigger font. Search Cloudlet inserts smart tag clouds into Twitter interface to help you search faster. Just click keywords on the cloud to narrow down your tweet search. Once you install Search Cloudlet, you can view tag clouds on your Twitter home-page, search page, profile page, favorites and even into public timeline. Context-sensitive clouds like Author Clouds, Recipient Clouds and Hashtag Clouds also gets added. The plugin also provide tag cloud for Google and Yahoo.

9) Friendbar – Displays stream of text and photo updates from Facebook and Twitter right on the firefox browser toolbar and allows you to post status updates and reply from the browser toolbar itself. Friendbar allows you to automatically create a tiny URL for current web page you are viewing, post updates, retweets, direct messages, and replies, right from the Friendbar toolbar. This firefox extension also provides number of options for facebook too.

10) Twitter Glossary – While tweeting, most of the times we use some common words (slang). With Twitter Glossary you can define those words and terms that you regularly use in tweets. Once you add such words to your personal glossary, your twitter followers will be able to view the definition of those words as floating ‘tooltip’ text over the word when you use it in a tweet. So, newer ‘followers’ will not have hard time to understand everything in every tweet.

11) Twitter Search – This twitter search plugin gives you quick access to the real-time Twitter search.

12) TwitGlee – Search Twitter and Google together. Get Real Time Twitter as well as General Google results in a single webpage.

13) Twitzer – Allows you to post tweets of more than the 140 character on Twitter. The short or tiny URLs can be expanded to actual links so that you are sure you are clicking on safe links. It also help you in identifying the content of the webpage.

14) TwitJobSearch – If you want to search jobs TwitJobSearch.com then the plugin can help you.

15) Twitthat – Allows you to post current page to twitter via twitthat.com

16) TwitterEyes – TwitterEyes keeps track of your character usage when posting a status update and makes replacements for you if you want to tweet more than 140 characters.

17) Tweetlol - This extension provides you with a full-featured Twitter client as a Firefox sidebar pane. You can send status updates, follow or unfollow friend, and everything which is possible in native twitter service.

18) Twitalyzer – This add-on inserts Twitalyzer influence scores collected at www.twitalyzer.com to the Twitter web site (www.twitter.com).

19) TwittyTunes – Allows you to submit the songs to twitter you are currently playing. TwittyTunes only requires FoxyTunes in order to submit currently playing music, but if you only want to submit websites and regular updates FoxyTunes is not required.

20) Twitbin – It keeps all of your Twitter conversations on browser sidebar. Twitbin allows you to send tweets, receive messages, status updates, share links, and more.

21) Kutano - It allows users to discover other twitterers who are interested in the same web pages you are viewing and help you to connect with them instantly, either through @ replies or through easy-to-follow group discussions that can also be found directly beside the web page. Kutano also displays preview of videos and images that your followers have tweeted about, your twitter timeline, @replies, direct messages and follow/un-follow notifications directly into your browser.

22) Tweecious – It can be used as twitter backup or to archive your tweets online. Tweecious find tweets with links and post them to your delicious account. This way you’ll never lose the links you posted on Twitter.

23) Clean Tweets – Sometime Tweets will land you up to malware or porn sites. In order to get rid of such tweets, use Clean Tweets firefox extension that eliminates spam and completely removes such spam tweets from your screen. It automatically deletes any tweets from accounts that are less than 24hrs old and anyone tweet that mentions 3 or more (or what you decide) trending topics in it will not show up.

24) TinyTweet – Allow you to quickly tweet by simply highlighting any text in a web page. Once you highlight any text you want to tweet, just hit the “tweet this” button to sent the tweet. The addon uses bit.ly service to shorten the URL.

25) TwitKit - TwitKit is a Twitter sidebar for Firefox. TwitKit has a 6-section interface, using tabs to separate content. You can view the Twitter public timeline, your user timeline, a list of your friends and their latest tweets, a list of your followers and their latest tweets, @replies made to you, and stats about your account.

26) InstantTweets – This firefox extension lets you send tweets directly from your address bar by simply clicking the blue bird icon. The bird icon will display BLUE if someone is following you and RED if they are not. Just right click on any Image or site to tweet a link to it on Twitter. InstantTweets also shows you “Characters Remaining Countdown” and shorten the Long URLs automatically.

27) Twitter Line - Twitter lines shows your friend’s time line Twitter on your browser tool bar. The addon also allows you to update your status and add/remove favorites.

28) Read All Tweets – It displays only unread tweets in the order beginning from oldest. If you are atwitter addict and do not want to miss out a single tweet on Twitter time-line, then this extension is the best. It also show replies from users you don’t follow and notifies about new DMs.

29) Bccth.is - Use the Bccth.is button to easily tweet from any page you’re on. Your tweet will be automatically populated with the title and URL of the page you are currently viewing. Also select followers and send them a private message in addition to your tweet.

30) Twitter ToolBar – Allow you to tweet the same message more than once on Twitter, so it is easy to re-tweet your own content again and again. Menu offers links to important Twitter pages, replies to you, and its search page.

31) Twiference Sidebar - Twiference Sidebar searches Twitter every time page changed with the keys extracted from the url. It assembles the results then displays the number of detected pages in the status bar and the tweets in the sidebar.

32) CloudBerry TweetFox - CloudBerry Twitter plug-in for Firefox lets you post excerpts from the websites you visit with a click of the button and attach a short URL to the source page.

33) Twicsy - Realtime Twitter Picture Search Engine – Real time image search of Twitpic, yFrog, flickr photos and more.

quinta-feira, 4 de fevereiro de 2010

Download WYSIWYG WebSite Builder Download

Download WYSIWYG Web Builder 6.5.5

WYSIWYG Web Builder download. Crie tudo o que você sempre quis no seu website através de modelos prontos: banners, Java, menus, Flash, etc

WYSIWYG Web Builder v6.5.2

3.89MB
Web Builder is a WYSIWYG (What-You-See-Is-What-You-Get) program used to create web pages. WYSIWYG means that the finished page will display exactly the way it was designed. The program generates HTML (HyperText Markup Language) tags while you point and click on desired functions; you can create a web page without learning HTML. Just drag and drop objects to the page position them ‘anywhere’ you want and when you’re finished publish it to your web server (using the built in Publish tool). Web Builder gives you full control over the content and layout of your web page.
Key Features:

• No HTML knowledge needed!

• Drag and drop objects from the toolbox on the page anywhere you like!

• Site Management. Easily add, edit, clone and structure your web pages from a single file.

• Customizable menus, toolbars, keyboard accelerators, dockable windows, tabs, autohide windows.

• Form layout object to create forms, including actions, hidden fields etc.

• Supports Form fields: Editbox, TextArea, Checkbox, Radiobutton, Combobox and Button.

• Form Wizard to create form in 4 steps. Select from a dozen ready-to-use forms.

• Rich text support: text object can contain different fonts, colors, links and sizes.

• Custom HTML object to insert your own HTML or javascripts.

• ActiveX, JAVA, Flash, Windows Media player, Quicktime, Real Audio and other Plug-In support.

• Publish your entire web site, a single page or a group of pages (to local drive or a web server) .

• Built-in Photo Gallery maker, with lots of cool features like picture frames!

• Built-in Banner maker.

• Rollover images.

• Bulleted Lists: Circle, Disc, Square, Numeric (1, 2, 3), Alpha (a, b, c) , Roman (I, II, III) and custom images.

• Image maps.

• Customize scrollbar colors for Microsoft Internet Explorer.

• Navigation bars.

• Tab Menus.

• Slide Menus.

• Ready-to-use javascripts.

• Template support. Already more than 100 templates available!

• Slide Show component .

• Support for third-party add-ons (extensions), using the Web Builder Extension Builder.

• Import existing HTML pages.

• Hyperlink Style Sheet, to customize the colors/formatting of hyperlinks.

• Built-in Popup support.

• Show optional rulers and ruler guides.

• Page transitions in Page Properties.

• Inline Frame component (IFRAME).

• Go menu: easily create a drop-down navigation menus.

• Menubar: powerful menu script that can mimic complex menus found in popular GUI applications.

• Shape object (Rectangle, Round rect, Ellipse, Diamond, Hexagon, Octagon, Parallelogram, Triangle, Trapezoid, Arrows, Flag, Flower, Heart, Signs, Stars, Talk Bubbles and much more!).

• Master page object. This allows you to re-use objects from other pages (master page concept).

• Layer Object for advanced layout possibilities.

• Validation tools for form components: EditBox, Combobox and TextArea.

• Rotation for shapes and images.

• Ability to group/ungroup objects.

• Image tools: Contrast, Brightness, Hue/Saturation, Flip, Rotate, Resample, Crop and Stencils.

• Image effects: GrayScale, Negative, Sepia, Blur, Soften, Sharpen, Noise, Emboss and more!

• Drawing tools: Line, Line + Arrows, Scribble, Polygon, Curve and Closed Curve.

• Photo gallery border styles/ photo frames.

• Images, shapes and form controls have a new Events Page, to easily add actions to object events!

• The PayPal eCommerce Tools are the quickest and easiest way to add eCommerce to your web site!

• RSS Feed object with podcast option.

• Blog with built-in RSS feed option.

• Google compatible sitemap generator
Requirements:

Windows 7 / Vista / XP
MUST READ: Important information for users of WYSIWYG Web Builder 6.5:

http://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=24682
English version:

Download WYSIWYG Web Builder 6.5.5

Download WYSIWYG Web Builder 6.0 User Guide (PDF)

sexta-feira, 8 de janeiro de 2010

Spice Up Your Internet Rank Website Blog Social Network Tools


CAOS CASLAS FREE WEBMASTER BLOG TOOLS HACKING CRACKS: Free Webmasters Web SEO Resorces Tools. Spice Up Your Internet Rank Website Blog Social Network Tools - Zooloo Website Creator

Bring all of your interests together: news, social networking, messaging, photos, videos, and more...
Use our free website builder to create a website to share with friends or the world.


ZooLoo™ allows you to control your experiences across the Internet.
“ZooLoo provides an impressive array of tools to create the perfect web experience...”

Zooloo Websites Creator integrated with social networks Zooloo.com.Today it's time to show a serious competitor to wix.com. It is an must application that we could use, doesnt need to program to create sites that show our profile, publish news or offer an online store, for example.

Whith Zooloo, we can add pictures, RSS feeds, videos, widgets ... always choosing what we want to show to the public and what will only use for private consultation.

The Zooloo free version is very complete. If we want our own domain, that can be done for $ 30 a year.

Do you Like Our Blog?

Feel Free to Comment and Share it To your Social Networks via AddTo Any Button Below!
Tank You!
Share/Bookmark

WEBMASTER BLOG HACKING TOOLS OneFileCMS PHP


CAOS CASLAS FREE WEBMASTER BLOG TOOLS HACKING CRACKS: Free Web Resorces  Spice Up Your Blog Website Tools CMS PHP

OneFileCMS is a php file that allows us to change the contents of any file from our site.


We just have to define the variables by configuring data access administration section and tell where are the pages of our website, after that we can access the files to change their content.

Surely the CMS easy to install and use, but it is always good to discuss pros and cons to avoid creating
WEBMASTER BLOG TOOLS PEARL BLOGGER TEMPLATE DOWNLOAD

Do you Like Our Blog?
Feel Free to Comment and Share it To your Social Networks via AddTo Any Button Below!
Tank You!
Share/Bookmark

WEBMASTER BLOG TOOLS PEARL BLOGGER TEMPLATE DOWNLOAD


CAOS CASLAS FREE WEBMASTER BLOG TOOLS HACKING CRACKS: Free Web Resorces Download Spice Up Your Blog Tools Pearl Blogger layout Template Download

Pearl is a blogger layout template in a simple and more personalized, Like Wordpress Theme Style Template, and it was created and distributed free by Best Blog Hosting designer, which is the author and has full rights over the layout of value to the author of this template does not remove the links are in the footer of the page
Originally developed by Best Blog Hosting and distributed free to users of blogger, the template you can have a simple style, and many applications that make it a great theme for blogger.
DEMO - DOWNLOAD
DOWNLOAD SERVERS: EASYSHARE - MEGAUPLOAD
Refer themecraft
WEBMASTER BLOG TOOLS PEARL BLOGGER TEMPLATE DOWNLOAD
Do you Like Our Blog?

Feel Free to Comment and Share it To your Social Networks via AddTo Any Button Below!
Tank You!
Share/Bookmark

Greygreen blogger layout Template Free Web Download Tools


CAOS CASLAS FREE WEBMASTER BLOG TOOLS HACKING CRACKS: Free Web Resorces Download Spice Up Your Blog Tools Greygreen blogger layout Template

Greygreen blogger layout is a Wordpress Style template For Blogger in a simple and more personalized, and it was created and distributed freely by the designer Skinpress.com, which is the author and has full rights over the layout of value to the author of this template does not remove the links are in the footer of the page
Originally developed by Skinpress.com and distributed free to users of blogger, the template you can have a simple style, and many applications that make it a great theme for blogger
DEMO / DOWNLOAD
DOWNLOAD SERVERS: EASYSHARE / MEGAUPLOAD
Refer themecraft
Do you Like Our Blog?
Feel Free to Comment and Share it To your Social Networks via AddTo Any Button Below!
Tank You!

Share/Bookmark




Zionn Zenverse Magazine Blogger Template


CAOS CASLAS FREE WEBMASTER BLOG TOOLS HACKING CRACKS: Free Web Resorces Download Tools Zionn Zenverse Magazine Blogger Template

Template for Blogspot 3 column , grey , Magazine template , right sidebar , white , wordpress converted template
Zionn Zenverse Magazine Blogger Template

Blog Template Information

Template Type : Blogspot Template

Blog Template Name : Zionn Zenverse Magazine Blogger Template

Blog Template Licence : Free Blog Template

Blog Template Properties :

Magazine Style Blog Template

Three Column Layout Blog Template

Right Sidebar

Avaliable colours: Grey Blog Template, White Blog Template

Automatic Read More

MyBlogLog Avatar

Twitter Update Widget

Social Bookmarking in Post Area

Slider Gallery

Tabber

3 Column in footer area

Ads Banner whith 125X125

Fixed Width

Elegant Templates
Download Designer
Do you Like Our Blog?
Fee Free to Comment!
Tank You!
Share/Bookmark
toolbar powered by Conduit