Upgrade php 5.5.9 to php 5.6 - howto

6:00 AM

(0) Comments

Hi all,
if you deployed a new droplet (digital ocean) , or EC2 (amazon). By default, it's set up with PHP 5.5.9. Now most php package requires 5.6 as minimum due to many problems in 5.5.9
In this short tutorial we will guide you through upgrading php from 5.5.9 to php 5.6



eslam

,

Beautifully designed pricing pages for your inspiration

4:15 AM

(0) Comments

today we picked up 5 of most beautifully designed pricing pages to insipire you for your next saas project.



enjoy our picks , and if you know another pricing page you like tell us in the comments.

1. Animaker
Animaker uses coloreful page that catch your eye and in a glance you can know which plan suits you according to features and price.

top free bootsrap templates 2017

11:04 AM

(1) Comments

Bootstrap became the most used frontend css template in all time with more than 113K stars on github.
We introduce to you our picks for 2017 bootstrap themes/templates , we hope you like it.

1. Bell


Bell is a single page Bootstrap 4 theme. Bell can be used for multipurpose website including Agency, Startup, Business, Factory, Real Estate, Construction, Finance, Consulting, Cleaning Service or any type of business website.
Demo - Download


Feather Icons : Simply Free beautiful open source icons

2:52 AM

(0) Comments

Hello everybody , We are back with amazing and beautiful new open source icons made by Cole Bemis
 


You can install the icon via NPM if you are using frontend workflow

npm install feather-icons


Or just download the full package here

Enjoy the icons

eslam

, ,

free high quality mobile phones psd mockup

1:27 PM

(0) Comments

iPhone 5C flat mockups 

- Free iPhone 5C flat mockup .  PSD designed and released by Garrett Cumber.

Free Small Icons Set - 60 Icons ( PNG, SVG, PSD )

2:10 AM

(0) Comments

today's icon set is extremely easy to use and will most probably be the next  resource for any of your design projects

The set was created and designed by Nick Frost and Greg Lapin
and brought to us by smashingmagazine



eslam

, , ,

Top 5 free mocking and wireframing tools

2:28 PM

(2) Comments


All of us needs a mocking tool for fast prototyping and to show the client what's our vision is
here is top 10 free wireframing and mocking tools for your next web design project
good luck bros


1- Lumzy
From creating a prototype, to sending it to clients, everything is seamless. In fact, Lumzy doesn't have a file extension, so your client need not bother downloading a player to open any prototype files. A link is all they need.

2-  Mocking Builder
Mocking Builder is a prototyping solution that helps design software or websites while reducing the time and cost spent on the negotiation stage. Identify your requirements and get the job done right!


Top 10 free tools for designers and frontend developers

2:37 AM

(4) Comments

below is top 10 free tools to help designers and frontend developers to get the job done quick

1: Bootstrap

twitter bootstrap is awesome css framework with a lot of features it designed to be mobile first framework with powerful and flexible grid system , i highly recomment it

2: Mockflow

mockflow is a cool wireframing tool you can sketch your design first to make sure it good and ui - ux perfect then you jumb to your photoshop :) the website has a free plan and also paid planes

Free ecommerce icons 33 PNG icons + PS + AI

2:01 AM

(0) Comments

Hey all
another freebie for you guys its from smashing magazine this time its a 33 ecommerce icons in a png and photoshop psd included also the Illustrator ai file with different sizes 32 × 32, 64 × 64, 128 × 128 and 256 × 256 pixels

it suit your mobile application too :)
download it its a free

Flat UI - free web UI + PSD & HTML

1:35 AM

(2) Comments

Flat UI Free – PSD&HTML User Interface Kit

Hey Guys i know that i am not here all the time , but i will try to post at least a post a day so keep tuning
today i give you a freebie , an awesome Flat UI Kit you can use it on your next web project , it includes a free PSD and free icons its from the awesome Designmodo guys

Demo - Download

