₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,037 members, 8,420,012 topics. Date: Thursday, 04 June 2026 at 09:28 AM

Toggle theme

Timotew's Posts

Nairaland ForumTimotew's ProfileTimotew's Posts

1 2 3 4 5 6 7 8 9 10 (of 12 pages)

WebmastersRe: Will Adsense Approve A Blog Whose Posts Were Copied By Other Bloggers by timotew: 10:02am On Mar 07, 2016
There is no magic to it, This is a webmaster forum.
You should know that creation and modified date is always sent with the HTTP header to the browser.
Google don't need any tool to get all this info. First post is the original.
WebmastersFree 100% Responsive 3 Columns Blogger Template Download by timotew(op): 1:13am On Feb 21, 2016
This is the first blogger template am giving away on this blog, I hope you like it. I take my time to make sure that the template is 100% responsive so that it can work with any screen size including mobile displays, tablet and mini screens. With the help of JQuery the template menu automatically reduce itself to the screen size. You will have no trouble using it.I also make sure that it has 3 columns for those that loves it that way. I did not forget the ads positioning too to maximize your advert earnings through this template. This template is SEO Ready to help you skyrocket you blog to the top.
Download from my blog :http://www.codingsavvy.com/2016/02/free-3-Columns-responsive-blogger-template-download-sdk-alpha.html
Literature20 Reasons Why You Need To Start Blogging. by timotew(op): 8:35am On Feb 17, 2016
I have been a blogger since 2008, Blogging is what motivated me to become a programmer a year after. It is what make me who I am Today, Am proud to say that I have become a better me. It improve my learning, writing and speaking skills academically. It Builds me an online audience, I was able to gain people's trust and confidence , It helps to Improve my think ability and ways of observing and tackling challenges in life. It make me a lot of money and brought me new friends. It make my Life better and Today I am happy that I start blogging and am proud to be a blogger. But it seems some people don't just realize why they need to blog So, Am putting this together to give you an insight on the benefits of blogging and the reason why you need to own a blog, be yourself and let your voice be heard .

3. You’ll Develop an eye for Meaningful Things.
By necessity, blogging requires a filter. It’s simply not possible to write about every event, every thought, and every happening in your life. It teaches you on what to write for every situation depending on your audience, You don't just write to explain anymore it teach you how to summarize it by keeping it short, simple and understandable.


Continue ...: http://www.codingsavvy.com/2016/02/reasons-why-you-need-to-start-blogging.html
CelebritiesRe: 20 Reasons Why You Need To Start Blogging. by timotew(op): 9:22pm On Feb 16, 2016
eyeview:
6 main Reasons why Nigerian youths are now into blogging:
1,Linda Ikeji bought a house in Banana Island
2,A house was bought in Banana island by Linda Ikeji
3,A house was bought by Linda Ikeji in Banana Island
4,In Banana island,a house was bought by Linda Ikeji
5,In Banana Island,Linda Ikeji bought a house
6,Linda Ikeji bought in Banana Island,a house.
Funny!

I don't know why but I think it has motivated some people.
Celebrities20 Reasons Why You Need To Start Blogging. by timotew(op): 7:41pm On Feb 16, 2016
I have been a blogger since 2008, Blogging is what motivated me to become a programmer a year after. It is what make me who I am Today, Am proud to say that I have become a better me. It improve my learning, writing and speaking skills academically. It Builds me an online audience, I was able to gain people's trust and confidence , It helps to Improve my think ability and ways of observing and tackling challenges in life. It make me a lot of money and brought me new friends. It make my Life better and Today I am happy that I start blogging and am proud to be a blogger. But it seems some people don't just realize why they need to blog So, Am putting this together to give you an insight on the benefits of blogging and the reason why you need to own a blog, be yourself and let your voice be heard .

1. It Sharpens your Researches and Observations.
It helps you think more clearly, Blogging is challenging, and challenges are good they make you look beyond the obvious, to ask questions where everyone else simply nods, and to set the status quo on its head. You are challenged to learn new things, how to use new tools and products. The more you blog, the better you see and appreciate tiny details others take for granted.

