web - Search Results
Some links to important information and hot news from the webmasters world |
Some links to tools that can make your life better... |
|
jsLinb is a Cross-Browser javascript framework with WYSIWYG GUI builder and javascript-based source code Editor 06/02/2011
Rate:
Be the first to Rank• Rich client-side API, works with any backend (php, .Net, Java, python) or static HTML pages.
• More then 40 common components, including Tabs, Dialog, TreeGrid, TimeLine and many other web GUI components.
• Wide cross-browser compatibility, IE6+, firefox1.5+, opera9+, safari3+ and Google Chrome.
• Full API Documentation with tons of samples.
• Ever Increasing Code Snippets.
• Drag&Drop WYSIWYG GUI builder and IDE available. Significantly reduced development time.
• Source code editor Integrated (Code Intellisense, Code folding, Syntax Check and Undo/Redo).
• Compatible with jQuery, prototype,.. Location: JavaScript
|
|
|
06/02/2011
Rate:
Be the first to RankMyWebSql is the ultimate desktop replacement for managing your mysql databases over the web. With interface that works just like your favourite desktop applications, you don't need to keep switching over webpages to get simple things done. Just login to your database and manage your database as if your are working on your desktop!
|
|
|
Lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor 17/12/2010
Rate:
Be the first to RankCLEditor is an open source jQuery plugin which provides a lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor that can be easily added into any web site.
CLEditor is only 9K!
In addition to the standard text formatting features found in other WYSIWYG editors, CLEditor also contains rich drop downs for font name, size, style, text color and highlight color. CLEditor allows you to insert images, hyperlinks and horizontal rules.
CLEditor supports the following browsers on both the mac and pc: IE 6.0+, FF 1.5+, Safari 4+, Chrome 5+ and Opera 10+. All testing is done.. Location: JavaScript / jQuery
|
|
|
11/12/2010
Rate:
This article shows you how to improve your jQuery code in order to get a better performance, 11 tips that will help you to make your web application faster. Includes code and Examples Location: jQuery
|
|
|
11/12/2010
Rate:
The Poetic Prophet (AKA The SEO Rapper) is back with another marketing rap. This time he describes how web standards and proper design can affect the ranking and conversion of pages on your site.
lyrics:Your site design is the first thing people see
it should be reflective of you and the industry
easy to look at with a nice navigation
when you can't find what you want it causes frustration
a clear Call to action to increase the temptation
use appealing graphics they create motivation
if you have animation
use with moderation
cause search engines can't index the information
display.. Location: Info & News
|
|
|
11/12/2010
Rate:
Be the first to RankCompass is a stylesheet authoring tool that uses the Sass stylesheet language to make your stylesheets smaller and your web site easier to maintain. Compass provides ports of the best of breed css frameworks that you can use without forcing you to use their presentational class names. It’s a new way of thinking about stylesheets that must be seen in action! Location: CSS
|
|
|
11/12/2010
Rate:
Be the first to RankSo you’ve just launched your website. The only thing left now is to start creating content and arranging for some promotion, right? Well, not so fast. You first have to do several things to ensure that your site is set up properly and ready for the public.
Here are a few things you should do right after launching a website (and if you can, do them prior to launching your website publicly). Location: Webmaster Tools
|
|
|
11/12/2010
Rate:
Be the first to RankYou can never have too much of a good thing–and two good things we rely on in our work are tips and tricks. Nuggets of information, presented clearly and succinctly, help us build solutions and learn best practices. In a previous article, we shared a jam-packed list of 250 quick web design tips. It seems only right to continue the trend by showcasing 100 fresh–and hopefully useful–CSS tips and tricks. Location: CSS
|
|
|
11/12/2010
Rate:
Be the first to RankOnce upon a time, there was the mighty GIF image format, the most popular type of image compression for web graphics. Then, it was announced that software programs using GIF would require a license (this was because of the Unisys patent for the LZW compression method used in GIF). This change sped up the development for its successor: the PNG format. PNG, which stands for Portable Network Graphics, gained popularity and, nowadays, it’s probably the most used image format when it comes to web design, alongside JPEG. Location: Graphics & Design
|
|
|
11/12/2010
Rate:
|
|
|
A Boilerplate CakePHP Distribution For Web Apps 01/12/2010
Rate:
Be the first to RankEven with a rapid development framework like CakePHP, when creating a production site, there are tons of assets and configurations you need to really create a production site that works and works fast, and as you probably know if you're a CakePHP developer, FAST is not one of it's Pros. so here's something that will save you some time! here's also a github link that can save you some more scrolling time!
|
|
|
very simple solution for a big problem 01/12/2010
Rate:
Be the first to Rankproblem with loading JavaScript in the HEAD tag is that scripts load before HTML, makes the site load slower (and I'm not just talking about download time).
problem with loading JavaScript at the bottom can cause problems with HTML5 and CSS3.
so this simple 2.3k solution will solve all your problems! Location: JavaScript / PHP
|
|
|
Chris Palmer, 15 Nov 2010 28/11/2010
Rate:
Be the first to RankInternet technologists have long known that HTTP is insecure, causing many risks to users. The release of Firesheep made one of these risks concrete and obvious to even non-technical folks.
While HTTPS has long existed as a reasonable way to improve web security, web operators have been slow to host their applications with it. In part, this is because correctly and completely hosting an application with HTTPS takes some care.
This article is designed to help web operators get a conceptual handle on how to protect their users with HTTPS. Taking a little bit of care to protect your users is.. Location: Servers & Deploy
|
|
|
Tips list for configuring the Kohana for online use 20/04/2010
Rate:
Location: Kohana 3
|
|
|
Links to the most important articles that related to web design 15/04/2010
Rate:
Location: Cheat Sheets / Info & News
|
|
|
06/04/2010
Rate:
Be the first to RankThe Pagination library automatically generates styled links like, « First < 1 2 3 4 5 > Last » for navigating through pages in a website. Location: Kohana 3
|
|
|
29/03/2010
Rate:
Be the first to RankAs web technologies constantly advance, the skills a developer is expected to have are constantly increasing. Web users are beginning to expect Ajax interfaces, charts and graphs and a whole host of other tricks and features. This means web developers not only have to be skilled with HTML and a server-side programming language such as PHP or Perl, but they now also need to be JavaScript gurus, Flash experts, and skilled graphic designers. Location: Graphics & Design / Info & News
|
|
|
29/03/2010
Rate:
Be the first to RankCaptchas are used to protect your site by showing something that a computer can't recognize but a human can. They are usually placed on your registration page but they can be placed anywhere you want to make reasonably sure you are dealing with a person and not a bot.
Kohana's Captcha library can currently generates basic, alpha, word, math, riddle captchas. Captcha configuration is defined in groups which allows you to easily switch between different Captcha settings for different forms on your website. Location: Kohana 3
|
|
|
29/03/2010
Rate:
Google erected their Webmaster tools some time ago. Part of this is sitemap.xml, a file containing all the urls of your website to allow for easier indexing by Google and other search engines. It’s in xml, writing it by hand would thus be a serious PITA. Today I whipped up a small library for Kohana to aid in this. In part it uses the get_url() method I posted on earlier. Location: Kohana 3
|
|
27/03/2010
Rate:
Be the first to RankModel-View-Controller (MVC) is probably one of the most quoted patterns in the web programming world in recent years. Anyone currently working in anything related to web application development will have heard or read the acronym hundreds of times. Today, we’ll clarify what MVC means, and why it has become so popular. Location: Info & News
|
||


















