Posts tagged tutorial
The best thing about blogs, they just keep going
Jul 31st
The best thing about blogs, they just keep going and to be successful at blog posting you need to keep posting good content. A successful blogger will post great content to their followers and keep their content active with valid topic and relevant keywords posted within their content at a acceptable ratio, cramming your topics and category posts with keyword after keyword is nothing but annoying to say the least. This will only get you banned from many search engine indexers and frustrate your users until they end up not returning in the future.
We will soon post topic on way to create good content, methods of posting that search engines index quickly and rank well if your method is well formatted. The best thing about blogs, they just keep going what this means for you that you can make mistakes but as long as you pick a theme, topic your knowledge is high in and just keep posting you can recover and be a unique blog many will sort after. For now ponder the above statements and think of what your currently doing that does and doesn’t work? in the coming days we will all walk through a good More >
CSS Tutorial – stylesheets a survival guide to day#1
Jul 21st
Ahhh css, in today’s online environment with web development we all must know at-least some CSS. Getting by as a developer today is on one hand easier with all the WYSIWYG editors, CMS and pre-made template websites but what if your want custom development? What if you want to get into the know of creating really well formatted websites? This is where i believe it is now 10 times harder than that of say 8yrs ago!
We now have to have a varied toolbox of such items as Style-sheets, JavaScript, Xhtml and other frameworks to name just a few of the things a good web developer must have a grasp on, today lesson we’ll begin sifting through some CSS or also know cascading style sheets (CSS).
The first time i laid my eyes on CSS was way back around 2000 or HTML 4.0 days, a friend had heard about css and we grabbed the latest copy of PC User and walked through a tutorial of how to change text styles with CSS. Just two lines of css and the text on my HTML web-page changed! I couldn’t believe my eyes, at the time development methods saw images, More >
PHP and MySQL how to delete all data from table easily
Jun 30th
mySQL Delete Tables
I have been playing around with mySQL for a little while now and must say I’m starting to become impressed! MySQL is probably the world’s most popular open source database, if not i would be very surprised? it’s recognized for its speed and reliability, ease of use and to top it off it’s open-source *FREE SOFTWARE*!!
Used with a server-side framework like PHP5 mySQL is a great database decision for storing large data set information quickly easily, a simple set of SELECT commands can add, remove, update and insert data into your web applications instantly. The software powers some of the webs largest DB driven websites and rapid applications. The ease of use and fact its free has made the software an instant hit, compared to the expensive Microsoft competitor SQL which can range in its varied large price but that’s another blog post all together.
Getting back on track one of the biggest issues I’ve had whilst playing with the database framework is actually how to remove a whole bunch of or entire database tables in a single go easily, so hence this tutorial article which will show the newer users or those that have faced the same issue how to More >