3. You’ll Develop an eye for Meaningful Things.
By necessity, blogging requires a filter. It’s simply not possible to write about every event, every thought, and every happening in your life. It teaches you on what to write for every situation depending on your audience, You don't just write to explain anymore it teach you how to summarize it by keeping it short, simple and understandable.

Continue ...: http://www.codingsavvy.com/2016/02/reasons-why-you-need-to-start-blogging.html
ProgrammingStep-by-step Guide For Programming With Node.js by timotew(op): 1:04pm On Feb 14, 2016
Node.js is an asynchronous, event-driven framework built on top of Chrome's JavaScript engine and designed for creating scalable network applications. I was created with JavaScript plus a some of C/C++ under the hood so that it can do things like interacting with the filesystem, starting up HTTP or TCP and Socket servers and so on. It is non-blocking, so it doesn't make the program wait, but instead it registers a callback and lets the program continue. This means it can handle concurrent operations without multiple threads of execution, so it can scale pretty well.

Full Tutorial at : http://www.codingsavvy.com/2016/02/beginners-step-guide-for-nodejs.html
ProgrammingHow To Create Custom Audio Media Player With HTML5 And Jquery by timotew(op): 11:40pm On Jan 29, 2016
The aim of this tutorial is to create an awesome audio music player that can work cross-browser and make it feel like the user is having the app directly on their computer, Which is cool. This is going to be fun you can sit back, You are about to learn the real power behind HTML5 and JQuery combination. One of the most difficult things the web is facing it to access local file from user system and read/write on them, most browsers prevent this for security reason which is fine. All we need for this tutorial is just a read only access to mp3, mp4, wave e.t.c files on user system, In the part two we are going to do more.
Full tutorial at http://www.codingsavvy.com/2016/01/how-to-create-custom-audio-media-player.html
WebmastersHow To Create Custom Audio Media Player With HTML5 And Jquery by timotew(op): 11:29pm On Jan 29, 2016
The aim of this tutorial is to create an awesome audio music player that can work cross-browser and make it feel like the user is having the app directly on their computer, Which is cool. This is going to be fun you can sit back, You are about to learn the real power behind HTML5 and JQuery combination. One of the most difficult things the web is facing it to access local file from user system and read/write on them, most browsers prevent this for security reason which is fine. All we need for this tutorial is just a read only access to mp3, mp4, wave e.t.c files on user system, In the part two we are going to do more.
Full tutorial at http://www.codingsavvy.com/2016/01/how-to-create-custom-audio-media-player.html
WebmastersHow To Prevent Uploading Adult Images To Your Website Using PHP And Angularjs by timotew(op): 10:05pm On Jan 12, 2016
There are lot of restriction on Adult Images and contents on the web, some user abuse the opportunity you give to them to upload images that might get your website into trouble, Not all webmasters have the time to be screening all images uploaded to their server before it is published. It can be painful to know which type of Image that exposes body parts through just a little line of coding for this reason we are going to borrow a class from phpclasses.org to help us view this images and screen them out, Do you know an interesting part, This class has a tolerance control that can help you set the amount of expose able parts, We don't want to block a picture of woman breast feeding her baby when we are building a charity site.
Full tutorial and Demo at http://www.codingsavvy.com/2016/01/how-to-prevent-uploading-of-drape-and.html
ProgrammingHow To Prevent Uploading Of Adult Images To Your Website Using PHP And Angularjs by timotew(op): 9:54pm On Jan 12, 2016
There are lot of restriction on Adult Images and contents on the web, some user abuse the opportunity you give to them to upload images that might get your website into trouble, Not all webmasters have the time to be screening all images uploaded to their server before it is published. It can be painful to know which type of Image that exposes body parts through just a little line of coding for this reason we are going to borrow a class from phpclasses.org to help use view this images and screen them out, Do you know an interesting part, This class has a tolerance control that can help you set the amount of expose able parts, We don't want to block a picture of woman breast feeding her baby when we are building a charity site.
Full Tutorial at http://www.codingsavvy.com/2016/01/how-to-prevent-uploading-of-drape-and.html
WebmastersRe: Webmasters Review This Site by timotew: 11:25pm On Oct 09, 2015
Great Design.
1.your github page is not properly linked.
2. please try and show little consideration for those that have javascript disabled in their browser.
3. your home picture might look better if it not in grayscale, maybe you like it classic but colored picture might look better.
4. on your contact page add + sign to your phone number , Make both phone number and email bolder.
WebmastersRe: PAYPAL Release Full Paypal Features To Nigerian Paypal Users by timotew: 12:25pm On Oct 03, 2015
If it is up to me I will say paypal should not release the full feature yet, why? If you have been able to visit paypal forum and see what our fellow Nigerians has done VIA paypal you will cry for some victims. It not that am not suffering from the limitation too but am just being human. Some Nigerians are so heartless sorry to say. Am a Nigeria I believe if it will take me self discipline to leave a bad habit it worth it. I went through hell before paypal verify me but if am the CEO of paypal I will do worse .
Am still battling with AMAZON verification but no matter what happen I will never lie or deny my country during Registration. I believe it a process we will have to go through. GOD BLESS NIGERIA.
WebmastersRe: Type Your Website And Take Advice by timotew: 12:12pm On Oct 03, 2015
noblejoeuc:
Drop your website in the format below let nairalanders advice, comment and criticizes it for improvement.