Flat UI package includes :-

  •  - PSD files
  •  - Layered (Shapes)
  •  - Retina Ready
  •  - Color swatches
  •  - Glyphs – svg format
  •  - Free font used – Lato

  • and
    Flat UI html based on Twitter Bootstrap

    HTML version of Flat UI includes :-

  •  - Twitter Bootstrap Framework based
  •  - Retina Ready Images and Icons
  •  - Custom form components
  •  - Sleek CSS3 effects
  •  -  OOCSS approach
  •  - Easy configurable color scheme
  •  - New web-font and new web-font icons

  • happy design , enjoy :)


  • free youtube background layout to use on your channel

    2:09 AM

    (0) Comments

    these is a free youtube channel background layout to use for free




    credits goes to Demeters

    image photo scroller slider for your mobile web application

    1:59 AM

    (0) Comments


    my co-worker  was developing a mobile web version for  the company website and we searched alot for an image slider optimized for mobile phone and touch events
    and here is the revised list for what we have found
    have fun with programming

    Sequence JS

    sequence is a creative content slider , its not really for mobile but it uses css3 and responsive design techniques so it will display correctly in tablets and big screen mobile , it will display in other mobiles but it will not be effective


    top 30 background and texture for your design and inspiration

    4:57 AM

    (0) Comments

    hey all
    i am collecting the best backgrounds and texture for you to use in your next design
    lets div in guys

    1- Brown textured paper

     Download

    2- Purple waves background

     Download

    fix indexOf in internet explorer

    11:26 AM

    (3) Comments

    when you try to use indexOf javascript it will not work on ie
    the perfect solution is to create simulated function if indexOf not exists

    if(!Array.indexOf){
        Array.prototype.indexOf = function(obj){
            for(var i=0; i<this.length; i++){
                if(this[i]==obj){
                    return i;
                }
            }
            return -1;
        }
    }

    eslam

    ,

    node up a new podcast for NodJs

    8:01 AM

    (2) Comments


    nodeJS the new technology that brings a new possibilities to javascript and server programming
    if you want to keep up with the new of nodejs follow that podcast its a new podcast about node js http://nodeup.com/

    eslam

    ,

    [Humor] the structure chart of major tech companies

    3:30 AM

    (1) Comments

    simple funny chart about the structure and organization of the major tech companies

    eslam

    wow slider another awesome jquery slider

    11:15 AM

    (3) Comments

    hey guys

    i was searching for a good transition for a header slider for my new project i tried all easying transition but i am not fuly satisfied because i was looking to blow the client mind :P
    so i searched a little bit and found one that blow my mind :D
    wow slider uses visual effects (Blast, Fly, Blinds, Squares, Slices, Basic, Fade, Ken Burns, Stack, Stack vertical and Basic linear) and enhanced with tons of professional made template

    eslam

    ,

    Mobile Web & HTML5 Performance Optimization

    6:19 AM

    (1) Comments

    hi every body
    i m getting to you awesome slides about mobile web specially html5 app optimization for mobile
    we all know that mobile web is kinda slow comparing with other web targets , so your app needs to be highly optimized
    in these slides Maximiliano Firtman talk about how to optimize html5 web app and why to do that
    enjoy :)


    eslam

    ,

    build native iphone & android apps with javascript - introduction

    1:40 PM

    (0) Comments


    hi all , sorry for not being posting for along time
    but i was very busy , now i am back with a fantastic technology that makes code a native iphone or native android app with javascript possible
    javascript is a handy language but its a client side language works only on browser or that we was thinking :) in the past few years javascript jumbed too much and entered many fields beside the normal browser thing , and we saw node.js and how to program a webserver in javascript and use websockets and we saw adobe air and how to use javascript to make desktop application .
    now we continue by using javascript to make native app for smart mobile phones like iphone , android.
    there is several liberaries can do that but one of them i liked too much , its a Titanium Appcelerator.
    Titanium Appcelerator is a really amazing lib to make apps for mobile phone using javascript and access native features like phone book , GPS , gravity  and accelerometer
    Titanium Appcelerator now has 1.5 million active developers and 21,7000 app and 20 million active user , yea thats is a really big stats
    i will isA in the next posts show you how to download and install it and how to build your first app and we will go deep and dive a little into it and finally deploy your project and distribute it
    so stay tunned

    Debuging php through fire fox using FirePHP

    2:34 AM

    (0) Comments


    i was searching for a php console i can attach it with firefox to instantly debug , but a break points and so on so i can develop faster and find bugs and errors faster
    i found awesome addon to firefox called firephp , its attached to famous firefox addon firebug
    simply you need :
    firefox , firebug , firephp
    and just include the firephp class into your code

    require_once('FirePHPCore/FirePHP.class.PHP');
    $firephp = FirePHP::getInstance(true);