phpzag1 Profile

phpzag
Join Date:
2012-04-28
Blogs Owned
1. phpzag
phpzag is a programming blog. Tutorials focused on Programming, Jquery, Ajax, PHP, Magento, Web Design, Javascript, Software and MySQL
Tags: php tutorials, programming, magento, jquery, php
Latest Blog Posts
- Check function existence before calling in Javascript/JQueryon Sep 28, 2012 in Javascript JQuerySometimes we need to check of function existence in Javascript/JQuery before calling it. This is very simple, just use Javascript window object to check for function. if you are using JQuery, use jQuery.isFunction to check function existence. Here in...
- Working with CSS max-width Propertyon Sep 27, 2012 in CSSThe max-width sets the maximum content width of a block which does not include padding, borders or margins. An element to which max-width applied will never be wider than the specified value even if the width of an element is set to be wider. But som...
- Uploading files through FTP using PHPon Sep 26, 2012 in PHPAs a web developer, we often need FTP Clients(FileZila, WinSCP, SmartFTP etc.) to send or upload files to a server via FTP. But if you are familiar with php, you can easily create your own FTP script to sending files from one server to another. php p...
- HTML5 download Attributeon Sep 24, 2012 in html5As we had discussed many useful html5 elements and attributes like canvas, placeholders, figure, slider, header, audio etc. Recently, I have find extremely useful html5 attribute. it’s a html5 download attribute that’s very simple to u...
- HTML5 New hidden Attributeon Sep 22, 2012 in html5HTML5 has provide us with useful and magical HTML attribute: placeholder and many more. There is another new attribute introduces by HTML5, that’s hidden atribute. This atribute functions just like CSS “display:none;”. According to...
- Box Sizing and Control Textarea Widthon Sep 20, 2012 in CSSWorking with html elements, sometimes we have to control width of an element within its parent container. As we know that few html elements containing padding which makes things more vulnerable. For example working with textarea sometimes we needed 1...
- Rounding Up AJAX/JQuery File Uploader for your Web Applicationon Sep 19, 2012 in UncategorizedUploading files and images are very common tasks in the modern web like uploading profile picture, uploading trip pictures to their social networking account etc. As uploading files is a very simple task but AJAX and JQUERY improved it much more. Now...
- Insert content at cursor position in tinyMCE rich text editoron Sep 19, 2012 in JavascriptRecently I had a requirement to add text and images at the cursor position in tiny editor. Actaully I had to impliment multple images attachment with “add to post” button with each uploaded images and when user clicked the button “a...
- PHP Tutorials and Resourceson Sep 15, 2012 in PHP php roundupsPHP is the most popular scripting language in web world. it’s very easy to learn. it doesn’t matter if you are newbie or experienced. You jsut need to cover basics of PHP language to start your server side web projet. Here we will cover u...
- Stunning jQuery Lightbox Plugins for Your Upcoming Web Designson Sep 13, 2012 in JQueryLightbox are powerful JQuery plugins which can transform any simple image library into an attractive and effective gallery. In current scenario everybody wants JQuery lightbox effects on their web images and image galleries. Actually Since the or...
- Load jQuery Dynamically with Latest Versionon Sep 12, 2012 in Javascript JQueryRecently I have needed to load JQuery dynamically. The requirement was to load JQuery properly within script tag with its attributes; and finally within HEAD tag. Actually its very simple to include JQuery dynamically. it require a little knowledge o...
- Working with WordPress Custom Fieldson Sep 12, 2012 in WordpressIn our previous articles, you have read about Hooks and Plugins. In this article, we will discuss about WordPress Custom Fields and its use. What are WordPress Custom Fields? WordPress Custom Fields are a form of meta data that allows you to store in...
- Free Bundle of 99 PSD from Design Shockson Sep 10, 2012 in Web DesignThis is awesome freebie PSD themes collection from Design Shocks. it contains 99 High Quality PSD Themes. By using these themes, you can create high quality template because these are made with the possible highest quality design. Themes Previews 1:...
- Codelobster – Free PHP, HTML, CSS, JavaScript Editor (IDE)on Sep 9, 2012 in Freebies Web DevelopmentIn my previous article, I have provided you with major Editors for PHP Development . In this article, we will discuss about Codelobster PHP editor. Codelobster is a free PHP, HTML, CSS, JavaScript Editor (IDE) which simplifies PHP development proce...
- Free! CSS Box MachineCSS Box Machine is a free resource from wordpressthemeshock. it is a CSS boxes generator, which has about 25 boxes styles for you to use rightaway.It’s as easy as surfing through the box styles and select the one you like the most, you have the opt...
- Free Minimalistic Responsive WordPress themeThis is a free responsive minimalistic styled theme from wordpressthemeshock that will allow you to create a nice magazine site, obviously it has all the features like Multiple fonts, gallery, unlimited sidebars, fully responsive, making it fully a...
- TinyMCE WYSIWYG Editor – Customize tinymce editorTinyMCE is a open-source web based Javascript HTML WYSIWYG editor, which allows users to add custom HTML and CSS without having to remember any code. You can simply select the element or text and apply the relevant format using the style dropdown, fo...
- Lightbox – Lightbox 2.0 image viewerLightbox is a popular, simple, unobtrusive script used to overlay images on top of the current page. It’s a snap to setup and works on all modern browsers. This lightbox plugin can give your gallery something extra you may wish to add the Light...
- Overloading and Overriding in PHPOverloading and Overriding are forms of polymorphism in OOP. According to Object Oriented Programming (OOP) concept if a class has methods of the same name but different parameters then we say that we are overloading that method. Also if we were to c...
- Tips To Improve Your Ecommerce Site’s SecurityToday security is the main concern for all eCommerce website because these website’s have very important transactions data. However, we can limit the security holes by adopting few easy steps. Here in this post I have explained few basic points...