www.1960goals.com
Livescore and soccer prediction website.
Sir your Digital Clock has a Bug it uses the clients system time instead of server time, the time on my PC is not correct and it picked it up.
Please try to use a more reliable timing plugin there are lot of live timing plugin online that will work with blogger.
NO OFFENSE just want to help.
WebmastersGood News!, Google Is Extending HTTPS Support to by timotew(op): 8:51pm On Oct 01, 2015
I was happy when the announcement was made on Blogger Buzz yesterday that Google is now extending HTTPS to just like their other products such as G-Drive,Google search e.t.c.
In case you are unaware of the importance of HTTPS:
it makes it harder for bad actors to steal information or track the activities of blog authors and visitors, it helps check that visitors open the correct website and aren’t being redirected to a malicious location, and it helps detect if a bad actor tries to change any data sent from Blogger to a blog visitor.

Once enabled, your blog will become accessible over both HTTP and HTTPS connections. authors should be aware that if they choose to encrypt at this time, some of the current functionality of their blog may not work over HTTPS.

TO ENABLE :
Simply log into https://www.blogger.com, click on the blog you’d like to make HTTPS enabled, navigate to the Settings page, and select "yes" for "HTTPS Availability". Unfortunately, blogs with custom domains are not supported in this first version.

NOTE : The new HTTPS support dose not support costume domain yet. i.e https://www.yourblog.com(not supported), https://yourblog..com(supported)
PhonesHow To Locate, Wipe Or Track Down Your Lost Or Stolen Android Device by timotew(op): 7:49am On Aug 12, 2015
If it stolen or you lost it need to be located, I just lost one of my Android devices Today and it my favorite, it painful because I have many of my private and important data are on the device but am not so worried because I know that I will locate it easily. I lost the device in a taxi because it drops out of my pocket when I was trying to alight but I did not notice until I got down from the taxi and I noticed that my weight got lighter, I felt my pocket and it gone.
I intentionally left the device with a simple Android slide lock and neglect the pattern lock so that the person that stole the device will not be thinking of wiping the device even though I trust that I will still be able to connect to the device even if it is wiped.I know most of my friends in the same situation that are reading this article are desperate to find their device so let get to business.
full article : http://www.codingsavvy.com/2015/08/how-to-locate-your-lost-or-stolen.html
WebmastersFirefox Users, Here's A Security Flaw You'll Need To Fix by timotew(op): 11:19pm On Aug 08, 2015
On Thursday, Mozilla revealed a vulnerability in its browser that was discovered by a Firefox user. An ad on an unnamed news site in Russia was able to tap into the vulnerability to upload certain files from a user's computer to a server apparently based in the Ukraine. Exploiting Firefox's PDF Viewer and its use of the widespread JavaScript code, the hack seems to capture only "developer focused" files -- think FTP (file transfer protocol) -- at lea
Read More : http://www.codingsavvy.com/2015/08/new-security-flaw-in-firefox-bug-can.html
ComputersFirefox Users, Here's A Security Flaw You'll Need To Fix by timotew(op): 10:12pm On Aug 08, 2015
On Thursday, Mozilla revealed a vulnerability in its browser that was discovered by a Firefox user. An ad on an unnamed news site in Russia was able to tap into the vulnerability to upload certain files from a user's computer to a server apparently based in the Ukraine. Exploiting Firefox's PDF Viewer and its use of the widespread JavaScript code, the hack seems to capture only "developer focused" files -- think FTP (file transfer protocol) -- at lea
Read More : http://www.codingsavvy.com/2015/08/new-security-flaw-in-firefox-bug-can.html
ProgrammingRe: Internet Users Association Of Nigeria Is About To Be Created. Be A Part Of This by timotew: 11:59pm On Aug 06, 2015
Nothing like that can be allowed to exist, I join Google in 2013 to Protest over making the internet free to everyone, Now you are trying to segregate things. it useless.
ProgrammingRe: Javascript Is Very Very Powerful, It's Not Just Script. by timotew: 11:48pm On Aug 06, 2015
Nickzom:
When I learnt JavaScript back in 2013, Everybody were telling me it is just a script language - client sided and cannot be used to write heavy applications.

Guess what I proved all of them wrong and I am kinda rocking on it in building all my web applications. I built my website from scratch and believe me my website is totally a HEAVY application. Instead of using java to create applets to integrate into my php. I used JavaScript all through.

Not only did it make my web application more effective and reliable, it made it super fast.

My web application does calculations and shows the steps in a very unique way.

Thanks to JavaScript, I thought you programmers should know.

You can see my work at www.nickzom.com

Have a nice day!
Great production but your site will have a huge disadvantage when it come to SEO because crawlers always disable javascript to avoid being hacked.
ProgrammingRe: Nairaland : Please Add 1 To The Pagination Counter Not Everyone Is A Programmer by timotew(op): 11:38am On Aug 02, 2015
MisterNobody:
@op, you need a job AFAP, NAF they recruit o. grin
Look well shocked am in the last page which is page seven of the pagination but it showing that the last page is page 8.
[img]http://2.bp..com/-Bp0iXYYfvng/Vb3yE1A4v4I/AAAAAAAACKs/owElyjkifpE/s1600/na.PNG[/img]

Think before you comment bro.
WebmastersIntroduction To Regular Expression In PHP And Javascript by timotew(op): 10:10am On Jul 26, 2015
It is the Duty of every developer to validate and make sure that all the data that users supply are valid before it gets to the database, Today I will ensure we touch both sever side and client side validation using the regular expression. "In theoretical computer science and formal language theory, a regular expression (abbreviated regex or regexp and sometimes called a rational expression) is a sequence of characters that define a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. "find and replace"-like operations. The concept arose in the 1950s, when the American mathematician Stephen Kleene formalized the description of a regular language, and came into common use with the Unix text processing utilities ed, an editor, and grep (global regular expression print), a filter." - Wikipedia.

Read full article : http://www.codingsavvy.com/2015/07/using-regular-expression-as-validator.html
ProgrammingMicrosoft's New Web Browser Is Up To 112% Faster Than Google Chrome by timotew(op): 9:58am On Jul 18, 2015
I know most developers will love to get their hands dirty with the new Microsofts Windows 10 Edge browser most especially to test run their new apps with Google Chrome being the most popular browser in the world Microsofts Edge might prove to be superior.
Edge is the name for Microsofts latest browser that is shipped in with Microsoft latest Windows version, Windows 10. The release date of Microsoft Windows 10 is July 29th of this year. Windows 10 will be used across all Microsoft devices, including desktops, laptops, tablets and smartphones – as well as the Xbox games console and HoloLens, Microsoft's new wireless holographic headset.

Test Results

On WebKit Sunspider, Edge is 112% faster than Chrome
On Google Octane, Edge is 11% faster than Chrome
On Apple JetStream, Edge is 37% faster than Chrome

Read full & detailed story : http://www.codingsavvy.com/2015/07/microsofts-windows-10-edge-proven-to-be.html
WebmastersMicrosoft's New Web Browser Is Up To 112% Faster Than Google Chrome by timotew(op): 9:51am On Jul 18, 2015
I know most developers will love to get their hands dirty with the new Microsofts Windows 10 Edge browser most especially to test run their new apps with Google Chrome being the most popular browser in the world Microsofts Edge might prove to be superior.
Edge is the name for Microsofts latest browser that is shipped in with Microsoft latest Windows version, Windows 10. The release date of Microsoft Windows 10 is July 29th of this year. Windows 10 will be used across all Microsoft devices, including desktops, laptops, tablets and smartphones – as well as the Xbox games console and HoloLens, Microsoft's new wireless holographic headset.

Test Results

On WebKit Sunspider, Edge is 112% faster than Chrome
On Google Octane, Edge is 11% faster than Chrome
On Apple JetStream, Edge is 37% faster than Chrome

Read full & detailed story : http://www.codingsavvy.com/2015/07/microsofts-windows-10-edge-proven-to-be.html
WebmastersPost Your Blog Here For Guest Posting. by timotew(op):
I have to admit I was too busy this days to write on my blog and I know am not the only one, many programmers here are also having the same issue.
I will like us to work together by exchanging a guest post instead of reviewing blogs let contribute to it.
If you will like me to guest post on your blog please drop the URL and some information on what your blog is about.
As for me.
I have a new blog that is just about two months old, it traffic is just rising so don't expect thousandths of phone call from it audience It is a programming site so please if you can write an article that has a demo and a downloadable source it will be much appreciated.
Here is the traffic statistics.
[img]http://1.bp..com/-YGwkPIxztJU/VafQZrInacI/AAAAAAAABAA/1-FGbEi3IEk/s1600/stats.PNG[/img]

Please post your own blog, IF I have some ideas about things on your blog keyword.

Published Blogs Last Updated:8/2/2016
http://www.eduregard.com ...EDUCATIONAL PLATFORM
http://www.rugsville.com/blog/ Home Decor Tips & Decorating Ideas
http://www.bolkay..com A multi-purpose gist blog.
http://www.techystop.com Technology
http://naijadreamjobs.com updates on job market trends.
http://www.trendsilk.com Entertainment / Fashion News
http://talktolove.com/ We need partners for our new story blog
http://www.gistend.com My blog is a multi nich blog.
http://www.proxze.com/ [/i]
http://yourfantasticblog.com
http://firstgist.com
http://www.dantewest. [i]My blog deals majorly on being an Agnostic Nigerian.

http://africastory22./
http://www.andrinn.com
http://www.ilovephc.com
http://www.ellablogpedia.
http://http://typesofnursing.com
http://gurureporter..com
http://chimynw..com
http://www.surestnigerianjobs.com job search blog
http://www.amebomapoly.com Educational blog
http://www.whizvilla..com
http://www.trendsilk.com News|Music |eye witness news| History |Trends , All write ups are appreciated
http://www.androsurf.com
http://burujnews.com/ News you can trust,story, breaking news
http://www.healthlog247..com
http://www.socialmediaverve.com/ Quality guest posts that cover Social Media and SEO topics needed (min. 1,500 words),
The blog is consistently growing in organic traffic. My readers have been disturbing for more consistent posting. Coz I'm a bit busy of late

http://www.deazyworld..com Phone and pc tutorials guests post is urgently needed and I also write guests post you.
http://bondingmemories..com
http://naijatootnow..com
http://www.adezlovedoctor..com
http://www.ebiravabe.com
http://candeedopinions..com
http://naijalane.com.ng YOUR LATEST INFORMATION ON A FAST LANE
http://www.bugwap.com
http://www.20dollarblogs.com an internet marketing business information and affiliate marketing with products. I need guest post.
http://www.timinaija..com
http://www.anatech.com.ng/blog
http://abelgist.com
ttp://www.davidshawnibim..com All write ups and materials will be treated
thank you.

http://www.successincentives..com
http://www.authenticgist.com
http://brightonict.com We welcome guest bloggers and also paid content developers
http://www.lifemademe.com Among the menu there is an option for those interesting in guest posting. As long as it's in my niche I may accept it smiley
http://www.healthlog247..com
http://www.ebiravabe.com

If you feel like adding more description to your blog, drop it as a reply. Thank you.
ProgrammingRe: How Can I Integrate Biometric Verification Into A Site? by timotew: 4:05pm On Jul 16, 2015
Use JAVA you will do it in no time.
WebmastersRe: Htaccess Is It Htaccess.txt Or What by timotew: 9:48pm On Jul 10, 2015
Whether it PHP or not if you are using Apache server .htaccess file is important.
Firstly, you need to rename the file from htaccess.txt to .htaccess.

inside you ht access file to specify error file ,

Assuming you error files are in the error folder located in the public directory.

For instance your your 401 error file location is : yourwebsite.com/error/401.html.

You can declare it in your .htaccess file as below:

ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 500 /error/500.html
WebmastersCapture Audio & Video With Your Website Like Skype Using HTML5 And Javascript by timotew(op): 1:10am On Jul 10, 2015
Hi Friends, It been a while since we did some cool Programming stuffs, Let crack this one together. Today we are going to learn how to access user webcam and use it to snap picture and videos just like Skype.This was initially done by +Eric Bidelman on HTMLROCKS website owned by Google. but I save the best out of it for us, Please keep in Mind that the technology behind this audio/video capture is fully supported by Google Chrome ,Opera,Latest Firefox browser and some other browser but I will recommend that you make use of Google chrome to see how it really works.

Audio/Video capture has been the "Holy Grail" of web development for a long time.
Many Developer have been able to use technologies and plugins such as (Flash or Silverlight) to get the job done.

The post is too long read complete tutorial at : http://www.codingsavvy.com/2015/07/capture-audio-video-with-your-website.html
ProgrammingCapture Audio & Video With Your Website Like Skype Using HTML5 And Javascript by timotew(op): 1:02am On Jul 10, 2015
Hi Friends, It been a while since we did some cool Programming stuffs, Let crack this one together. Today we are going to learn how to access user webcam and use it to snap picture and videos just like Skype.This was initially done by +Eric Bidelman on HTMLROCKS website owned by Google. but I save the best out of it for us, Please keep in Mind that the technology behind this audio/video capture is fully supported by Google Chrome ,Opera,Latest Firefox browser and some other browser but I will recommend that you make use of Google chrome to see how it really works.

Audio/Video capture has been the "Holy Grail" of web development for a long time.
Many Developer have been able to use technologies and plugins such as (Flash or Silverlight) to get the job done.

The post is too long read complete tutorial at : http://www.codingsavvy.com/2015/07/capture-audio-video-with-your-website.html
WebmastersRe: All BLOGGER Users Let's Meet Here! by timotew: 7:59pm On Jul 09, 2015
phloxie:
Thank God for this thread because i have an issue that i have been looking for a very good solution for days, i signed up for adsense when i created my blog and along the line i changed the name of my blog and it affected the adsense application so i used another email address to apply for adsense now it has been approved and am trying to add the adsense widget on my blog but says i should "correct the error on the form" after much questions on google i found out that it's because the account is a hosted account, PLEASE is there a way to resolve this? HELP!!
Go to the Google adsense Plugin setting, Disconnect he previous account and connect to the new account.
If it dose not work Uninstall the plugin and reinstall it again, Make sure you delete the file and database tables of the plugin.
ProgrammingRe: Please Review My Personal Website by timotew: 7:45pm On Jul 07, 2015
Nice and Impressive. God work.
ProgrammingRe: How To Insert Items Into Different Table by timotew: 7:39pm On Jul 07, 2015
urchhm:
Please i need urgent help. I want a php code that can help me insert data into different tables in a database based on the item selected from a listbox. The application am creating will calculate school result. i have i form for adding name into the database. I want a situation where when a class is select from a listbox and the student's name is typed on the textbox,then the data will be submitted in the table based on the class selected. The database contains tables for each class. I also want a situation when a class is selected from listbox, the names of the students in that class will populate the second listbox called name.
This is ridiculous it like you are asking every programmer here to write you an essay on your topic.
To make it simpler please paste the code here, then everyone can see a suggest a solution.

1 2 3 4 5 6 7 8 9 10 (of 12 pages)